human-review
스타13
포크4
업데이트2026년 2월 20일 16:22
Request a code review from the developer and apply fixes based on review comments.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Request a code review from the developer and apply fixes based on review comments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | human-review |
| description | Request a code review from the developer and apply fixes based on review comments. |
git add -N . && git diff | pnpx difit to open the diff in a browser-based review UI. git add -N . ensures untracked new files are included in the diff. The reviewer will read the diff and leave comments on specific lines. When the reviewer closes the UI, the review comments (with file paths, line numbers, and comment text) are printed to stdout.git add -N . && git diff | pnpx difit again so the reviewer can verify the changes. Repeat until the reviewer closes the UI with no comments.