ワンクリックで
review
Review code changes for correctness, readability, architecture, security, performance, and test coverage using subagents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code changes for correctness, readability, architecture, security, performance, and test coverage using subagents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when cataloging a repository's externally observable capabilities as end-to-end scenarios and driving them through test, fix, and re-test until verified
Use when explicitly asked to "handoff", "인수인계", or "write a handoff" to preserve context for the next session.
Use when setting up Claude Code global configuration on a new machine — CLAUDE.md, settings.json, statusline.sh, worktree configuration
Use Jira through a slim Atlassian MCP facade for issue lookup, triage, creation, comments, and lightweight status reporting.
Use when writing, reviewing, or improving PRDs, product requirements documents, product specs, feature requirements, launch requirements, or product discovery writeups before product or engineering work begins.
Use when writing, reviewing, or improving RFCs, requests for comments, technical design docs, architecture proposals, engineering decision records, API proposals, migration plans, or cross-team technical decisions.
| name | review |
| description | Review code changes for correctness, readability, architecture, security, performance, and test coverage using subagents. |
Use /review when the user explicitly asks to review a change, PR, branch, diff, or implementation.
This is an explicit workflow skill: it should run only when the user invokes it.
Review in this priority order. Correctness, security, and test coverage findings take precedence over style-only concerns:
security-auditor.file:line evidence, impact, and an actionable recommendation.For non-trivial reviews, dispatch relevant subagents in parallel. Include security-auditor when the diff touches
secrets, authentication, authorization, injection surfaces, dependencies, or configuration:
code-reviewer: correctness, maintainability, architecture, readability, unnecessary abstraction, speculative change,
excessive complexity, and local convention fit.security-auditor: authentication, authorization, secrets, injection, unsafe file or network access, dependency and
configuration risks.test-engineer: test coverage, missing cases, flaky tests, and verification gaps.Each subagent should receive:
file:line evidence and provide actionable recommendationsAfter subagents respond:
file:line evidence.### Verdict
PASS | PASS WITH COMMENTS | NEEDS CHANGES
### Blocking Issues
- [file:line] Issue, why it matters, and suggested fix.
### Non-blocking Suggestions
- [file:line] Suggestion and why it may improve the code.
### Verification
- Commands reviewed or run
- Results
- Gaps