HomeUse CasesCode Quality Review
Best Practice

Code Quality Review

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.

3 Plugins
4 Steps
01

Run comprehensive audit

CAcode-auditor

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.

$/full-audit
Security reportQuality analysisPerformance findings
02

Generate audit report

CAcode-auditor

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.

$/generate-report
HTML reportComposite scoreRemediation roadmap
03

Fill test coverage gaps

TGtest-generator

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.

$/test-gap-analysis--generate --priority critical
Coverage reportNew test filesEdge case tests
04

Sync documentation

DGdoc-generator

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.

$/doc-generate--output docs/
Drift reportUpdated docsREADME refresh

Getting the most out of this workflow

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.

Plugins in this workflow

CA
code-auditor
Steps 1 & 2 -Full audit & report
TG
test-generator
Step 3 -Fill test gaps
DG
doc-generator
Step 4 -Sync docs
Install all at once
/plugin install code-auditor
/plugin install test-generator
/plugin install doc-generator

Prerequisites

Claude Code installed and running
ClaudeRegistry marketplace added
~
A project with existing source code
i
Ideal for pre-release reviews or quarterly health checks

Tags

qualitysecuritytestingdocumentationreview

Have a workflow to share?

Submit your own use case and help other developers discover powerful plugin combinations.

Submit a Workflow →