بنقرة واحدة
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 ║
╚══════════════════════════════════════════════════════════════════════════════╝