with one click
gha
Diagnóstico de GitHub Actions failures
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Diagnóstico de GitHub Actions failures
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | gha |
| description | Diagnóstico de GitHub Actions failures |
| triggers | ["/gha","github actions","ci failed","workflow failed","build failed"] |
Diagnóstico automático de falhas em GitHub Actions.
/gha # Verifica último workflow run
/gha [run_id] # Analisa run específico
/gha --flaky # Identifica testes flaky
/gha --history # Histórico de falhas
Se precisar debugar manualmente:
# Listar workflows
gh run list --limit 10
# Ver detalhes de um run
gh run view [RUN_ID]
# Baixar logs
gh run view [RUN_ID] --log
# Ver jobs de um run
gh run view [RUN_ID] --job [JOB_ID]
Quando acionado, JARVIS irá:
gh run list --status failure --limit 5gh run view [ID] --log| Padrão | Causa Provável | Sugestão |
|---|---|---|
npm ERR! | Dependência | npm ci ou limpar cache |
ENOENT | Arquivo faltando | Verificar paths |
timeout | Teste lento/flaky | Aumentar timeout ou otimizar |
FAILED em test | Teste quebrado | Ver stack trace |
TypeScript error | Tipo incorreto | Fix no código |
ESLint | Lint error | Auto-fix ou manual |
╔══════════════════════════════════════════════════════════════════════════════╗
║ GITHUB ACTIONS DIAGNOSTIC ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ Run ID: 12345678 ║
║ Workflow: CI ║
║ Status: FAILED ║
║ Duration: 3m 42s ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ CAUSA RAIZ: ║
║ Test failure in src/__tests__/api.test.ts:42 ║
║ ║
║ Error: Expected 200, got 404 ║
║ ║
║ SUGESTÃO: ║
║ O endpoint /api/users foi removido ou renomeado. ║
║ Verificar se o route existe em src/routes/users.ts ║
╚══════════════════════════════════════════════════════════════════════════════╝
Consulta o contexto completo da [SUA EMPRESA] para responder perguntas. Injeta automaticamente métricas, organograma, processos, estratégia. Use quando: perguntas sobre a empresa, decisões estratégicas, contexto de negócio.
Orquestrador de operacoes autonomas. Executa acoes no ClickUp, N8N e Google Drive baseado em decisoes dos agentes.
Usa Gemini CLI para acessar sites bloqueados (Reddit, etc)
Diagnóstico de GitHub Actions failures
Processa arquivos no INBOX [SUA EMPRESA], classifica, extrai insights, e move para pasta destino. Use quando: novos arquivos em inbox, processar conteúdo [SUA EMPRESA], atualizar contexto da empresa.
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.