_Posted by Farty Bobo on behalf of @<github-handle>._ (or equivalent), then the reply body./critique to ensure changes are reviewed, committed, and pushed.Attempt to resolve addressed PR comment threads. The gh CLI still has no native resolve command, so use the helper scripts in this skill’s folder:
# List unresolved threads (tab-separated: id, path:line, author, snippet)
./skills/address-pr-comments/list-unresolved-threads.sh <pr-number|pr-url> [--repo OWNER/REPO]
# Resolve specific threads by ID
./skills/address-pr-comments/resolve-threads.sh <thread-id> [<thread-id>...]
# Or resolve every unresolved thread on a PR
./skills/address-pr-comments/resolve-threads.sh --all <pr-number|pr-url> [--repo OWNER/REPO]
Paths above are relative to the repo root; invoke with absolute paths if running from elsewhere. Only resolve threads whose feedback you actually addressed. Skip discussion-type threads that are still waiting on a human reply. Resolution requires triage/write permission on the repo — report any failures to the human.
gh pr checks. If any checks are failing, invoke /resolve-ci-failures to investigate and fix them.