What problem does it solve?
This Skill reduces uncertainty and manual effort in taking pull requests from "opened" to "merged" by systematically checking CI status, review evidence, size governance, and merge order so teams can merge with confidence and maintain repository quality.
Core Features & Use Cases
- CI and Review Verification: Inspect CI checks, review decisions, and unresolved review threads to determine merge readiness.
- Stacked PR Sequencing: Identify stacked pull request relationships and enforce correct merge order to avoid conflicts.
- LOC and Quality Gates: Run size threshold checks and dead-code audits against repository thresholds and create follow-up issues or exceptions when appropriate.
- Handoff and Traceability: Append structured handoff entries, create cleanup issues when needed, and record exceptions into configuration to preserve governance.
- Use Case: When a feature branch has multiple dependent PRs, use this Skill to validate CI, gather review evidence, run LOC audits, merge in order, and append the final handoff.
Quick Start
Assess PR 123 by checking CI results, verifying review evidence and LOC thresholds, resolving or recording blockers, and then merge or append the handoff entry.