Skip to content

Brooks-Lint

v0.2.0 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-code-review architecture-review auto-fix claude claude-code claude-code-plugin
+14 more
clean-architecture code-health code-quality code-review code-smells codex-cli-plugin developer-tools gemini-cli-extension llm refactoring skills static-analysis tech-debt test-quality

Summary

AI summary

.claude-plugin/ infrastructure adds marketplace install support and new slash commands for mode activation

Full changelog

What's New in v0.2.0

This release transforms brooks-lint from a prototype skill into a fully-structured, marketplace-ready Claude Code plugin.

Added

  • .claude-plugin/ infrastructure — plugin.json + marketplace.json for /plugin install support
  • hooks/session-start — SessionStart hook that injects lightweight context at session start, triggering the skill automatically when relevant
  • Slash commands/brooks-review, /brooks-audit, /brooks-debt for explicit mode activation
  • skills/brooks-lint/SKILL.md — full rewrite using mode-switch pattern (Mode 1: PR Review, Mode 2: Architecture Audit, Mode 3: Tech Debt Assessment)
  • Reference guides — four on-demand files loaded only when needed:
    • brooks-principles.md — scoring rubrics for all 7 dimensions with 1–5 rubrics
    • pr-review-guide.md — Mode 1 PR checklist with quick-skip rules
    • architecture-guide.md — Mode 2 dependency mapping framework
    • debt-guide.md — Mode 3 debt classification (5 categories) + repayment roadmap template
  • package.json + CHANGELOG.md — version management

Changed

  • Restructured SKILL.md from repo root into skills/brooks-lint/ (plugin conventions)
  • Rewrote all reference content from references/ into focused mode-specific guides

Removed

  • scripts/complexity_analyzer.py — brooks-lint is now fully prompt-driven, no external dependencies
  • references/ directory — content rewritten and reorganized into skills/brooks-lint/
  • Root-level SKILL.md

Installation

/plugin install brooks-lint@hyhmrright-marketplace

Or manually:

cp -r skills/brooks-lint ~/.claude/skills/brooks-lint

Usage

| Command | Mode |
|---------|------|
| /brooks-review | PR review across 7 Brooks dimensions |
| /brooks-audit | Architecture audit with module dependency map |
| /brooks-debt | Tech debt classification + repayment roadmap |

Breaking Changes

  • Removed `scripts/complexity_analyzer.py` — brooks-lint is now fully prompt‑driven with no external dependencies
  • Removed root-level `SKILL.md` and the entire `references/` directory; content reorganized into mode‑specific guides under `skills/brooks-lint/`

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Brooks-Lint

Get notified when new releases ship.

Sign up free

About Brooks-Lint

All releases →

Related context

Beta — feedback welcome: [email protected]