Run a comprehensive quality review across your entire codebase. Audit security and performance, identify untested code paths, fill coverage gaps, and update documentation to reflect the current state. The complete health check for any project.
Launch a full audit that dispatches five parallel agents - security scanner, code quality analyzer, architecture analyzer, performance analyzer, and test coverage analyzer. Each agent produces detailed findings with severity ratings.
Generate a professional HTML report from the audit findings. Includes a cover page, weighted composite score across all dimensions, cross-referenced findings, and a prioritized remediation roadmap with export to PDF.
Analyze existing test coverage and generate tests for untested code paths. Focuses on critical business logic, error handling, and edge cases that are most likely to cause production issues.
The doc-reviewer agent scans for documentation drift - outdated examples, stale parameter docs, and missing function documentation. It fixes issues autonomously and updates your README to reflect the current state of the code.
Run this workflow before every major release. The security assessment alone can catch vulnerabilities that slip through code reviews -SQL injection, XSS, insecure deserialization, and more.
Focus the test generation on the gaps identified by /test-gap-analysis rather than regenerating everything. Targeted tests are more valuable than broad but shallow coverage.
The doc-reviewer agent automatically finds stale documentation before generating new docs. Updating existing docs is better than creating duplicate documentation that drifts over time.