com um clique
review-follow-up
Address actionable GitHub pull request review feedback.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Address actionable GitHub pull request review feedback.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.