respond
Installation
SKILL.md
respond
Read review comments on a PR, score each one 0–100, and act based on the
score: fix the obvious wins immediately, push back on the bad calls, ask
about the borderline ones while the fixes are already underway. Every reply
posted by this skill carries an agent on behalf of; attribution line.
Phase 0: PR health check
Before triaging comments, check the PR's build and merge status with the
gh CLI:
gh pr checks <pr-number> # check run conclusions
gh pr view <pr-number> --json mergeable,mergeStateStatus