ワンクリックで
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 職業分類に基づく
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.
| 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.