What problem does it solve?
This Skill streamlines the entire GitHub Pull Request (PR) workflow, from branch management and commit creation to CI monitoring, PR creation, and auto-merging.
Core Features & Use Cases
- Branch Creation: Automate the creation of branches for new features or bug fixes.
- Commit Creation: Use agent tools to make changes, commit them, and apply conventional commit messages.
- PR Creation: Push the branch to GitHub and create a PR with custom titles and descriptions.
- CI Monitoring: Check the status of CI builds and handle failures with built-in diagnostics and auto-fix loops.
- Merge and Cleanup: Automate the merging of PRs and cleanup after merging.
- Use Case: Perfect for developers and DevOps engineers who want to automate repetitive PR tasks and improve the efficiency of their code review process.
Quick Start
Use the pr-workflow skill to create a pull request for a feature branch 'feat/add-user-authentication'.