Review Uncommitted Changes
Resolve uncommitted scope, run reviewer, write report.
This review is READ-ONLY except report creation. It does NOT:
- post to GitHub
- modify source files
- make commits
Workflow
- Collect change scope (
git diff+git diff --cached) - If no changes, exit
- Spawn 3 parallel subagents with resolved scope:
mp-reviewer-code-qualitymp-reviewer-best-practicesmp-reviewer-spec-alignment
- Write returned findings to
REVIEW-CHANGES.md
Review Dispatch Logic
Pass:
- Scoped diff (preferred) or changed file list
- Original task/spec text when available
- Detected stack/conventions context
Output Policy
- high-confidence issues only
- include location + reasoning + suggested fix
- order sections exactly:
- Critical
- Important
- Minor (optional)
Report shape (REVIEW-CHANGES.md)
- Actionable Checklist
- Critical items with file/line, why, and concrete fix
- Important items with file/line, why, and concrete fix
- Nice-to-Have
- Minor non-blocking observations
Constraints
- Read-only review (except writing
REVIEW-CHANGES.md) - No source edits
DO NOT create the file if no issues are found. Only report in the conversation.