DeepSeek Agent
插件市场开发工具brooks-lint
DEEPSEEK HARNESS PLUGIN

brooks-lint

AI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix

插件介绍

AI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix

agent-skillsai-code-reviewarchitecture-reviewauto-fixclaude-codeclaude-code-pluginclean-architecturecode-healthcode-qualitycode-reviewcode-smellscodex-cli-plugindeepseek-harnessdeveloper-toolsdsh-plugingemini-cli-extensionrefactoringstatic-analysistech-debttest-quality

项目详情摘要

brooks-lint AI code reviews grounded in twelve classic engineering books. Consistent. Traceable. Actionable. English · 简体中文 · 繁體中文 · 日本語 · 한국어 · Español Quick Start • The Six Decay Risks • What It Looks Like • Benchmark • Installation → Visit the website *"The bearing of a child takes nine months, no matter how many women are assigned."* — Frederick Brooks, *The Mythical Man-Month* (1975) 50 years later, Brooks was still right — and so were McConnell, Fowler, Martin, Hunt & Thomas, Evans, Ousterhout, Winters, Meszaros, Osherove, Feathers, and the Google Testing team.** Most code quality tools count lines and cyclomatic complexity. **brooks-lint** goes deeper — it diagnoses your code against six decay risk dimensions synthesized from twelve classic engineering books, producing structured findings with book citations, severity labels, and concrete remedies every time. For the full source-to-skill mapping, including exceptions and false-positive guards, see `skills/_shared/source-coverage.md`. Quick Start Then just ask ("review this PR", "audit the architecture"), or run one of the six commands — `/brooks-review`, `/brooks-audit`, `/brooks-debt`, `/brooks-test`, `/brooks-health`, `/brooks-sweep` (what each one does). Every finding comes back as **Symptom → Source → Consequence → Remedy** with a book citation and a 0–100 Health Score. Full install options (10 more platforms) and CI/CD setup are below. The Twelve Books Book | Author | Contributes to | *The Mythical Man-Month* (1975) | Frederick P. Brooks Jr. | R2, R4, R5 | *Code Complete* (1993, 2nd ed. 2004) | Steve McConnell | R1, R4 | *Refactoring* (1999, 2nd ed. 2018) | Martin Fowler | R1, R2, R3, R4, R6 | *Clean Architecture* (2017) | Robert C. Martin | R2, R5 | *The Pragmatic Programmer* (1999, 20th Anniv. 2019) | Andr

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyhmrright/brooks-lint

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。