What problem does it solve?
Provides a repeatable, multi-stage orchestration for assessing project health by combining architecture review, security analysis, and code quality checks into a single consolidated audit and remediation flow.
Core Features & Use Cases
- Sequential multi-agent analysis: runs senior-reviewer, security-auditor, and reviewer in order so each phase builds on the last and avoids duplicate findings.
- Scope-aware audits: supports full-project scans, directory or single-file deep reviews, and change-based audits using git diffs or --since ranges.
- Severity aggregation and reporting: consolidates findings, computes a health score, generates a markdown audit report, and saves it to configured documentation paths.
- Optional remediation routing: categorizes confirmed critical findings into structural (refactor) or behavioral/security (planner+worker) remediation flows with verification steps and test cycles.
Quick Start
Run the audit-workflow by issuing the command /audit to perform a full project audit covering architecture, security, and code quality reviews.