Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Mostrar PRs abiertos con ranking de prioridad. Se activa con "mostrar PRs", "PRs abiertos", "PRs pendientes".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-19 | ✓→✗ | ▼ Worse | -23% | 0% |
| case-10 | ✓→✓ | = Same ✓ | -35% | 0% |
Muestra una lista priorizada de PRs abiertos en el repositorio actual.
bash# Solicitar de Claude "Mostrar una lista priorizada de PRs abiertos"
bash# Obtener información del repositorio gh repo view --json nameWithOwner | jq -r '.nameWithOwner' # Obtener información de PRs abiertos y solicitar de Claude gh pr list --state open --draft=false --json number,title,author,createdAt,additions,deletions,reviews --limit 30 "Organizar los PRs anteriores por prioridad, incluyendo un resumen de 2 líneas para cada PR. Generar URLs usando el nombre del repositorio obtenido arriba"
textLista de PRs Abiertos (por Prioridad) ### Alta Prioridad #number Título [Draft/DNM] | Autor | Tiempo desde apertura | Conteo de aprobaciones | +adiciones/-eliminaciones ├─ Línea de resumen 1 └─ Línea de resumen 2 https://github.com/owner/repo/pull/number ### Prioridad Media (Formato similar) ### Baja Prioridad (Formato similar)
Alta Prioridad
fix: Correcciones de bugsrelease: Trabajo de releasePrioridad Media
feat: Nuevas característicasupdate: Mejoras de característicasBaja Prioridad
test:, build:, perf:gh)Other measured skills in the registry, with their headline benchmark lift.