オープン PR 一覧を優先順位付きで表示する。「PR の一覧を見せて」「プルリクエストを確認したい」「開いている PR は?」「PR をリストして」「全ての PR を表示」「マージ待ちの PR は?」「PR の状況を一覧表示」などで起動。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add wasabeef/claude-code-cookbook --skill pr-list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pr List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wasabeef-pr-list-62dd5c0e)More formats (shields.io, HTML) on the badges page.
---
description: "オープン PR 一覧を優先順位付きで表示する。「PR の一覧を見せて」「プルリクエストを確認したい」「開いている PR は?」「PR をリストして」「全ての PR を表示」「マージ待ちの PR は?」「PR の状況を一覧表示」などで起動。"
allowed-tools:
- Bash(gh pr list *)
---
# オープン PR 一覧を優先順位付きで表示
現在のリポジトリのオープン PR 一覧を優先順位付きで表示します。
## 使い方
```bash
# Claude に依頼
「オープン PR 一覧を優先順位付きで表示して」
```
## 基本例
```bash
# リポジトリ情報を取得
gh repo view --json nameWithOwner | jq -r '.nameWithOwner'
# オープン PR 情報を取得して Claude に依頼
gh pr list --state open --draft=false --json number,title,author,createdAt,additions,deletions,reviews --limit 30
「上記の PR を優先度別に整理して、各 PR の 2 行概要も含めて表示して。URL は上記で取得したリポジトリ名を使用して生成して」
```
## 表示形式
```text
オープン PR 一覧 (優先順位順)
### 高優先度
#番号 タイトル [Draft/DNM] | 作者 | オープンから経過時間 | Approved 数 | +追加/-削除
├─ 概要 1 行目
└─ 概要 2 行目
https://github.com/owner/repo/pull/番号
### 中優先度
(同様の形式)
### 低優先度
(同様の形式)
```
## 優先度の判定基準
**高優先度**
- `fix:` バグ修正
- `release:` リリース作業
**中優先度**
- `feat:` 新機能
- `update:` 機能改善
- その他通常の PR
**低優先度**
- DO NOT MERGE を含む PR
- Draft で `test:`、`build:`、`perf:` の PR
## 注意事項
- GitHub CLI (`gh`) が必要です
- オープン状態の PR のみ表示します (Draft は除外)
- 最大 30 件の PR を表示します
- 経過時間は PR がオープンされてからの時間です
- PR の URL は実際のリポジトリ名から自動生成されます
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.
A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling