What problem does it solve?
Manual branch merge reviews are often inconsistent, miss critical issues, and lack structured tracking, leading to buggy code being merged or lengthy rework cycles after merge attempts.
Core Features & Use Cases
- Structured Merge-Readiness Loop: Runs a repeatable review, fix, validate, rereview workflow against the origin/main...HEAD diff to catch correctness, structural, test, and production readiness issues.
- Durable State Tracking: Records all findings, fixes, validation results, and blockers in a persistent state document so work can be resumed seamlessly across sessions.
- Clear Merge Verdicts: Classifies issues as fixable, needing human decision, residual risk, or no action, and only marks the branch merge-ready when all fixable issues are resolved and validated.
- Use Case: A software engineer preparing a feature branch for merge can run this skill to automatically identify and fix verified local issues, get a clear list of items requiring human input, and confirm the branch meets merge standards without ad-hoc manual review.
Quick Start
Use the merge-review skill to run a full merge-readiness check on your current feature branch, fix all verified local issues, and confirm it is ready to merge.