code-review
Structured code review with severity-based findings
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 with severity-based findings
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
Structured code review
Find and load available skills
PR description generation
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development
| name | code-review |
| description | Structured code review with severity-based findings |
Perform a structured code review of the specified code. Follow this protocol to produce consistent, actionable feedback.
Understand context: Read the code and any related files to understand the purpose and design of the change.
Check correctness: Verify that the logic is correct.
Check error handling: Review how errors are managed.
Check naming and clarity: Evaluate readability.
Check test coverage: Assess testing.
Check security: Look for security concerns.
Check performance: Identify performance issues.
List findings grouped by severity:
Issues that must be fixed before merging (bugs, security, data loss).
Issues that should be addressed but are not blocking (style, minor inefficiencies).
Optional improvements (readability, alternative approaches, nice-to-haves).
If no issues are found in a category, omit that section.