What problem does it solve?
This Skill automates the entire pull request merge process, ensuring quality gates are met, branches are cleaned up, and clear deployment guidance is provided, saving developers significant manual effort and reducing errors.
Core Features & Use Cases
- Automated Validation: Checks PR status, conflicts, approvals, and CI checks.
- Quality Gates: Runs automated tests and checks before merging.
- Intelligent Merging: Selects appropriate merge strategy (squash, merge, rebase) based on branch.
- Cleanup: Automatically deletes merged branches and prunes remote tracking.
- Deployment Guidance: Provides environment-specific deployment commands post-merge.
- Use Case: After completing code reviews and implementing feedback on a feature branch, a developer can simply run
/merge-pr to have the system handle all subsequent steps, from validation to cleanup and deployment instructions.
Quick Start
Run the merge pr skill for the current pull request.