
from ai-runbooks111
Save investigation findings into a timestamped markdown report file with a standard filename and structure.
Saves generated investigation or runbook content into a standardized markdown file in a ./reports/ directory, producing a predictable filename and metadata outputs. It automates filename construction, writes the provided REPORT_CONTENT to disk, and returns the saved path and write status. Typical use cases include alert triage, IOC enrichment, incident reports, hunt summaries and case investigations.
Use this skill after completing triage, enrichment, or an investigation when you want to persist findings in a consistent, human-readable form. Ideal for automating reports from runbooks, saving reproducible artifacts for audits, and generating shareable documentation for handoff.
Compatible with agents that can supply markdown content and write to the local filesystem (Copilot/Codex/Claude Code style agents or any agent with a Write tool).
Simple skill that instructs an agent to save investigation findings as timestamped markdown files in ./reports/. No scripts included — purely declarative SKILL.md with inputs, workflow steps, output contract, and a report template. Clean and safe but minimal; essentially a file-naming convention plus a markdown template.
No scripts to execute. SKILL.md is straightforward documentation-only skill. Part of the ai-runbooks collection (dandye/ai-runbooks). Very niche audience — SOC/incident-response practitioners using AI agents for triage.