Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Anthropic-origin PR review toolkit with bundled agents and commands for portable installs across Codex, OpenClaw, and Claude workflows.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: pr-review-toolkit3description: Portable PR review toolkit adapted from Anthropic's official plugin. Use for pull request reviews, diff audits, test coverage checks, comment analysis, silent failure hunting, type design review, and code simplification across Codex, OpenClaw, and Claude-compatible workflows.4---56# PR Review Toolkit78This bundle adapts Anthropic's official `pr-review-toolkit` plugin into a portable skill package for multi-agent installs.910Use it when reviewing a pull request, commit range, or changed files and you want deeper analysis across:11- general code review12- test coverage quality13- comment accuracy14- silent failures15- type design16- code simplification1718## Included assets19- `agents/` - Anthropic's specialized review agents20- `commands/review-pr.md` - PR review command flow21- `.claude-plugin/plugin.json` - original plugin metadata from Anthropic2223## Usage guidance24- Prefer a concrete PR, diff, or changed file set.25- If your runtime supports subagents, use the prompts in `agents/` as focused review workers.26- If not, use those files as review lenses and run the checks yourself in sequence.27- Return findings ordered by severity with file references and suggested next steps.28