Review Feature Branch
Orchestrate a feature branch review by running code review, evaluating findings, and optionally finishing with /finalize.
Task Tracking
At the start, use TaskCreate to create a task for each step:
- Code review
- Confirm implementation
- Finalize implementation
Step 1: Code Review
Run the /review-code skill to review the feature branch against the base branch.
Step 2: Confirm Implementation
After the code review summary, use AskUserQuestion to ask whether to proceed with finalization:
- Proceed — continue to Step 3
- Skip — stop here, leave changes as-is for manual review
Step 3: Finalize Implementation
Run the /finalize skill.
Rules
- If any phase fails, run the
/investigateskill to diagnose the failure, apply the suggested fix, and retry. If investigation cannot identify a root cause, stop and report with investigation findings. Do not skip ahead.