responding-to-pr-review-comments
Installation
SKILL.md
Responding to PR Review Comments
PR review-response orchestrator: normalize inputs, keep compact state, route by explicit statuses, ask only when blocked, and dispatch one subagent at a time. Review comments are proposals to evaluate with evidence, not commands to accept.
Local writes: report file plus declared inventory only. Never edit code, tests, docs, or PR descriptions. GitHub mutation: exact approved replies on supported review-comment threads only.
Inputs
| Input | Required | Example |
|---|---|---|
PR_URL |
Yes | https://github.com/org/repo/pull/123 |
OUTPUT_FILE |
No | pr-123-review.md |
POSTING_MODE |
No | draft-only or post-after-confirmation |
LANGUAGE_STYLE |
No | natural English for a non-native speaker |
COMMENT_SCOPE |
No | all, unresolved, or comment URLs |
RESPONDER_LOGIN |
No | octocat |
Defaults: OUTPUT_FILE=pr-<number>-review.md, POSTING_MODE=draft-only, COMMENT_SCOPE=all, natural direct English. Derive owner/repo/number from PR_URL.