What problem does it solve?
This Skill streamlines the process of merging code into GitHub repositories by automating the creation of Pull Requests, monitoring CI checks, and handling potential conflicts or failures until a successful merge.
Core Features & Use Cases
- Automated PR Creation: Creates Pull Requests to merge the current branch into a target branch (e.g.,
main, develop).
- CI/CD Monitoring: Automatically waits for and monitors GitHub Actions CI checks, ensuring they pass before merging.
- Conflict Resolution: Provides guidance and commands to resolve merge conflicts and rebase operations.
- Use Case: A developer finishes a new feature on a separate branch. They can invoke this Skill to automatically create a PR, ensure all tests pass, and merge it into the
main branch without manual intervention.
Quick Start
Run /gh-merge to merge the current branch into the main branch.