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 review and stop.
  • Otherwise process every PR in the list, one at a time, with steps 2 to 7.

2. Check out in a worktree

Installs
2
First Seen
13 days ago
pr-review-bot — skuridin/agent-stuff