Displays a prioritized list of open PRs in the current repository.
/plugin marketplace add wasabeef/claude-code-cookbook/plugin install cook-en@claude-code-cookbook## PR List Displays a prioritized list of open PRs in the current repository. ### Usage ### Basic Examples ### Display Format ### Priority Assessment Criteria **High Priority** - `fix:` Bug fixes - `release:` Release work **Medium Priority** - `feat:` New features - `update:` Feature improvements - Other regular PRs **Low Priority** - PRs containing DO NOT MERGE - Draft PRs with `test:`, `build:`, `perf:` ### Notes - Requires GitHub CLI (`gh`) - Only displays PRs in open state (Drafts are excluded) - Shows maximum 30 PRs - Elapsed time is from when the PR was opened - PR ...