review
The /review command activates a review agent that validates code implementations against their approved specifications. Use this command after completing development to automatically compare the implementation against the original plan, execute all tests and quality checks, identify any deviations with assigned severity levels, and produce a detailed review report documenting the findings.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tony/claude-code-riper-5/HEAD/.claude/commands/riper/review.md -o ~/.claude/commands/review.mdreview.md
Activate the review agent to validate the implementation: $ARGUMENTS The agent will: 1. Compare implementation against the approved plan 2. Run all tests and quality checks 3. Flag any deviations with severity levels 4. Generate a comprehensive review report
Planning and execution phase - specifications and implementation
Research and innovation phase - information gathering and brainstorming
List all memories across branches
Recall memories from current branch's memory bank
Save context to branch-aware memory bank
Rebase current branch onto trunk (origin/master or origin/main), predict and resolve conflicts
Enter EXECUTE mode to implement approved plan
Enter INNOVATE mode for brainstorming approaches