What problem does it solve?
This Skill removes the repetitive end-of-branch cleanup work that often slows down shipping, helping you safely prepare a completed feature branch for review and merge.
Core Features & Use Cases
- Branch Wrap-Up: Restores agent working files to the main branch skeleton and keeps branch-specific audit state out of the final diff.
- Validation and Safety Checks: Verifies that the working tree is clean, CI passes, and adversarial review findings are properly resolved or tracked.
- PR Automation: Pushes the branch, detects whether a pull request already exists, converts drafts to ready when appropriate, and creates a new PR when needed.
- Use Case: After finishing a feature and clearing review feedback, use this Skill to finalize the branch and get a review-ready pull request without missing required checks.
Quick Start
Ask the skill to finish the current branch, run the required checks, and open or ready the pull request.