Agent skill
reporting-research
Compiles research and analysis results into a structured report. Use when asked to "summarize," "create a report," or "document findings" after investigation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/reporting-research
SKILL.md
Reporting Research
How to
- Determine the filename based on the date when report is requested and the topic
- Format:
YYYY-MM-DD_<topic>.md - For save location, if not specified, confirm whether to save in the project's designated documentation directory
Purpose
Transform research, analysis, and exploration results into reusable, structured reports.
When to Use
- When the user requests "summarize this," "create a report," or "document this"
- After a lengthy research or analysis conversation
Required Content in Reports
- Links to source documents that support the research findings
- Date of the investigation
Content to Exclude from Reports
- Sensitive information from
.envfiles or similar sources - Personally identifiable information (PII)
- Pay special attention in sample code
- When creating samples based on application code, mask sensitive words
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?