ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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 |