con un clic
ci-debug
Debug failing GitHub Actions checks for the current branch or PR.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Debug failing GitHub Actions checks for the current branch or PR.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Edit Squeezy's TOML configuration (`~/.squeezy/settings.toml`, `squeezy.toml`, per-repo overrides) using the canonical schema.
Inspect GitHub PRs, issues, CI, and publish flows with local git and gh.
Commit local changes, push the branch, and open or update a GitHub pull request.
Address actionable GitHub pull request review feedback.
Research current web information with websearch and webfetch, then answer with sources.
Author a new Squeezy `SKILL.md` instruction bundle that the catalog can discover and activate.
| name | ci-debug |
| description | Debug failing GitHub Actions checks for the current branch or PR. |
| when_to_use | Use when GitHub Actions, status checks, CI logs, or a failing PR check need investigation or repair. |
| triggers | ["failing checks","github actions","ci failed","fix ci","check failure"] |
Use this skill when the task is to understand or fix failing GitHub Actions checks.
Establish current truth first:
gh pr view <pr> --json headRefName,headRefOid,statusCheckRollup,mergeStateStatus,reviewDecision,url when a PR is involved.gh run view, gh run view --log, or the GitHub API when step-level detail is needed.Before editing, reduce the failure to the smallest reproducible cause from the log. Prefer focused fixes tied to the current failing step. If a local command is cheap and deterministic, run the matching test or formatter after patching; if the user says to rely on CI, avoid local build detours and push the minimum safe fix.
Report the failing workflow, job or step, head SHA, root cause, and exact fix. When checks are still running, say which current SHA they belong to.