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.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「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"
セキュリティ監査
安全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.
リスク要因
品質スコア
作れるもの
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.
これらのプロンプトを試す
Use the address-github-comments skill to fetch all comments for the current PR.
List all review comments and help me create a plan to address each one.
After I make changes, use the skill to respond to the resolved comment thread.
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?
Do I need to install gh CLI?
Can this skill automatically fix code?
What if I am not authenticated with gh?
Does this work with GitHub Enterprise?
Can I respond to multiple comments at once?
開発者の詳細
作成者
sickn33ライセンス
MIT
リポジトリ
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/address-github-comments参照
main
ファイル構成
📄 SKILL.md