What problem does it solve? Manually checking an entire codebase against coding guidelines is slow and inconsistent. This Skill plans a structured, phased audit of repository code against the master coding guidelines in 02-spec/02-coding-guidelines/, producing organized findings and remediation plans. ## Core Features & Use Cases - Guideline Coverage: Audits boolean naming conventions, control flow nesting depth, naming and type rules, error handling with Result containers, and code metrics like function and file length limits. - Fast Discovery Toolchain: Uses dedicated Python scripts for file inventory, cached grep, folder exploration, and codebase topology to avoid tool truncation limits. - Structured Output: Generates audit logs and phased remediation plans with subtask micro-batches in .ai-memory/plans/pending/. - Use Case: Before a major release, run a full audit of Go and TypeScript code to find boolean naming violations, deeply nested conditionals, and functions exceeding 15 lines, then get a phased fix plan. ## Quick Start Ask the agent to plan a coding guideline audit of the repository against the master coding guidelines.