com um clique
fix-pr-comments
Fetch PR review comments and implement all requested changes
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
Fetch PR review comments and implement all requested changes
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
Create Claude-style local HTML artifacts under global ~/.agents/artifacts. Use for artifact requests, variations/options croquis, feature plans, thinking docs, prototypes, visualizations, dashboards, diagrams, or substantial reusable content. Pair with use-style.
Apply named visual style guides to landing pages, app shells, and UI. Use for $use-style, /useskill, list styles, or styles like ios-app, grid, vercel, black-grid, stripe, linear, raycast, gumroad, dusk, or luma.
Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Systematic implementation using APEX methodology (Analyze-Plan-Execute-eXamine) with parallel agents, self-validation, and optional adversarial review. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.
Interact with App Store Connect via the asc CLI - apps, builds, TestFlight, beta testers, reviews, sales/analytics, metadata, IAP, signing, submissions. Use for "check my app", "App Store Connect", "TestFlight status", "app review", "my app sales", or "asc".
Set up per-worktree environments for Claude Code, Cursor, or Codex. Use for worktree-ready repos, IDE environment config, worktree-up/down scripts, or dev.sh wiring.
| name | fix-pr-comments |
| description | Fetch PR review comments and implement all requested changes |
| allowed-tools | Bash(gh :*), Bash(git :*), Read, Edit, MultiEdit |
| disable-model-invocation | true |
| allow_implicit_invocation | false |
Systematically address ALL unresolved review comments until PR is approved.
git branch --show-currentgit status --shortgit log --oneline -3FETCH COMMENTS:
gh pr status --json number,headRefNamegh pr review list --state CHANGES_REQUESTEDgh api repos/{owner}/{repo}/pulls/{number}/commentsANALYZE & PLAN:
IMPLEMENT FIXES:
Read target file firstMultiEdit for same-file modificationsCOMMIT & PUSH:
git add -Afix: address PR review commentsgit pushUser: $ARGUMENTS