Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问clear审计通过

reportreport 工具

Agent Skill

report 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

294

周安装

12

GitHub Stars

公开资料未说明

下载量

94
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:report(report 工具)
来源仓库:https://github.com/takuan-osho/ccmarketplace
仓库路径:skills/report
安装命令:
npx skills add https://github.com/takuan-osho/ccmarketplace --skill report
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/takuan-osho/ccmarketplace --skill report

简介

report 用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 它支持基于关键词、任务场景或来源线索进行信息聚合。
  • 可在 Codex、Claude、Cursor、Gemini CLI 中结合上下文使用。
  • 安装命令为 npx skills add https://github.com/takuan-osho/ccmarketplace --skill report。
  • 建议确认权限范围和维护状态后再部署。

SKILL.md

Create Investigation/Analysis Report

Overview

This skill creates a structured report summarizing investigation and analysis work in GitHub Flavored Markdown (GFM) format. It follows a consistent template that organizes findings, recommendations, and conclusions in a professional format.

Workflow

1. Confirm Report Details (Claude Code only)

When running in Claude Code, use AskUserQuestion tool to confirm the following before creating the report.

Auto Mode handling: If the session is in Auto Mode (continuous, autonomous execution), skip the AskUserQuestion calls and apply these defaults: Type = Investigation (or the type the user already named in their request), Location = docs/reports/. Surface the chosen values in a one-line note in the final summary so the user can correct them. Do not block on user input in Auto Mode.

Report Type:

  • Question: "What type of report are you creating?"
  • Header: "Type"
  • Options:

- "Investigation" - Error investigation, debugging session documentation - "Analysis" - Performance analysis, code analysis, data analysis - "Audit" - Security audit, compliance review - "Review" - Code review summary, architecture review

  • The selected type will be used in the report metadata

Save Location:

  • Question: "Where should the report be saved?"
  • Header: "Location"
  • Options:

- "docs/reports/ (Recommended)" - Standard location for reports - "docs/" - General documentation directory - "Project root" - Save in the root directory

2. Determine File Location and Name

Based on the confirmed details, determine the file name and save location following these conventions:

File name format:

{topic}-{YYYY-MM-DD}-{HHmm}.md

Save location priority:

  1. docs/reports/ directory (recommended)
  2. docs/ directory
  3. Project root

Naming conventions:

  • Topic part should concisely represent the investigation/analysis content

- Examples: error-investigation, performance-analysis, security-audit

  • Date format: YYYY-MM-DD (e.g., 2025-11-13)
  • Time format: HHmm in 24-hour notation (e.g., 1430)
  • All lowercase, words separated by hyphens

Examples:

docs/reports/api-error-investigation-2025-11-13-1430.md
docs/reports/database-performance-analysis-2025-11-13-0915.md
docs/reports/security-vulnerability-audit-2025-11-13-1620.md

3. Verify and Create Directory

If the save destination directory does not exist, create it:

mkdir -p docs/reports

4. Create Report

Create the report following this standard structure:

Required section structure:

# {Report Title}

**Created**: YYYY-MM-DD HH:mm
**Author**: Claude Code
**Type**: {Investigation/Analysis/Audit/Review}

## Summary

{Brief explanation of the report's purpose and investigation content}

## Background

{Why this investigation/analysis was performed}

## Investigation/Analysis Details

{Detailed content}

## Findings

{Important discoveries or issues}

## Recommendations

{Future actions, proposed fixes, etc.}

## Conclusion

{Summary}

## Additional Information

{Referenced files, related documents, etc.}

Formatting requirements:

  • Write in GitHub Flavored Markdown format
  • Add appropriate language specification to code blocks
  • Use ```diff for diff displays
  • Actively use tables
  • Write file paths as links: [filename.ts](path/to/filename.ts)
  • Use ## or ### to create section hierarchy

5. Save File and Confirm

  1. Save the report with the determined file name
  2. After saving, explicitly display the file path
  3. Display report summary (number of sections, character count, etc.)

Output Example

📝 Report created

Location: docs/reports/api-error-investigation-2025-11-13-1430.md
Size: 3,245 characters
Sections: 7
Created: 2025-11-13 14:30

Use Cases

  • Error investigation reports
  • Performance analysis documentation
  • Security audit findings
  • Code review summaries
  • Architecture decision records
  • Debugging session documentation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.01%
按下载量换算24

OpenCode

22.57%
按下载量换算21

Codex

18.07%
按下载量换算17

Antigravity

12.66%
按下载量换算12

windsurf

7.75%
按下载量换算7

trae

3.18%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills