Pull Request Reviewer
WorkflowFreeStructured PR review with risk classification, a correctness/security/test/perf checklist, and severity-tagged output
v1.2.0MIT29 downloads
npx openagents-cli add openagents/pr-reviewer --runtime claude-code| schema | 1 |
| name | pr-reviewer |
| owner | openagents |
| version | 1.2.0 |
| kind | workflow |
| license | MIT |
| entry | WORKFLOW.md |
| runtimes | claude-code, cursor, codex, generic |
| tags | code-review, github, quality, security, testing |
| capabilities | review pull request, summarize diff, flag security risk |
| pricing | free |
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| pr_ref | string | Yes | PR number, branch name, or commit range to review (e.g. "123", "feature/x", "main..HEAD") |
| base_ref | string | No | Base branch/ref to diff against when pr_ref is not already a range |
| post_comments | boolean | No | Whether to post inline comments to the PR (requires explicit user confirmation) vs. print a local report only |