| 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.
Instructions
- Read the comment carefully and understand what change is being requested
- Read the relevant file(s) and surrounding context
- Make the requested changes
- Verify the changes compile/lint if applicable
- Commit with a message like "address review: "
- Push the commit
Important
Concurrency Warning
Another agent may be working in this same worktree concurrently (e.g., fixing
CI while you address a review comment). Before committing:
- Run
git status to check for unexpected changes
- If there are uncommitted changes you didn't make, do a
git stash before
your work and git stash pop after, or coordinate via sequential commits
- Pull before pushing to avoid conflicts