원클릭으로
ci-debug
Debug failing GitHub Actions checks for the current branch or PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Debug failing GitHub Actions checks for the current branch or PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
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.