Skip to content

v1.10.0

Choose a tag to compare

@husniadil husniadil released this 17 Dec 15:50
· 7 commits to main since this release
7190e37

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@ekstend

Usage

review my PR
review this codebase
audit the project for gaps

Other Changes

  • Fixed duplicate ideate section in README.md

🤖 Generated with Claude Code