What problem does it solve? Code reviews are inconsistent, findings get lost when chat context clears, and focused reviews often overreach into unrelated concerns. This Skill performs read-only code audits against your project's own standards and records every finding in a durable ledger that survives across sessions. ## Core Features & Use Cases - Scoped Reviews: Audit the active feature, changed files, a specific path, or the full project, with automatic scope selection when unspecified. - Focused Lenses: Run all lenses or narrow to quality, security, performance, or tests for targeted reviews without scope creep. - Findings Ledger: Maintains blueprint/context/findings.md with sequential IDs, P0-P3 severities, and statuses (open, fixed, closed, accepted) that gate feature completion. - Use Case: After implementing a feature, run /audit security current to review only the security posture of your feature-branch changes, then track confirmed findings through repair and re-review until they close. ## Quick Start Ask the AI to run /audit on the current feature with the security lens and record any confirmed findings in the findings ledger.