Brooks Test
hyhmrright/brooks-lintTest quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code — that diagnoses structural problems in an existing test suite: brittleness, mock abuse, coverage illusions, slow execution, poor readability. Triggers when: user asks about test quality, shares test files for review, or expresses frustration: "tests keep breaking whenever I change anything", "our tests take forever", "tests pass but bugs still reach production", or "we have too many mocks". Do...
At a glance
/plugin marketplace add hyhmrright/brooks-lint
/plugin install brooks-test
Setup, runtime and requirements describe hyhmrright/brooks-lint, the repo this skill ships in.
Also in hyhmrright/brooks-lint
View the repoArchitecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve...
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...