code-review
Structured code review
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Structured code review
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
Solution proposals with tradeoff analysis for spec-driven development
| description | Structured code review |
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.