You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`$brooks-health`| Health dashboard — all four dimensions |
265
268
266
269
The skills also trigger automatically when you discuss code quality, architecture, maintainability, or test health.
267
270
@@ -307,6 +310,16 @@ $brooks-test # Codex CLI
307
310
308
311
Audits your test suite against six test-space decay risks — Test Obscurity, Test Brittleness, Test Duplication, Mock Abuse, Coverage Illusion, and Architecture Mismatch — sourced from xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code. PR reviews also include a lightweight Step 7 Quick Test Check automatically.
309
312
313
+
### Health Dashboard
314
+
315
+
```
316
+
/brooks-health # Claude Code (short form) / Gemini CLI
317
+
/brooks-lint:brooks-health # Claude Code (full form)
318
+
$brooks-health # Codex CLI
319
+
```
320
+
321
+
Runs abbreviated scans across all four quality dimensions and produces a weighted composite Health Score (0–100). Use it before a release, when onboarding a new team, or whenever you want a big-picture "how are we doing?" report. For deeper diagnosis on any dimension, use the focused skill instead.
322
+
310
323
## Configuration
311
324
312
325
Place a `.brooks-lint.yaml` in your project root to customize review behavior:
0 commit comments