Claude Code Plugins

Community-maintained marketplace

Feedback

pr-review-extraction

@mattnigh/skills_collection
18
0

Extract and summarize review comments from GitHub PRs. Use when analyzing PR reviews, checking unresolved issues, or responding to CodeRabbit feedback.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @mattnigh/skills_collection/endo-ava__ego-graph__claude__skills__pr-review-extraction__SKILL.md --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @mattnigh/skills_collection/endo-ava__ego-graph__claude__skills__pr-review-extraction__SKILL.md -p --client shared
Note: Review the skill instructions before using it.

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/...))