一键导入
pr-review
Comprehensive PR review using specialized agents. Use before creating or merging pull requests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive PR review using specialized agents. Use before creating or merging pull requests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Show token / tool usage stats from the local telemetry log. Use when you want to know "which tools am I burning context on", "which skills are expensive", or "was yesterday's session mostly Read/Grep or actually productive".
Parallel quality audit with 7 specialized agents (Opus). Finds bugs, violations, and quality issues. Use audit for fixes, brainstorm for features.
Manage environment variables with Doppler — auto-install CLI, login, link projects, wrap commands with `doppler run`. Replaces scattered .env files with a hub/spoke architecture.
Scaffolds new projects or onboards existing ones. Detects stack, creates monorepo/single-app, configures strict tooling. Use for greenfield or first-time setup.
Archives completed stories from prd.json to reduce token usage.
Autonomous task execution with testing and security. Works through all tasks without stopping.
| name | pr-review |
| description | Comprehensive PR review using specialized agents. Use before creating or merging pull requests. |
| user-invocable | true |
| triggers | ["pr","pr-review","review-pr","code-review"] |
| allowed-tools | Bash(gh *), Glob, Grep, Read, Task |
| model | opus |
| argument-hint | [#PR-number] [--comment] |
Run comprehensive pull request review using specialized agents.
Say: "review this PR" or "pr-review"
# See what changed
git diff --name-only
# Check if PR exists
gh pr view
| Agent | Focus | Model |
|---|---|---|
| CLAUDE.md Compliance | Project rules adherence | Sonnet |
| Bug Hunter | Logic errors, type issues | Opus |
| Security Scanner | Injection, XSS, secrets | Opus |
| Test Coverage | Missing test cases | Haiku |
Only flag HIGH SIGNAL issues:
DON'T flag:
# PR Review Summary
## Critical Issues (must fix)
- [agent]: Issue description [file:line]
## Important Issues (should fix)
- [agent]: Issue description [file:line]
## Suggestions (nice to have)
- [agent]: Suggestion [file:line]
## Strengths
- What's well-done in this PR
## Action Plan
1. Fix critical issues first
2. Address important issues
3. Consider suggestions
Full review:
pr-review
Review specific PR:
pr-review #123
Post comments to PR:
pr-review --comment
| When | Also Reference |
|---|---|
| Security issues found | security |
| Type issues found | standards |
| UI changes | design |
| Test gaps | agent-browser |