원클릭으로
pr-review
Begin a review for a set of changes in a PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Begin a review for a set of changes in a PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pr-review |
| description | Begin a review for a set of changes in a PR |
Please review the changes on the current git branch compared to the PR target branch, or main if the target is unavailable.
I am specifically looking for opportunities to tighten up the code logic and keep the PR small and conceptually clean. Focus on:
Please do not run linters or unit tests unless needed to understand behavior. CI already covers deterministic checks.
Output format:
Verify that the local branch was up-to-date with what got merged in a PR, before deleting the local branch.
Create a new Pull Request (PR)
Read reseach, context and intention to create plan doc
Get a deep understanding of a system, and write reseach doc
Update the description of an existing Pull Request (PR)
Begin implementing from a plan doc