What problem does it solve?
This Skill simplifies the process of creating, updating, and managing pull requests on GitHub, reducing manual effort and ensuring consistent workflows.
Core Features & Use Cases
- Automated PR Creation: Generate pull requests from current branches, including drafting descriptions and linking issues.
- Worktree Inspection and Commit Handling: Detect uncommitted changes, commit them as needed, and prepare for PR submission.
- CI and Review Automation: Wait for continuous integration checks to pass, trigger and monitor Copilot review comments, and handle feedback until the PR is fully validated.
- Use Case: Developers can use this Skill to automate the full cycle of code review, from pushing updates to waiting for CI and Copilot feedback, ensuring code readiness before merging.
Quick Start
Run the create-pr skill script to push local changes, create a pull request, and monitor CI and Copilot status until approval.