with one click
code-review
Structured code review workflow and security checks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Structured code review workflow and security checks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.