一键导入
review-follow-up
Address actionable GitHub pull request review feedback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Address actionable GitHub pull request review feedback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | review-follow-up |
| description | Address actionable GitHub pull request review feedback. |
| when_to_use | Use when the user asks to inspect or resolve PR review comments, requested changes, or unresolved review threads. |
| triggers | ["review comments","requested changes","address comments","unresolved review","pr feedback"] |
Use this skill to handle actionable PR review feedback.
Collect the review state first:
gh pr view <pr> --json number,title,headRefName,headRefOid,reviewDecision,reviews,comments,url.gh api graphql.Separate actionable requests from acknowledgements, stale comments, duplicates, and discussion-only notes. If the PR is already merged and a fix is still needed, make the follow-up against the current base branch instead of rewriting the merged branch.
Implement only the accepted/actionable fixes. Keep replies and thread resolution out of band unless the user explicitly asks to post or resolve comments. After patching, summarize the comments addressed, the files changed, and any feedback intentionally left unchanged.
This is different from /review: /review finds code-review issues. This skill follows up on review feedback that already exists on GitHub.
Edit Squeezy's TOML configuration (`~/.squeezy/settings.toml`, `squeezy.toml`, per-repo overrides) using the canonical schema.
Debug failing GitHub Actions checks for the current branch or PR.
Inspect GitHub PRs, issues, CI, and publish flows with local git and gh.
Commit local changes, push the branch, and open or update a GitHub pull request.
Research current web information with websearch and webfetch, then answer with sources.
Author a new Squeezy `SKILL.md` instruction bundle that the catalog can discover and activate.