What problem does it solve?
This Skill removes the friction of delivering finished work by handling the full handoff loop from local verification to a merge-ready pull request.
Core Features & Use Cases
- Release Coordination: Commit the related changes, push the branch, create or update the PR, and keep the delivery moving.
- CI and Review Recovery: Watch GitHub checks, read failures and review feedback, then fix and repush until the PR is green.
- Merge Readiness Control: Sync with base, resolve conflicts, and ensure the branch is actually ready to merge rather than merely opened.
- Use Case: A feature branch is done, but tests, review comments, and branch protection still need attention before shipping.
Quick Start
Use the handoff skill to verify the current branch, ship the related changes, and keep iterating until the pull request is merge-ready.