一键导入
gh-fix-ci
Inspect GitHub PR checks, fetch failing Actions logs, summarize root cause, then propose a fix plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Inspect GitHub PR checks, fetch failing Actions logs, summarize root cause, then propose a fix plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the full Custom GPT regression path for the recent fixes across tasks, mail, preferences, calendar, and user_id sanitization.
Address open PR review comments using gh CLI with explicit user-selected thread handling.
Azure Blob and Azurite operator commands for existence checks, counts, and sampling with env-var-only secrets.
Operator-friendly dataset pipeline runbook with background execution, progress snapshots, and sampling checks.
Maintain one per-task ExecPlan artifact under tmp for multi-step work with a quick bypass option.
Safe Git and GitHub operator commands for inspect-stage-commit-push workflow.
| name | gh-fix-ci |
| description | Inspect GitHub PR checks, fetch failing Actions logs, summarize root cause, then propose a fix plan. |
Use when user asks to debug or fix failing GitHub PR CI checks.
gh is authenticated.gh auth login once if needed.gh auth status before check/log commands.gh pr view --json number,url
gh pr checks <pr> --json name,state,link,startedAt,completedAt
gh run view <run_id> --json name,workflowName,conclusion,status,url
gh run view <run_id> --log