Save investigation findings to reports
generate-reportskillsetup L1★111
dandye/ai-runbooks ↗What it does
Save investigation output to timestamped markdown report file
Best for
Creating permanent records of investigation findings with standardized naming and timestamps.
Inputs
- · report content (markdown string)
- · report type (alert_triage/ioc_enrichment/etc)
- · name suffix
Outputs
- · report file path
- · write status success/fail
Requires
- · filesystem (Write tool)
Preconditions
reports/ directory exists, timestamp available
Failure modes
- · write permission denied
- · invalid report type
- · directory does not exist
Trust signals
- · filename format documented
- · template structure provided
- · naming convention examples given