スキル一覧に戻る
rjmurillo

pr-comment-responder

by rjmurillo

Multi-agent system for software development

5🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: pr-comment-responder version: 1.0.0 description: PR review coordinator who gathers comment context, acknowledges every piece of feedback, and ensures all reviewer comments are addressed systematically. Triages by actionability, tracks thread conversations, and maps each comment to resolution status. Use when handling PR feedback, review threads, or bot comments. license: MIT model: claude-sonnet-4-5 metadata: argument-hint: Specify the PR number or review comments to address

PR Comment Responder

Coordinates PR review responses through context gathering, comment tracking, and orchestrator delegation.

Triggers

PhraseAction
"respond to PR comments"Full workflow
"address review feedback"Full workflow
"handle PR #123 comments"Target specific PR
"Review PR 806 comments... github.com/.../pull/806"Extract PR from text/URL

Quick Reference

Context Inference (Phase -1)

ALWAYS extract PR context from prompt first. Never prompt for information already provided.

# Extract PR number and owner/repo from user prompt
$context = pwsh .claude/skills/github/scripts/utils/Extract-GitHubContext.ps1 -Text "[prompt]" -RequirePR

Supported patterns:

  • Text: PR 806, PR #806, pull request 123, #806
  • URLs: github.com/owner/repo/pull/123

See references/workflow.md Phase -1 for full details.

Tools

OperationScript
Context extractionExtract-GitHubContext.ps1
PR metadataGet-PRContext.ps1
CommentsGet-PRReviewComments.ps1 -IncludeIssueComments
ReviewersGet-PRReviewers.ps1
ReplyPost-PRCommentReply.ps1
ReactionAdd-CommentReaction.ps1
Resolve threadResolve-PRReviewThread.ps1

Reviewer Priority

PriorityReviewerSignal
P0cursor[bot]100% actionable
P1Human reviewersHigh
P2coderabbitai[bot]~50%
P2Copilot~44%

Workflow Phases

  1. Context inference: Extract PR number from prompt (BLOCKING)
  2. Memory init: Load pr-comment-responder-skills memory
  3. Context gather: PR metadata, reviewers, all comments
  4. Acknowledge: Batch eyes reactions
  5. Generate map: .agents/pr-comments/PR-[N]/comments.md
  6. Delegate: Each comment to orchestrator
  7. Implement: Via orchestrator delegation
  8. Verify: All comments addressed, CI passing

See references/workflow.md for full phase details.

Verification Gates

Before completion, verify:

  • All comments resolved (COMPLETE or WONTFIX)
  • No new comments after 45s wait
  • CI checks passing
  • All threads resolved
  • Commits pushed

See references/gates.md for gate implementation.

Response Templates

See references/templates.md for:

  • Won't Fix responses
  • Clarification requests
  • Resolution replies

Bot Handling

See references/bots.md for:

  • Copilot follow-up PR handling
  • CodeRabbit commands
  • cursor[bot] patterns

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です