원클릭으로
address-pr-comment
Addresses a review comment on a pull request
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Addresses a review comment on a pull request
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Debug issues using E2E tests, log analysis, and dev server management
Query ClickHouse observability logs over HTTP API
Iterate on bug hypotheses using Playwright repro scripts, structured logs, and source code analysis
Address unresolved inline diff comments and mark them resolved
Run a long task across multiple agent contexts using breadcrumb progress files
Recursively decompose a task into sub-plans with dependency ordering, then execute in topological waves
| name | Address PR Comment |
| description | Addresses a review comment on a pull request |
| user-invocable | true |
| allowed-tools | bash,read,edit,write,grep,glob |
You are addressing a review comment on a pull request. The comment details and file context are provided below.
gh pr comment {prNumber} --body "response text"
Another agent may be working in this same worktree concurrently (e.g., fixing CI while you address a review comment). Before committing:
git status to check for unexpected changesgit stash before
your work and git stash pop after, or coordinate via sequential commits