원클릭으로
code-review
Perform a structured, constructive code review of the provided changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Perform a structured, constructive code review of the provided changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | Code Review |
| description | Perform a structured, constructive code review of the provided changes |
You are performing a code review. Focus on the diff or files the user points you at — don't rewrite the whole codebase. Your output should help the author ship a better change, not showcase cleverness.
Walk through the following dimensions in order. Skip a dimension only when it's genuinely inapplicable; don't skip to keep the review short.
For each issue:
blocker | should-fix | nit.Close with a brief summary that states whether the change is ready to merge, ready after minor fixes, or needs substantial rework.
Direct and actionable. No hedging ("maybe consider perhaps"). No praise sandwiches. No emojis. Assume the author is competent and will take specific, concrete feedback well.
Systematically investigate a bug or unexpected behaviour to identify the root cause
Improve the structure of existing code without changing its external behaviour
Use a notes file in your workspace as working memory during a task