Directory · Claude Skills

Brooks Audit

hyhmrright/brooks-lint

Architecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve classic engineering books. Triggers when: user asks to audit architecture, review folder/module structure, check for circular imports, understand how the codebase is organized, or asks "does this follow clean architecture?" or "why does everything depend on everything?". Also triggers for onboarding requests: "explain this codebase to a new developer" or "give me a codebase tour" (use onboarding mode). Do NOT trigger for: PR-level code review (use brooks-...

★ 1,240 Synced 2 weeks ago View SKILL.md

At a glance

Plugin install Node.js Actively maintained
Install /plugin marketplace add hyhmrright/brooks-lint /plugin install brooks-audit
Can use Not declared by the author

Setup, runtime and requirements describe hyhmrright/brooks-lint, the repo this skill ships in.

Also in hyhmrright/brooks-lint

View the repo

Tech debt assessment that identifies, classifies, and prioritizes maintainability problems — helping teams build a refactoring roadmap — dra...

Combined codebase health dashboard that scores a project across all four quality dimensions — PR quality, architecture, tech debt, and test...

PR code review that surfaces decay risks, design smells, and maintainability issues with concrete Symptom → Source → Consequence → Remedy fi...

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applie...

Test quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Go...