generate-report

Creates timestamped, type-labeled Markdown reports in ./reports from provided content and labels.

120|34|Updated May 9, 2025
One-click install
npx skills add https://github.com/dandye/ai-runbooks --skill generate-report-dandye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-report
Source: https://github.com/dandye/ai-runbooks/tree/main/skills/generate-report
Command: npx skills add https://github.com/dandye/ai-runbooks --skill generate-report-dandye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning investigation findings into a standardized, timestamped Markdown report stored in the ./reports/ directory.

Core Features & Use Cases

  • Automated report creation: Generate a properly named Markdown report from verified findings.
  • Filename standardization: Use a consistent pattern {REPORT_TYPE}{REPORT_NAME_SUFFIX}{YYYYMMDD_HHMM}.md saved under ./reports/.
  • Versatile inputs: Accept REPORT_CONTENT, REPORT_TYPE, REPORT_NAME_SUFFIX, and an optional TARGET_DIRECTORY to tailor outputs for different workflows.

Quick Start

Pass REPORT_CONTENT, REPORT_TYPE, and REPORT_NAME_SUFFIX to create a timestamped report file in the ./reports directory.

Frequently Asked Questions about generate-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically save investigation findings to a timestamped Markdown report?

To save investigation findings to a timestamped Markdown report, provide REPORT_CONTENT, REPORT_TYPE, and REPORT_NAME_SUFFIX. This generates a standardized file named {REPORT_TYPE}_{REPORT_NAME_SUFFIX}_{YYYYMMDD_HHMM}.md in the ./reports directory.

What is the required naming pattern for generated incident response reports?

Generated incident response reports use a standardized naming pattern of {REPORT_TYPE}_{REPORT_NAME_SUFFIX}_{YYYYMMDD_HHMM}.md. This ensures consistent chronological sorting and identification for case management files saved under the ./reports directory.

Can I specify a custom target directory when generating triage reports?

Yes, you can specify a custom target directory for triage reports by passing the optional TARGET_DIRECTORY parameter. If not provided, the generated Markdown report defaults to being saved in the ./reports directory.

Do I need any external dependencies to generate Markdown reports for case management?

No external dependencies are required to generate Markdown reports for case management. The Skill operates independently to process verified findings and construct the file path for saving timestamped reports.

What inputs are needed to generate a consistent enrichment report file?

Generating an enrichment report file requires REPORT_CONTENT for the body, REPORT_TYPE for categorization, and REPORT_NAME_SUFFIX for context. These inputs construct the file path and save the Markdown file automatically.