Build a Claude Code plugin (code-quality) providing the /code-quality:review skill that evaluates code quality for long-term maintainability.
The book is available at book/. Chapters are in book/chapters/.
See @DESIGN.md for the complete finalized design. The plugin structure follows Claude Code's plugin conventions with manifest in .claude-plugin/ and skill files in skills/review/.
- Read book chapters selectively as needed during implementation, do NOT read the full book upfront.
- Bump the plugin version in
.claude-plugin/plugin.jsonwhen making changes that affect users (skill behavior, output format, new features).