スキル一覧に戻る
tbroadley

fix-pr-comments

by tbroadley

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

SKILL.md


name: fix-pr-comments description: This skill should be used when the user asks to "fix PR comments", "address PR feedback", "resolve PR threads", mentions "PR review", or discusses GitHub pull request comments. version: 1.0.0

Fix PR Comments

Handle PR review comments by choosing the appropriate response for each comment.

Response Types

For each PR comment, choose one of these responses:

  1. Address and resolve: Fix the issue, push the changes, and resolve the thread
  2. Explain: If the comment doesn't make sense, leave a comment explaining why. Only resolve the thread if the comment is from a bot user.
  3. Ask for clarification: If unclear, leave a question asking for clarification

Comment Prefix

When leaving comments on PRs, always prefix with "Claude Code: " to make it clear the comment came from Claude.

Comment Guidelines

Never leave top-level comments on the PR (via gh pr comment or the issues comments API). Only reply directly within review comment threads using the replies API. Top-level comments like "Addressed all feedback" are not helpful and clutter the PR.

Workflow

  1. Read all PR comments to understand the feedback
  2. For each comment, determine the appropriate response type
  3. Make code changes where needed
  4. Push all changes
  5. Resolve threads that have been addressed
  6. Request re-review from reviewers whose comments have all been addressed
  7. Leave explanatory comments or clarification questions as needed

Re-requesting Review

After addressing all comments from a reviewer, request their re-review:

gh pr edit --add-reviewer <reviewer-username>

To find reviewers who left comments:

gh api repos/{owner}/{repo}/pulls/{pr_number}/reviews --jq '.[].user.login' | sort -u

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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