v1.10.0
New Plugin: code-review
An iterative, human-in-loop code review skill that identifies gaps, presents them for user selection, and fixes them in cycles until clean.
Features
- Two Review Modes: PR diff review and holistic codebase audit
- Business Logic Awareness: Understands domain rules, not just code correctness
- End-to-End Integration Tracing: Traces frontend → backend → database → external APIs
- 9 Gap Categories: Business Logic, Integration, Logic, Security, Performance, Error Handling, Style, Tests, Docs
- Human-in-Loop: Uses AskUserQuestion for gap selection
- Iterative Loop: Review → Fix → Re-review until clean
Installation
claude plugin install code-review@ekstendUsage
review my PR
review this codebase
audit the project for gaps
Other Changes
- Fixed duplicate ideate section in README.md
🤖 Generated with Claude Code