code-quality-audit

Installation
SKILL.md

Code Quality Audit

Use this skill when the user asks to audit code quality, code smells, maintainability, correctness, security, complexity hotspots, observability, operational risk, or agentic/LLM risk without editing code.

Method

  1. Run scripts/audit-start.sh from the target repo or pass --repo <path>.
  2. The script creates an audit branch, a Git worktree, GOAL.md, and PROGRESS.md.
  3. Start Codex in the audit worktree and set the active goal from GOAL.md.
  4. During audit mode, only PROGRESS.md may be written.
  5. Use read-only subagents only for bounded exploration in large or unfamiliar repos.
  6. The main thread owns synthesis, deduping, ranking, and the final PROGRESS.md write.

Commands

Installs
2
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jun 15, 2026
code-quality-audit — ingpoc/skills