원클릭으로
fix-pr-comments
Fetch PR review comments and implement all requested changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch PR review comments and implement all requested changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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
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.