What problem does it solve? Manually reviewing an entire codebase for quality issues, security vulnerabilities, and test gaps is slow and inconsistent. This Skill automates a structured audit that combines code review, security analysis, test health checks, and tooling verification into a single severity-ranked report. ## Core Features & Use Cases - Scoped Audits: Audit the entire codebase, a specific directory or file, or a branch's diff against the default branch. - Multi-Phase Review: Coordinates a judge subagent for code quality, a security-reviewer subagent for vulnerabilities, plus test coverage and lint/format checks. - Severity-Ranked Report: Produces a Markdown audit report grouping findings by Critical, High, Medium, and Low severity with recommended actions. - Use Case: Before merging a release branch, run the audit on the branch diff to catch security issues and untested critical paths, then address the Critical and High findings first. ## Quick Start Ask the agent to run /audit on the current branch to get a severity-ranked code-quality and security report.