What problem does it solve? After a multi-phase red team engagement, findings, evidence, and credentials are scattered across per-phase state files and summaries. This Skill consolidates all campaign data into a single structured report with verified evidence chains, severity ratings, and prioritized remediation recommendations. ## Core Features & Use Cases - Campaign Data Compilation: Reads state.json and summary.md from every executed phase (reconnaissance through defense evasion) and maps findings to the full attack chain. - Evidence Chain Verification: Cross-references each finding against raw tool output, removes unsubstantiated claims, and enforces an evidence-or-removal standard. - Structured Report Generation: Populates a standardized template covering executive summary, attack surface, exploitation chain, findings with CVSS/CWE, credentials obtained, data accessed, and prioritized remediation. - Use Case: After completing an authorized assessment against a target, invoke this Skill to produce campaigns/{target}/REPORT.md documenting the complete attack path with actionable fixes prioritized Critical through Low. ## Quick Start Generate the final campaign report for the current target by compiling all completed phase data into REPORT.md.