github-address-pr-comments
Installation
SKILL.md
Address PR Review Comments
Load all unresolved review threads for a PR, then for each: decide whether to fix or decline, implement fixes when accepting, reply with a clear response, and resolve the thread. No comment goes unacknowledged.
Step 0: Bootstrap — Install pr-threads.py
The skill uses a single permanent helper script at ~/.claude/scripts/pr-threads.py.
Check if it exists; if not, write it from the embedded source below, then chmod +x it.
Once installed, all subsequent steps call python3 ~/.claude/scripts/pr-threads.py <subcommand> —
pre-approved by Bash(python3:*) in settings, no prompts needed.
[ -f ~/.claude/scripts/pr-threads.py ] && echo "installed" || echo "missing — write it"
If missing, write the file: