What problem does it solve?
This Skill eliminates the tedious manual work of managing GitHub pull requests via the command line, saving development and QA agents time on repetitive PR creation, review, and status tracking tasks.
Core Features & Use Cases
- PR Creation & Management: Create, view, and list pull requests with proper issue linking, agent identifiers in titles, and relevant labels for traceability.
- Review & CI Tracking: Fetch PR diffs, post structured review comments, and check CI status to streamline code review and quality assurance workflows.
- Use Case: A backend development agent can automatically create a feature PR linked to a GitHub issue, while a QA agent can fetch the PR diff, run tests via CI checks, and post review findings directly to the PR without manual CLI input.
Quick Start
Use the github-pr-ops skill to create a new pull request for the feature-branch branch linked to issue #123 with the title "feat: add user auth [dev-backend]" and apply the needs-ai-review label.