pr-review
v1.1.0Reviews pull requests from a PR number or URL by fetching the diff from the current repository, drafting concise inline review comments, surfacing missing tests, risks, best-practice concerns, and author questions without posting anything.
By BradyHazellLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pr-review-2@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/BradyHazell/brady-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr-review/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/pr-diff-intake/SKILL.md├── skills/pr-review/SKILL.md├── skills/review-api-contracts/SKILL.md├── skills/review-interesting-decisions/SKILL.md├── skills/review-maintainability/SKILL.md├── skills/review-obvious-issues/SKILL.md├── skills/review-output-format/SKILL.md├── skills/review-performance-reliability/SKILL.md├── skills/review-security-privacy/SKILL.md└── skills/review-tests/SKILL.md
Included Skills10
Resolve a PR number or URL into reviewable metadata and a unified diff using the current repository. Supports GitHub by default and Azure DevOps URLs with safe fallbacks, without posting comments or mutating the PR.
Command-equivalent overseer workflow for reviewing a pull request from a PR number or URL. Fetches PR metadata and diff from the current repository, coordinates focused review skills, drafts concise inline comments and author questions, and never posts anything.
Review a PR for API, schema, persistence, event, and compatibility contract issues that could break callers, data, integrations, or rollout safety.
Review a PR for architectural, dependency, design, and implementation decisions that may be intentional but deserve a concise author question or alternative suggestion.
Review a PR for maintainability, repo conventions, best practices, unnecessary abstractions, dependency choices, and avoidable complexity without nitpicking style.
Review a PR diff for likely correctness bugs and behavior regressions, focusing on changed lines and concrete failure modes rather than style preferences.
Format PR review findings as diff-like snippets with file paths and exact comment text written in ASD-STE100 Simplified Technical English, plus file-level and general author questions.
Review a PR for performance, reliability, scalability, concurrency, observability, timeout, retry, and operational risks.
Review a PR for security and privacy risks such as authorization bypasses, injection, secret exposure, unsafe logging, and unnecessary personal data handling.
Review a PR for missing or weak test coverage tied to changed behavior, edge cases, regressions, and contract changes.
Plugin manifests2
{
"name": "pr-review",
"version": "1.1.0",
"description": "Reviews pull requests from a PR number or URL by fetching the diff from the current repository, drafting concise inline review comments, surfacing missing tests, risks, best-practice concerns, and author questions without posting anything.",
"author": {
"name": "BradyHazell",
"url": "https://github.com/BradyHazell"
},
"homepage": "https://github.com/BradyHazell/brady-plugins/tree/main/plugins/pr-review",
"repository": "https://github.com/BradyHazell/brady-plugins",
"license": "MIT",
"keywords": [
"code-review",
"pull-request",
"github",
"azure-devops",
"review",
"codex-plugin"
],
"skills": "./skills/",
"interface": {
"displayName": "PR Review",
"shortDescription": "Draft high-signal pull request review comments.",
"longDescription": "Reviews pull requests from a PR number or URL by fetching the diff from the current repository, then drafts concise inline comments, missing-test notes, risk callouts, and author questions without posting anything.",
"developerName": "BradyHazell",
"category": "Development",
"capabilities": [
"Interactive",
"Read"
],
"websiteURL": "https://github.com/BradyHazell/brady-plugins/tree/main/plugins/pr-review",
"defaultPrompt": [
"Review PR 123.",
"Review this pull request URL.",
"Find risks and missing tests in this PR."
]
}
}{
"name": "pr-review",
"version": "1.1.0",
"description": "Reviews pull requests from a PR number or URL by fetching the diff from the current repository, drafting concise inline review comments, surfacing missing tests, risks, best-practice concerns, and author questions without posting anything.",
"author": {
"name": "BradyHazell",
"url": "https://github.com/BradyHazell"
},
"homepage": "https://github.com/BradyHazell/brady-plugins/tree/main/plugins/pr-review",
"repository": "https://github.com/BradyHazell/brady-plugins",
"license": "MIT",
"keywords": [
"code-review",
"pull-request",
"github",
"azure-devops",
"review"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pr-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pr-review-2)