📦 deps(thirdparty): update snapshots
This commit is contained in:
+39
-1
@@ -10,10 +10,16 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<strong>English</strong> · <a href="README.zh-CN.md">简体中文</a>
|
||||
<strong>English</strong> ·
|
||||
<a href="README.zh-CN.md">简体中文</a> ·
|
||||
<a href="README.zh-TW.md">繁體中文</a> ·
|
||||
<a href="README.ja.md">日本語</a> ·
|
||||
<a href="README.ko.md">한국어</a> ·
|
||||
<a href="README.es.md">Español</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="#quick-start">Quick Start</a> •
|
||||
<a href="#the-six-decay-risks">The Six Decay Risks</a> •
|
||||
<a href="#what-it-looks-like">What It Looks Like</a> •
|
||||
<a href="#benchmark">Benchmark</a> •
|
||||
@@ -28,6 +34,14 @@
|
||||
<img src="https://img.shields.io/github/stars/hyhmrright/brooks-lint?style=social" alt="GitHub Stars">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://trendshift.io/repositories/47738" target="_blank"><img src="https://trendshift.io/api/badge/trendshift/repositories/47738/daily?language=JavaScript" alt="#2 JavaScript Repository of the Day | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/banner-en.svg" alt="Your code → 12 classics → 12 decay risks → cited findings" width="900">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://hyhmrright.github.io/brooks-lint/"><img src="assets/demo.gif" alt="brooks-lint reviewing code: a /brooks-review command produces a 28/100 health score and cited Symptom → Source → Consequence → Remedy findings" width="820"></a>
|
||||
</p>
|
||||
@@ -48,6 +62,30 @@ Most code quality tools count lines and cyclomatic complexity. **brooks-lint** g
|
||||
For the full source-to-skill mapping, including exceptions and false-positive guards, see
|
||||
[`skills/_shared/source-coverage.md`](skills/_shared/source-coverage.md).
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# Claude Code
|
||||
/plugin marketplace add hyhmrright/brooks-lint
|
||||
/plugin install brooks-lint@brooks-lint-marketplace
|
||||
|
||||
# Any other Agent Skills platform — Cursor · Codex · Gemini · Copilot · Windsurf · OpenCode · Kiro · …
|
||||
curl -fsSL https://raw.githubusercontent.com/hyhmrright/brooks-lint/main/scripts/install.sh | bash -s -- <platform>
|
||||
```
|
||||
|
||||
Then just ask ("review this PR", "audit the architecture") — or run a command:
|
||||
|
||||
| Command | What it does |
|
||||
|---------|--------------|
|
||||
| `/brooks-review` | Review a PR or diff |
|
||||
| `/brooks-audit` | Audit architecture (+ Mermaid dependency graph) |
|
||||
| `/brooks-debt` | Prioritized tech-debt roadmap |
|
||||
| `/brooks-test` | Test-suite quality review |
|
||||
| `/brooks-health` | Health dashboard across all dimensions |
|
||||
| `/brooks-sweep` | Sweep every dimension and auto-fix findings |
|
||||
|
||||
Every finding comes back as **Symptom → Source → Consequence → Remedy** with a book citation and a 0–100 Health Score. Full install options (8 more platforms), per-command usage, and CI/CD setup are [below](#installation).
|
||||
|
||||
## The Twelve Books
|
||||
|
||||
| Book | Author | Contributes to |
|
||||
|
||||
Reference in New Issue
Block a user