$npx -y skills add hyhmrright/brooks-lint --skill brooks-testTest 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, m
| 1 | # Brooks-Lint — Test Quality Review |
| 2 | |
| 3 | ## Setup |
| 4 | |
| 5 | 1. Read `../_shared/common.md` for the Iron Law, Project Config, Report Template, and Health Score rules |
| 6 | 2. Read `../_shared/source-coverage.md` for book-level coverage, exceptions, and tradeoffs |
| 7 | 3. Read `../_shared/test-decay-risks.md` for test-space symptom definitions and source attributions |
| 8 | 4. Read `test-guide.md` in this directory for the test quality review framework |
| 9 | |
| 10 | ## Process |
| 11 | |
| 12 | **If the user has not shared test files or pointed to a test directory:** apply Auto |
| 13 | Scope Detection from `../_shared/common.md` to determine the review scope before proceeding. |
| 14 | |
| 15 | 1. Build the test suite map (guide's "Before You Start" section) |
| 16 | 2. Scan for each test decay risk in the order specified (Steps 1–4 of the guide) |
| 17 | 3. Apply the Iron Law and output using the Report Template (Step 5 of the guide) |
| 18 | |
| 19 | **Mode line in report:** `Test Quality Review` |