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.