スキル address-github-comments
💬

address-github-comments

安全 ⚙️ 外部コマンド

Address GitHub PR Comments

This skill helps developers systematically address PR review comments using the GitHub CLI, ensuring no feedback is missed and all issues are properly resolved.

対応: Claude Codex Code(CC)
🥉 75 ブロンズ
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「address-github-comments」を使用しています。 Run the address-github-comments skill to check my PR comments

期待される結果:

Fetching comments for the current PR...

Found 3 review comments:

1. @reviewer1 - "Consider using const instead of let here"
- Thread: src/utils.js:15
- Status: Open

2. @reviewer2 - "This function should handle edge cases"
- Thread: src/handler.js:42
- Status: Open

3. @reviewer1 - "LGTM!"
- Thread: src/utils.js:20
- Status: Resolved

「address-github-comments」を使用しています。 I've fixed the issues, now respond to the comments

期待される結果:

Responding to comment thread...

✓ Responded to src/utils.js:15
Body: "Addressed in commit abc123 - changed let to const"

✓ Responded to src/handler.js:42
Body: "Added edge case handling for null and undefined values"

セキュリティ監査

安全
v1 • 2/24/2026

All static findings are false positives. The skill contains only documentation for using the gh CLI. The detected 'external_commands' are markdown code formatting (backticks), not actual shell execution. No cryptographic algorithms or malicious code patterns present.

1
スキャンされたファイル
61
解析された行数
1
検出結果
1
総監査数
監査者: claude

品質スコア

38
アーキテクチャ
100
保守性
85
コンテンツ
50
コミュニティ
100
セキュリティ
100
仕様準拠

作れるもの

Review Comment Workflow

Systematically work through PR review comments one by one, ensuring each is addressed before marking as resolved.

Issue Feedback Response

Address feedback from GitHub issues by checking the associated PR and responding to thread comments.

Batch Comment Management

Handle multiple review comments efficiently by prioritizing and organizing the response workflow.

これらのプロンプトを試す

Check PR Comments
Use the address-github-comments skill to fetch all comments for the current PR.
Plan Comment Responses
List all review comments and help me create a plan to address each one.
Respond to Fixed Comments
After I make changes, use the skill to respond to the resolved comment thread.
Full Review Cycle
Run the complete address-github-comments workflow: fetch comments, plan fixes, apply changes, and respond to threads.

ベストプラクティス

  • Always verify gh authentication with gh auth status before starting
  • Read surrounding code context before applying fixes to comments
  • Wait for user confirmation on which comments to address when there are many

回避

  • Applying fixes without understanding the full context of the comment
  • Responding to comments without actually making the requested changes
  • Skipping verification that gh is properly authenticated

よくある質問

What is gh CLI?
gh is the official GitHub command-line tool for interacting with GitHub repositories, issues, and pull requests from your terminal.
Do I need to install gh CLI?
Yes, this skill requires gh CLI to be installed. You can install it from cli.github.com or via package managers like brew.
Can this skill automatically fix code?
No, this skill helps you fetch and organize comments, but you must manually apply the code fixes yourself.
What if I am not authenticated with gh?
Run gh auth login to authenticate with your GitHub account before using this skill.
Does this work with GitHub Enterprise?
Yes, gh CLI supports GitHub Enterprise. Run gh auth login and select your enterprise instance.
Can I respond to multiple comments at once?
Yes, you can address multiple comments in sequence. The skill helps you track which comments have been resolved.

開発者の詳細

ファイル構成

📄 SKILL.md