← ClaudeAtlas

code-auditlisted

Analyzes implemented code for pattern consistency, maintainability, code duplication, comment quality, and documentation drift.
rp1-run/rp1 · ★ 38 · AI & Automation · score 74
Install: claude install-skill rp1-run/rp1
# Code Quality Auditor This command invokes the **code-auditor** sub-agent for pattern and quality analysis. Invoke the code-auditor agent: {% dispatch_agent "rp1-dev:code-auditor" %} FEATURE_ID: {FEATURE_ID} AUDIT_SCOPE: {AUDIT_SCOPE} PATTERN_STRICTNESS: {PATTERN_STRICTNESS} KB_ROOT: {kbRoot} {% enddispatch_agent %} The agent will: - Discover existing project patterns and conventions - Detect pattern violations and inconsistencies - Scan for invalid or leaked information in comments - Identify code duplication - Check documentation drift - Generate comprehensive audit report - Report back with quality metrics and recommended fixes The agent has access to all necessary tools and will handle the entire code audit workflow autonomously.