원클릭으로
review
Review code changes or a pull request and report issues with severity levels
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review code changes or a pull request and report issues with severity levels
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | review |
| description | Review code changes or a pull request and report issues with severity levels |
Review code changes or a pull request and report issues, improvements, and suggestions.
Parse $ARGUMENTS to determine the review target:
#N or a plain number):
gh pr diff <N> to fetch the diffgh pr view <N> to fetch the PR descriptiongit diff to get working tree changesgit diff main...HEAD to get branch diffRead surrounding code for files included in the diff to understand intent and impact:
Analyze the diff from the following perspectives:
docs/adding-tools.md checklist have been updatedPresent findings in the following format:
Provide an overall assessment in 1-2 sentences.
Classify findings into 3 severity levels:
Each issue includes:
[Critical] filename:line-number
Problem: <description of the issue>
Reason: <why this is a problem>
Suggestion: <specific fix recommendation>
For larger improvement suggestions, include concrete code examples.
Summarize the issue counts:
Review results:
Critical: 0
Warning: 2
Info: 1
For PR reviews: Post the full report (Summary through Conclusion) as a comment on the PR using gh pr comment <N> --body "<report>". Also display the report in the agent output (output to both).
Ask the user which action to take next. Adjust suggestions based on findings:
For PR reviews:
.agents/skills/commit/SKILL.md, follow its workflow, then read .agents/skills/pr/SKILL.md and follow its workflowFor local change reviews:
.agents/skills/ship/SKILL.md and follow its workflow.agents/skills/ship/SKILL.md and follow its workflowSet up the development environment with all required tools and dependencies
Conventional Commits message generation rules. Referenced by other skills.
Stage changes and create a Conventional Commits compliant commit
Create a feature branch and implement changes based on a GitHub issue or text instruction
Linter and formatter command reference table by file extension. Referenced by other skills.
Run all linters and formatters with auto-fix, then report results