What problem does it solve?
This Skill streamlines the process of managing pull requests by automating the initial push of draft PRs, monitoring CI status, responding to review comments, and fixing identified issues before marking the PR as ready for review.
Core Features & Use Cases
- Draft PR Creation: Automatically create and push draft pull requests.
- CI Monitoring: Track the status of continuous integration checks.
- Review Comment Handling: Respond to and address feedback from code reviewers.
- Issue Resolution: Fix bugs or implement requested changes.
- Readiness Marking: Signal when the PR is ready for final review.
- Use Case: A developer finishes a feature and wants to submit it for review. This Skill can create the PR, wait for the CI to pass, and then notify the team that it's ready, handling minor fixes along the way.
Quick Start
Use the pr-shepherd skill to push a draft pull request for the current branch and monitor its status.