What problem does it solve?
After reviewing a pull request, you still need to manually post the review, tag the author, set the PR to "changes requested", and clear the READY label. This Skill automates that entire rejection workflow in one step using the GitHub CLI.
Core Features & Use Cases
- Review Posting: Takes the most recent review-pr report from the conversation and posts it verbatim as the PR review body, tagging the PR author.
- Change Request Automation: Sets the PR to the "changes requested" state and removes the READY label if present.
- Self-Authored PR Fallback: Falls back to a plain PR comment when GitHub blocks requesting changes on your own PR.
- Use Case: You just finished reviewing a teammate's branch with review-pr and found blocking issues. Run this Skill to publish the review as a formal change request without switching to the GitHub UI.
Quick Start
Reject the pull request for the currently checked-out branch using the review from this conversation.