ワンクリックで
code-review
Structured code review workflow and security checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Structured code review workflow and security checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | code-review |
| description | Structured code review workflow and security checks |
Follow these steps when reviewing pull requests. This skill provides a consistent, thorough review process covering correctness, security, performance, and maintainability.
references/security-checklist.md.Before diving into code, verify:
If any automated check fails, leave a comment asking the author to fix before continuing the manual review.
Consult the Security Checklist for a comprehensive list of items:
Reference: Read the Security Checklist for the full OWASP-aligned checklist.
Key items to spot-check:
Use these prefixes to categorise your comments:
| Prefix | Meaning |
|---|---|
Blocker: | Must be fixed before merge |
Suggestion: | Recommended but not blocking |
Nit: | Style/formatting — optional |
Question: | Seeking clarification from the author |
Praise: | Something done well — reinforce good patterns |
Question: comment and request a second reviewer.