What problem does it solve?
This Skill automates the full GitHub Pull Request lifecycle, from creating branches and commits to merging and monitoring CI status, saving you time and reducing manual errors.
Core Features & Use Cases
- Branch Creation: Automates the creation of feature branches following best practices.
- Commit Making: Guides through the process of making and committing changes using conventional commit messages.
- PR Creation: Handles the creation of PRs, including setting titles, descriptions, and labels.
- CI Monitoring: Monitors CI/CD pipelines for build and test status, allowing for timely interventions.
- PR Auto-Fixing: Offers a loop to auto-fix CI failures, reducing time to resolution.
- Merging: Provides commands for merging PRs, including squash and rebase options.
- Use Case: Streamline the process of contributing code to a GitHub repository, from initial development to final merge, ensuring quality and efficiency.
Quick Start
Use the github-pr-workflow skill to create a new PR for your branch 'feat/new-feature'.