按優先順序顯示 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-17abd133)More formats (shields.io, HTML) on the badges page.
---
description: "按優先順序顯示 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] | 作者 | 開放時长 | 批準數 | +添加/-刪除
├─ 概要第 1 行
└─ 概要第 2 行
https://github.com/owner/repo/pull/編号
### 中優先級
(相同格式)
### 低優先級
(相同格式)
```
## 優先級判定標準
**高優先級**
- `fix:` Bug 修復
- `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.