reply
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
- Current branch: !
git branch --show-current - PR for this branch: !
gh pr view --json number,url 2>/dev/null || echo "NO_PR"
Your task
Reply to unresolved review comments on the current PR that relate to what we have been discussing in this conversation. Skip every other comment.
Pre-flight checks
- If the PR context above is
NO_PR, stop and tell the user there is no PR for this branch. Do nothing else. - Never reply to comments that are already resolved.
- Never reply to comments that are unrelated to the current conversation context.
- Never resolve threads. Never modify any files. This skill only posts replies.
Resolve the repository coordinates
Get owner, repo, and PR number for the API calls below: