一键导入
respond-to-comment
// Triage and respond to comments on a PR. Fix if actionable, reply either way. Load repo-setup first.
// Triage and respond to comments on a PR. Fix if actionable, reply either way. Load repo-setup first.
Auto-merge a PR after it is marked ready-for-review, if the change is small, non-disruptive, and all checks pass.
Diagnose and fix failing CI on a PR. Capped at 3 attempts. Load repo-setup first.
Promote a draft PR to ready-for-review after CI passes and self-review is clean. Assigns reviewers and adds labels.
Clone or refresh a GitHub repo and prepare the working tree. Load this before any situation skill.
Resolve a GitHub issue end-to-end — explore, plan, implement, clean up, and open a draft PR.
Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first.
| name | respond-to-comment |
| description | Triage and respond to comments on a PR. Fix if actionable, reply either way. Load repo-setup first. |
| license | Apache-2.0 |
| metadata | {"audience":"autonomous-agents"} |
Triage a comment on a PR the bot is involved in. Load repo-setup first.
If the comment author equals your identity (gh api user --jq .login),
stop: SKIPPED: own comment.
deslop, commit,
push, reply with commit SHA.suggestion block
or description. Don't push.Reply to inline comments via the thread API. Reply to top-level
comments via gh pr comment.
Keep replies concise and natural — write like a teammate, not a support bot. No filler phrases, no emoji unless the thread uses them.
Don't push to others' branches. Don't force-push. Don't merge.