New User

brooks-lint - Code review plugin grounded in 10 classic engineering books

by
brooks-lint reviews code through 10 classic engineering books (Refactoring, Clean Code, DDIA, A Philosophy of Software Design...). Four modes: PR Review, Architecture Audit, Tech Debt Assessment, Test Quality Review. Each finding follows: Symptom → Source → Consequence → Remedy. v0.7.0 adds .brooks-lint.yaml project config, 10-book framework, and short-form commands.

Add a comment

Replies

Best
New User
Maker
📌
Hey Product Hunt! 👋 I built brooks-lint because I kept seeing the same code decay patterns that books like Refactoring and Clean Code warned about — but no tool connected the dots between the symptoms and the source material. brooks-lint is a Claude Code plugin that runs four review modes (PR Review, Architecture Audit, Tech Debt, Test Quality) and traces every finding back to a specific book and chapter. v0.7.0 just shipped with: • .brooks-lint.yaml project config — disable checks, override severity, ignore paths per project • Expanded from 6 to 10 books (added APSD, Software Engineering at Google, Working Effectively with Legacy Code, xUnit Test Patterns) • Short-form commands: /brooks-review, /brooks-audit, /brooks-debt, /brooks-test Happy to answer any questions about how it works or what's coming next!