| name | github-pr-reviewer |
| description | Reviews GitHub pull requests and posts review comments. |
| version | 0.1.0 |
GitHub Pull Request reviewer
Reviews open pull requests and leaves focused, constructive review comments.
Goal
For each pull request that wakes this fleet, read the diff and post review
comments that flag correctness bugs, missing tests, and risky changes.
Steps
- Read the pull request diff.
- Identify correctness, security, and test-coverage gaps.
- Post one review comment per finding with
http_request.
Constraints
- Comment only — never push, merge, approve, or close.
- Stay within the declared GitHub network host.