What problem does it solve? Coordinating security, code review, QA, and architecture audits manually is slow and inconsistent. This Skill routes the /audit command to a defined audit procedure that runs a swarm of specialized reviewers and returns prioritized findings. ## Core Features & Use Cases - Audit Swarm Execution: Runs security, review, QA, and architect agents as one coordinated audit procedure. - Prioritized Findings: Outputs findings classified by severity from P0 (critical) to P3 (minor). - Use Case: Before merging a large feature branch, invoke the audit to surface security vulnerabilities, code quality issues, and architectural concerns in a single severity-ranked report. ## Quick Start Ask the assistant to run the audit swarm on the current codebase and report P0-P3 classified findings.