mit einem Klick
github-pr-review-comments
// Use when the user asks to review GitHub pull requests, identify concrete risks, and write review comments with `gh`. Focus on actionable findings, not summaries.
// Use when the user asks to review GitHub pull requests, identify concrete risks, and write review comments with `gh`. Focus on actionable findings, not summaries.
| name | github-pr-review-comments |
| description | Use when the user asks to review GitHub pull requests, identify concrete risks, and write review comments with `gh`. Focus on actionable findings, not summaries. |
Use this skill when the user asks to:
ghProduce high-signal PR review findings and, when requested, post concise review comments with gh.
Default to a code review mindset:
A review comment should only be posted if it says something concrete that could block, regress, or materially weaken the change.
gh pr list --repo friuns2/codexUI --state open.gh pr view <number> --repo friuns2/codexUI --json ...gh pr diff <number> --repo friuns2/codexUIgh pr comment <number> --repo friuns2/codexUI --body ...Use a terse, high-conviction review style:
Good pattern:
Avoid:
friuns2/codexUIWhen reporting back to the user:
If no real findings are found, say so directly.
Use only when the user explicitly mentions Codex parity, codex-app-parity, Codex.app parity, or asks to compare against the installed Codex desktop app.
Use when the user explicitly asks to accept or merge a GitHub pull request and the PR must show as merged on GitHub, not only in local git history.
用于这个仓库中“先分析 upstream 提交与代码变更,再按功能主题选择性引入 upstream 变更;所有操作在临时 worktree 中完成,并在难解冲突时优先保留当前 fork 实现”。当用户提到 upstream sync、同步源仓库、选择性合并 upstream、分析上游提交、挑功能合并等意图时使用。仅适用于 nervmor/codexui 与其上游 friuns2/codexUI。