Loading...
Loading...
Fix GitHub Actions CI failures using GitHub CLI (gh): inspect runs/logs, identify root cause, patch workflows/code, rerun jobs, and summarize verification. Use when GitHub Actions CI is failing or needs diagnosis.
npx skill4agent add jmerta/codex-skills ci-fixghOWNER/REPOghgh auth statusgh repo view --json nameWithOwner -q .nameWithOwner-R OWNER/REPOgh.../actions/runs/<id>gh run list --limit 20 --status failuregh run list --branch <branch> --limit 20 --status failuregh run list -w <workflow> --limit 20 --status failuregh run view <id> --webgh run view <id> --verbosegh run view <id> --log-failedgh run view <id> --log --job <job-id>gh run download <id> -D .artifacts/<id>references/ci-failure-playbook.md.github/workflows/*.ymlgh run rerun <id> --failedgh run view <id> --json jobs --jq '.jobs[] | {name,databaseId,conclusion}'gh run watch <id> --compact --exit-statusgh workflow run <workflow> --ref <branch>pull_request_targetpermissions: