audit

Installation
SKILL.md

Codebase Audit

Instructions

Perform a comprehensive, systematic audit of the codebase to identify quality issues, architectural problems, and technical debt.

Phase 1: Discovery & Planning

  1. Identify scope - Determine which files/directories to audit based on user request
  2. Create comprehensive file list - Use Glob to find all relevant files
  3. Initialize todo list - Create a todo with one item per file to audit
  4. Set up audit report - Create structured markdown report at .audit/audit-report-[timestamp].md

Phase 2: Automated Analysis

Run automated tools to supplement manual review:

  • TypeScript compiler diagnostics
  • ESLint (if configured)
  • Grep for common patterns: TODO, FIXME, HACK, XXX, @deprecated
Related skills

More from cygnusfear/claude-stuff

Installs
5
GitHub Stars
3
First Seen
Jan 24, 2026