What problem does it solve?
A coordinated, multi-perspective audit is needed to find functional bugs, security vulnerabilities, API inconsistencies, duplicated logic, test coverage gaps, state issues, and observability blindspots across a large repository; manual reviews are slow and error-prone. This Skill orchestrates eight specialized review agents to scan the codebase in parallel and produce a single, actionable audit with file paths and line numbers for each finding.
Core Features & Use Cases
- Eight specialized agents (DRY, Security, API, Data, Frontend, Tests, State, Observability) run in parallel to provide focused, non-overlapping coverage.
- Structured findings labeled Fix / Improve / Note with exact file paths and line numbers to enable quick triage and remediation.
- Repository-wide scope that includes backend routes, storage, frontend source, stores and API clients, tests, and observability/logging code.
- Automated report generation into a dated markdown file under .reviews/YYYY-MM-DD-review.md to track progress across review iterations.
- Use Case: Before a major release, run the 8-agent sweep to surface urgent security fixes, API contract mismatches, missing tests for critical endpoints, and repeated code patterns that should be refactored into shared abstractions.
Quick Start
Run a full 8-agent sweep of the repository and output a consolidated dated report to .reviews/YYYY-MM-DD-review.md.