Review code changes and summarize work
/plugin marketplace add adeonir/claude-code-extras/plugin install spec-driven@claude-code-extras(none)# Review Command
Review code changes with confidence-based filtering and present a summary of the work completed.
## Process
### Step 1: Load Context
Get current branch:
Read:
- `.specs/{branch}/spec.md` - Requirements (extract Acceptance Criteria section)
- `.specs/{branch}/plan.md` - Architectural decisions made
- `.specs/{branch}/tasks.md` - What was implemented
### Step 2: Review Code
Invoke the `code-reviewer` agent with:
- **Specification** (spec.md - Acceptance Criteria section)
- **Technical plan** (plan.md - Architecture Decision section)
- git diff of changes
The agent wi...