원클릭으로
review
Perform a thorough code review of recent changes or specified files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Perform a thorough code review of recent changes or specified files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a structured YAML plan for multi-step implementation tasks.
Interactively refine a feature idea through Socratic questioning before planning.
Create a clean, well-structured git commit with automated pre-checks.
Execute a YAML plan file, running each task in a fresh session with checks and auto-commit.
| name | review |
| description | Perform a thorough code review of recent changes or specified files. |
| argument-hint | [file-or-directory] |
| user-invocable | true |
Review the specified target (or recent git changes if none specified).
Identify scope: If $ARGUMENTS specifies files/directories, review those. Otherwise, run git diff --name-only HEAD~1 to find recently changed files.
Read the code: Use Read and Grep to examine the files thoroughly.
Evaluate against criteria:
Report findings in this format:
Items that must be fixed before merging.
Items that should be addressed but are not blockers.
Optional improvements for code quality.
One-paragraph overall assessment.