What problem does it solve? Turning rough vulnerability notes, scanner findings, and PoC fragments into polished, self-contained disclosure reports is slow and inconsistent. This Skill runs a structured campaign that produces one expert-quality, source-backed report per vulnerability, complete with a runnable proof of concept. ## Core Features & Use Cases - One sub-agent per vulnerability: Deduplicates findings by root cause, then delegates each bug to a dedicated worker for focused, high-depth write-ups. - Source-proven analysis: Traces each bug from attacker-controlled entry point through state transitions to the bad state, quoting the vulnerable revision and fix diffs. - First-class PoC deliverables: Ships each report with a poc/ directory containing build files, run commands, representative output, and safety notes. - Use Case: Given a folder of rough kernel bug notes and a target source tree, produce a distributable report set where each vulnerability gets its own directory, narrative markdown report, exploitability analysis, and verified PoC. ## Quick Start Use the vulnerability-writeup skill to turn my rough notes and PoC in this folder into a polished disclosure report against the target source tree.