code-audit

Installation
SKILL.md

Code Audit

Comprehensive codebase quality audit using parallel explore agents. Always checks everything. Agent count and scope are user-controlled.

Arguments

Parse the user's input for:

  • Agent count (required) -- how many parallel explore agents to launch. The user provides this number.
  • Scope (optional) -- one of:
    • full (default) -- entire codebase
    • changed -- only files changed since last commit (git diff --name-only HEAD)
    • staged -- only staged files (git diff --cached --name-only)
    • branch -- files changed on current branch vs main (git diff --name-only main...HEAD)
    • <path> -- specific directory or glob pattern (e.g. src/engine/)

If the user provides just a number, use full scope. If they provide a path, use that as scope.

Installs
17
First Seen
Apr 9, 2026
code-audit — b4r7x/agent-skills