원클릭으로
code-review
Reviews code changes for quality, security, and adherence to project standards. Use when reviewing PRs, commits, or staged changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviews code changes for quality, security, and adherence to project standards. Use when reviewing PRs, commits, or staged changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manually run a PHP code-cleanliness review on a file, at higher quality than the automatic background hook. Optional first argument is FULL or CHANGES; the last argument is the PHP file path.
Draft a standardized, reviewer-focused pull request description and - only after explicit approval - update the PR. Optional first argument is a PR number (defaults to the current branch's open PR). Optional argument is a Jira issue ID (e.g. ABC-123).
Research and understand a module, folder, or problem before implementing, capturing what you learn as local notes. Use before starting a complex task or to deepen understanding of an area. Optional argument is a module path/name and/or a Jira issue ID (e.g. ABC-123).
Run a PR readiness check on the current branch before opening or finalizing a pull request. Optional first argument is a Jira issue ID (e.g. ABC-123). Optional second argument is a base branch name.
| name | code-review |
| description | Reviews code changes for quality, security, and adherence to project standards. Use when reviewing PRs, commits, or staged changes. |
| argument-hint | [PR-number] |
When invoked, perform a thorough code review following these steps:
/code-review 123), fetch the PR diff using gh pr diff <number>git diff --cached, or if nothing staged, review uncommitted changes with git diffgit diff develop...<branch>Create a Markdown file report with the results and add it to ./temp/code-reviews including the PR id and title in the file name