Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Mostrar Issues abiertos con ranking de prioridad. Se activa con "mostrar issues", "issues abiertos".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -10% | 0% |
Muestra una lista priorizada de issues abiertos en el repositorio actual.
bash# Solicitar de Claude "Mostrar una lista priorizada de issues abiertos"
bash# Obtener información del repositorio gh repo view --json nameWithOwner | jq -r '.nameWithOwner' # Obtener información de issues abiertos y solicitar de Claude gh issue list --state open --json number,title,author,createdAt,updatedAt,labels,assignees,comments --limit 30 "Organizar los issues anteriores por prioridad, incluyendo un resumen de 2 líneas para cada issue. Generar URLs usando el nombre del repositorio obtenido arriba"
textLista de Issues Abiertos (por Prioridad) ### Alta Prioridad #number Título [etiquetas] | Autor | Tiempo desde apertura | Conteo de comentarios | Asignado ├─ Línea de resumen 1 └─ Línea de resumen 2 https://github.com/owner/repo/issues/number ### Prioridad Media (Formato similar) ### Baja Prioridad (Formato similar)
Alta Prioridad
bugcritical o urgentsecurityPrioridad Media
enhancementfeatureBaja Prioridad
documentationgood first issuewontfix o duplicatebash# Obtener solo issues con etiqueta específica gh issue list --state open --label "bug" --json number,title,author,createdAt,labels,comments --limit 30 # Filtrar con múltiples etiquetas (condición AND) gh issue list --state open --label "bug,high-priority" --json number,title,author,createdAt,labels,comments --limit 30
gh)Other measured skills in the registry, with their headline benchmark lift.