원클릭으로
gha
Diagnóstico de GitHub Actions failures
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnóstico de GitHub Actions failures
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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)
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.
AIOX Master Orchestrator & Framework Developer (Orion). Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchest...
| name | gha |
| description | Diagnóstico de GitHub Actions failures |
| triggers | ["/gha","github actions","ci failed","workflow failed","build failed"] |
Auto-Trigger: Diagnóstico automático de falhas em GitHub Actions. Keywords: "gha", "gha" Prioridade: MEDIA Tools: Read, Write, Edit, Bash, Glob, Grep
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 ║
╚══════════════════════════════════════════════════════════════════════════════╝