case-report

Generates Markdown case investigation reports from SOAR case data with Mermaid workflow diagrams.

85|14|Updated May 17, 2025
One-click install
npx skills add https://github.com/dandye/adk_runbooks --skill case-report-dandye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: case-report
Source: https://github.com/dandye/adk_runbooks/tree/main/skills/reporting/case-report
Command: npx skills add https://github.com/dandye/adk_runbooks --skill case-report-dandye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a security investigation concludes, analysts must manually consolidate SOAR case data, alerts, comments, and enrichment findings into a coherent report for stakeholders and post-incident reviews, which is time-consuming and inconsistent. ## Core Features & Use Cases - Case Data Consolidation: Retrieves full case details, alerts, and comments from the SOAR platform using get_case_full_details and related tools. - Structured Report Generation: Produces a Markdown report with executive summary, timeline, entity analysis, root cause, actions taken, and recommendations. - Workflow Visualization: Generates a Mermaid sequence diagram summarizing the investigation steps and tools used. - Use Case: After triaging a phishing case in Chronicle SOAR, generate a complete closure report for case 4821 including the investigation timeline and post a comment back to the case with the report location. ## Quick Start Generate a case investigation report for SOAR case 4821 and save it as a Markdown file.

Frequently Asked Questions about case-report

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

FAQPage Schema
How do I generate a SOAR case investigation report?▼

Provide the SOAR case ID and the skill retrieves full case details, alerts, and comments using get_case_full_details, synthesizes the findings, and writes a structured Markdown report to a file. It can optionally post a comment back to the case with the report location.

What sections are included in a case closure report?▼

The report follows a standard template with an executive summary, timeline of key events, involved entities and enrichment data, analysis or root cause, actions taken, and recommendations or lessons learned. It also embeds a Mermaid sequence diagram of the investigation workflow.

Can the report include a diagram of the investigation steps?▼

Yes, the skill generates a Mermaid sequence diagram summarizing which tools were used and in what order during the investigation. This diagram is embedded directly into the final Markdown report.

Does this skill perform new investigation steps?▼

No, it only reports on existing or recently concluded investigations. It explicitly excludes new investigation steps, deep forensic analysis, malware reverse engineering, and containment or remediation actions.

What inputs are required to create a case report?▼

The only required input is the SOAR case ID. Optional inputs include a report filename suffix and additional context or pre-synthesized findings the analyst wants included in the report.