원클릭으로
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.