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 页面并帮你完成安装。
| 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.