GE

generate-report

Generates and saves timestamped markdown reports for investigations and triage tasks.

Install

mkdir -p .claude/skills/generate-report && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11222" && unzip -o skill.zip -d .claude/skills/generate-report && rm skill.zip

Installs to .claude/skills/generate-report

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Save investigation findings to a markdown report file. Use after completing triage, enrichment, or investigation to create a permanent record. Generates timestamped files in ./reports/ directory.
195 charsno explicit “when” trigger
Beginner

Key capabilities

  • Save investigation findings
  • Format markdown reports
  • Standardize report naming

How it works

It formats investigative data into a standardized markdown template and saves it with a timestamped filename.

Inputs & outputs

You give it
Investigation findings and report type
You get back
Timestamped markdown report file

When to use generate-report

  • Save alert triage findings
  • Document incident response logs
  • Record threat hunting summaries
  • Create IOC enrichment reports

About this skill

Generate Report Skill

Save generated report content to a markdown file with standardized naming convention.

Inputs

  • REPORT_CONTENT - The full markdown content of the report
  • REPORT_TYPE - Short identifier for the report type:
    • alert_triage - Alert triage reports
    • ioc_enrichment - IOC enrichment reports
    • case_investigation - Case investigation reports
    • hunt_summary - Threat hunt reports
    • incident_report - Incident response reports
  • REPORT_NAME_SUFFIX - Descriptive suffix (e.g., case ID, IOC value, hunt name)
  • (Optional) TARGET_DIRECTORY - Directory to save in (default: ./reports/)

Workflow

Step 1: Construct Filename

Generate standardized filename:

{TARGET_DIRECTORY}/{REPORT_TYPE}_{REPORT_NAME_SUFFIX}_{YYYYMMDD_HHMM}.md

Examples:

  • ./reports/alert_triage_case_1234_20250115_1430.md
  • ./reports/ioc_enrichment_198.51.100.10_20250115_0900.md
  • ./reports/hunt_summary_APT29_20250115_1200.md

Step 2: Write File

Use the Write tool to save REPORT_CONTENT to the constructed path.

Outputs

OutputDescription
REPORT_FILE_PATHFull path to the saved report file
WRITE_STATUSSuccess/failure status of the write operation

Report Template Structure

# [Report Type]: [Subject]

**Generated:** [timestamp]
**Runbook:** [runbook name that generated this]
**Case/Alert ID:** [if applicable]

## Summary
[Brief overview of findings]

## Details
[Detailed findings, enrichment data, etc.]

## Assessment
[Risk assessment, classification]

## Recommendations
[Next steps, actions to take]

## Appendix
[Raw data, tool outputs, diagrams]

Naming Convention

Report TypeSuffix ExampleFull Example
alert_triagecase_1234alert_triage_case_1234_20250115_1430.md
ioc_enrichmentevil.comioc_enrichment_evil.com_20250115_0900.md
hunt_summaryAPT29hunt_summary_APT29_20250115_1200.md

When not to use it

  • When findings are not finalized

Limitations

  • Requires report content and type

How it compares

It automates the permanent record-keeping process, ensuring consistency across different investigation types.

Compared to similar skills

generate-report side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
generate-report (this skill)07moNo flagsBeginner
ml-paper-writing486moReviewAdvanced
docs-review107moNo flagsBeginner
claude-md-improver216moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

ml-paper-writing

davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

4897

docs-review

metabase

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

1085

claude-md-improver

anthropics

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".

2167

write-docs

tldraw

Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.

665

update-docs

vercel

This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.

2543

wiki-architect

microsoft

Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.

1144

Search skills

Search the agent skills registry