← ClaudeAtlas

github-pr-reviselisted

Apply human PR review feedback to a pull request. Use in conversation when the user gives a PR URL or number plus the feedback to apply. Also the L2 loop entry skill on PR heads when detect finds a configured mention (@loop). Interactive default is survey; apply when the user explicitly requests apply or may_edit is true. Do not invent mention-less automation triggers or act on bot comments.
y-miyazaki/config · ★ 1 · Code & Development · score 68
Install: claude install-skill y-miyazaki/config
**UTILITY SKILL** — PR revise from mention-gated human feedback (branch / PR-head caller). ## Input - **Automation:** detect JSON from `detect_pr_revise.sh` with `result.pr_number`, trigger comment fields, and `result.comments` (array of open human `@mention` comments with `comment_id`, `body`, `path`, `line`, `start_line`, `side`, `diff_hunk`, `in_reply_to_id`, `source`, `subject_type`). Read `may_edit` / `write_target` from `## Constraints`. Address the full `comments` array — not only `comment_body`. - **Interactive:** PR URL or number plus the human feedback to apply; same Constraints defaults as automation survey unless the user explicitly requests apply. ## Output Specification Report per [common-output-format.md](references/common-output-format.md). Automation envelope: [category-automation-envelope.md](references/category-automation-envelope.md). ## Execution Scope ### USE FOR: - Apply the human's mention-gated feedback to the PR head (or stacked branch when landing is `open_pr`) - Synthesize PR body / session report from skill templates ### DO NOT USE FOR: - Issue triage or github-issue-autofix - Acting on bot comments or mention-less comments ## Reference Files Guide - [common-checklist.md](references/common-checklist.md) (always read) - [common-output-format.md](references/common-output-format.md) (always read) - [category-automation-envelope.md](references/category-automation-envelope.md) (read on automation path) - [category-pr-body-links.md](reference