원클릭으로
code-review
Use when reviewing code for quality, bugs, security, and maintainability
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when reviewing code for quality, bugs, security, and maintainability
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | code-review |
| description | Use when reviewing code for quality, bugs, security, and maintainability |
| tags | ["review","quality","workflow"] |
A comprehensive approach to reviewing code for quality, correctness, and maintainability.
Before looking at code:
Does the code do what it's supposed to?
Questions to ask:
Look for common vulnerabilities:
Red flags:
Will this code perform well?
Questions to ask:
Will this code be easy to work with?
Questions to ask:
Bad: "This is wrong"
Good: "This loop doesn't handle empty arrays - it will throw on line 15. Consider adding an early return: if (items.length === 0) return []"
For comprehensive review, delegate to specialized reviewers:
Combine findings for complete coverage.
Use when creating, modifying, or reviewing a cliagents provider adapter for a CLI tool such as Codex, Claude Code, Gemini CLI, Qwen CLI, or OpenCode.
Use when operating as a supervised root that delegates work to child sessions through cliagents
Use when reducing prompt size for roots and child sessions without losing the information needed to execute well
Use when passing work between agents with context preservation
Use when exploring design options or solving open-ended problems
Use when investigating bugs - systematic root-cause analysis approach