gh-fix-ci
gh fix ci
What it does
- If a plan-oriented skill (for example create-plan) is available, use it; otherwise draft a concise plan inline and request approval before implementing.
- repo: path inside the repo (default .)
- pr: PR number or URL (optional; defaults to current branch PR)
- gh authentication for the repo host
- python "<path-to-skill>/scripts/inspectprchecks.py" --repo "." --pr "<number-or-url>"
- Add --json if you want machine-friendly output for summarization.
- Run gh auth status in the repo.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
gh-fix-ci FAQ
What does the gh-fix-ci skill do?
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL. If a plan-oriented skill (for example create-plan) is available, use it; otherwise draft a concise plan inline and request approval before implementing. repo: path inside the repo (default .)
How do I install gh-fix-ci?
Run: npx -y skills add https://github.com/openai/skills --skill gh-fix-ci --agent claude-code — the source lives at github.com/openai/skills.
Maintain gh-fix-ci?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/openai-skills-gh-fix-ci?ref=badge) npx agentictools info skills/openai-skills-gh-fix-ci The second line is the CLI lookup for this page — handy in READMEs and docs.