一键导入
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 职业分类
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.