Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Exibir Issues abertas com ranking de prioridade. Ativa com "mostrar issues", "issues abertas".
.claude/skills/wasabeef-exibir-issues-abertas-com-ranking-de-prioridade/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-13 | ✓→✗ | ▼ Worse | -33% | 0% |
| case-12 | ✓→✓ | = Same ✓ | -43% | 0% |
Exibe a lista de Issues abertas do repositório atual com priorização.
bash# Solicitar ao Claude "Exibir lista de Issues abertas com priorização"
bash# Obtém informações do repositório gh repo view --json nameWithOwner | jq -r '.nameWithOwner' # Obtém informações de Issues abertas e solicita ao Claude gh issue list --state open --json number,title,author,createdAt,updatedAt,labels,assignees,comments --limit 30 "Organize as Issues acima por prioridade e exiba incluindo um resumo de 2 linhas para cada Issue. Gere a URL usando o nome do repositório obtido acima"
textLista de Issues Abertas (ordenadas por prioridade) ### Alta Prioridade #número Título [rótulo] | autor | tempo decorrido desde abertura | número de comentários | responsável ├─ 1ª linha do resumo └─ 2ª linha do resumo https://github.com/owner/repo/issues/número ### Prioridade Média (mesmo formato) ### Baixa Prioridade (mesmo formato)
Alta Prioridade
bugcritical ou urgentsecurityPrioridade Média
enhancementfeatureBaixa Prioridade
documentationgood first issuewontfix ou duplicatebash# Obtém apenas Issues com rótulo específico gh issue list --state open --label "bug" --json number,title,author,createdAt,labels,comments --limit 30 # Filtragem com múltiplos rótulos (condição 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.