code-audit
Installation
SKILL.md
Code Audit
Parallel codebase quality review that orchestrates the code-simplifier and design-critic skills via subagents, then consolidates and presents findings.
Workflow
Phase 1: Parallel Analysis
Launch two general-purpose subagents in parallel using the Task tool:
Subagent A — Code Simplifier
Prompt the subagent to use the code-simplifier skill (via the Skill tool) against the current working directory. Instruct it to:
- Scan source files for complexity hotspots, unnecessary abstractions, and simplification opportunities
- Return a structured list of findings, each with: file path, line range, issue summary, suggested fix, and severity (high/medium/low)
Subagent B — Design Critic