Branch Review
Shortcut skill: resolve branch 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
- Determine current (
git branch --show-current) and base branch (auto-detect viamp-base-branch-detector) - Ask user only when base is ambiguous
- Build diff scope (
git diff <base>...HEAD) - Spawn 6 parallel subagents with resolved scope:
mp-reviewer-code-qualitymp-reviewer-best-practicesmp-reviewer-spec-alignmentmp-reviewer-securitymp-reviewer-performancemp-reviewer-error-handling
- Write returned findings to
REVIEW-BRANCH.md
Review Dispatch Logic
Pass:
- branch diff scope (
<base>...HEAD) - original task/spec text when available
- detected stack context
Output Policy
- high-confidence issues only
- include location + reasoning + suggested fix
- order sections exactly:
- Critical
- Important
- Minor (optional)
Constraints
- Read-only review (except writing
REVIEW-BRANCH.md) - No source edits
Report Shape (REVIEW-BRANCH.md)
- Actionable Checklist
- Critical: must-fix findings
- Important: should-fix findings
- Nice-to-Have
- Minor non-blocking notes
DO NOT create the file if no issues are found. Only report in the conversation.