Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: pr-reviewer
3owner: openagents
4version: 1.2.0
5kind: workflow
6title: Pull Request Reviewer
7summary: Structured PR review with risk classification, a correctness/security/test/perf checklist, and severity-tagged output
8license: MIT
9tags: [code-review, github, quality, security, testing]
10capabilities: [review pull request, summarize diff, flag security risk]
11runtimes: [claude-code, cursor, codex, generic]
12pricing:
13 model: free
14 amount_cents: 0
15 currency: usd
16entry: WORKFLOW.md
17files:
18 - WORKFLOW.md
19 - rules/review-checklist.md
20 - templates/review-comment.md
21inputs:
22 - name: pr_ref
23 type: string
24 required: true
25 description: PR number, branch name, or commit range to review (e.g. "123", "feature/x", "main..HEAD")
26 - name: base_ref
27 type: string
28 required: false
29 default: main
30 description: Base branch/ref to diff against when pr_ref is not already a range
31 - name: post_comments
32 type: boolean
33 required: false
34 default: false
35 description: Whether to post inline comments to the PR (requires explicit user confirmation) vs. print a local report only
36requires: []
37

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc