← Back to list

pr-review-extraction
by endo-ava
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: pr-review-extraction description: Extract and summarize review comments from GitHub PRs. Use when analyzing PR reviews, checking unresolved issues, or responding to CodeRabbit feedback. allowed-tools: Bash, Read, Write
PRレビューコメント抽出
レビューコメントを効率的に抽出し、対応すべき項目をチェックリスト化します。
主な機能
- Resolved除外: Resolved状態のコメントを自動除外(未解決のみ表示)
- 統計表示: 未解決/全体のコメント数を表示
- GitHub連携: 各コメントへの直接リンク付き
- チェックリスト: 対応状況を追跡可能
使用方法
基本的な使い方
# 未解決のレビューコメントを取得(デフォルト: 300文字まで表示)
python3 .claude/skills/pr-review-extraction/extract_reviews.py <PR_NUMBER>
オプション
# 完全なコメント表示(切り詰めなし)
python3 .claude/skills/pr-review-extraction/extract_reviews.py <PR_NUMBER> --full
実行例
# PR #7のレビューを取得(未解決のみ、300文字まで)
python3 .claude/skills/pr-review-extraction/extract_reviews.py 7
# PR #7のレビューを取得(完全表示)
python3 .claude/skills/pr-review-extraction/extract_reviews.py 7 --full
出力例
# Review Report (PR #7)
## 🚨 Code Suggestions (Inline)
- [ ] **ingest/collectors/spotify.py:42**
- 指摘: Consider using async context manager for better resource handling...
- [View on GitHub](https://github.com/...)
## 📝 Summary & Walkthrough
- [ ] **PR Summary / Report** ([View on GitHub](https://github.com/...))
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon