What problem does it solve?
This Skill automates the entire process of creating a pull request, from committing your changes to ensuring it passes CI and addressing initial code review feedback, significantly reducing the manual overhead of code contribution.
Core Features & Use Cases
- Automated PR Creation: Creates a draft PR from your current branch and commits.
- CI Monitoring & Debugging: Watches GitHub Actions, automatically attempts to fix common CI failures (linting, tests, build errors), and re-runs checks.
- Copilot Review Handling: Monitors for Copilot review comments, addresses them with code fixes, and resolves review threads.
- Branch Syncing: Handles rebasing or merging with the base branch to prevent conflicts.
- Use Case: After finishing a new feature, you can tell the AI "create a PR for these changes," and it will handle the branching, committing, pushing, CI checks, and initial review feedback, presenting you with a ready-to-merge PR.
Quick Start
Use the pr-create skill to create a pull request for your current changes.