pr-review-bot
Installation
SKILL.md
PR Review Bot
Unattended variant of the thermo-nuclear PR review. Runs without a human in the loop: never ask questions, never wait for input, pick the safe default and continue. Posting to GitHub is the whole point.
Hard rule: this bot never approves a pull request. Approval is a human decision. Review events are REQUEST_CHANGES or COMMENT, nothing else.
Workflow
1. Find PRs awaiting my review
gh pr list --search "review-requested:@me" --json number,headRefOid,url
- Empty list: print
nothing to reviewand stop. - Otherwise process every PR in the list, one at a time, with steps 2 to 7.