What problem does it solve?
This Skill automates the entire process of opening, refining, and merging Pull Requests, ensuring your code is always in a production-ready, fully-tested state.
Core Features & Use Cases
- Automated PR Creation: Opens a Pull Request for your current branch.
- CI/CD Monitoring: Waits for Continuous Integration checks to pass.
- Review Feedback Loop: Addresses review comments and fixes CI failures iteratively.
- Use Case: After completing a feature, use this Skill to open a PR, automatically fix any failing tests or linting issues flagged by CI, and respond to reviewer comments until the PR is green and ready to merge.
Quick Start
Use the pr skill to open a pull request for the current branch and ensure it passes all checks and review feedback.