/brooks-test
Test 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,
One skill from brooks-lint.
shell
$ npx -y skills add hyhmrright/brooks-lint --skill brooks-test --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/brooks-test
Context preview
The summary Claude sees to decide when to auto-load this skill.
Test 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,
Stats
Stars1,248
Forks59
LanguageJavaScript
LicenseMIT
Ships with brooks-lint
SKILL.md
brooks-test.SKILL.md
--- name: brooks-test description: > Test 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 NOT trigger for: writing new tests from scratch (use the regular test-writing workflow) or testing framework/syntax questions โ this skill reviews an existing suite for structural quality problems, not individual test authoring. --- # Brooks-Lint โ Test Quality Review ## Setup 1. Read `../_shared/common.md` for the Iron Law, Project Config, Report Template, and Health Score rules 2. Read `../_shared/source-coverage.md` for book-level coverage, exceptions, and tradeoffs 3. Read `../_shared/test-decay-risks.md` for test-space symptom definitions and source attributions 4. Read `test-guide.md` in this directory for the test quality review framework ## Process
