Agent skill
pr-review-extraction
Extract and summarize review comments from GitHub PRs. Use when analyzing PR reviews, checking unresolved issues, or responding to CodeRabbit feedback.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pr-review-extraction
SKILL.md
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/...))
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?