What problem does it solve?
This Skill automates the repetitive and error-prone tasks of managing GitHub Pull Requests, ensuring proper validation, adherence to conventions, and efficient cleanup, so you can focus on coding.
Core Features & Use Cases
- Create PRs: Generate well-structured Pull Requests from your current branch with descriptive titles and bodies, linking to issues and applying labels.
- Check PR Status: Instantly verify if a PR is open, mergeable, approved, and passes all CI checks before attempting to merge.
- Merge & Cleanup: Perform squash merges, automatically deleting remote branches and updating your local
main branch after a successful merge.
- Use Case: After completing a feature, use this Skill to create a new PR, ensuring it follows project conventions. Once approved, you can then merge it, automatically cleaning up the branch and updating your local repository.
Quick Start
Create a new pull request from your current feature branch, ensuring it's pushed to origin first, and include a structured body linking to a relevant issue.