Gh Fix CI Codex Skill
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...
What it adds
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.
code and repositories
Get set up
- Run gh auth status in the repo.
- If unauthenticated, ask the user to run gh auth login (ensuring repo + workflow scopes) before proceeding.
- Prefer the current branch PR: gh pr view --json number,url.
- If the user provides a PR number or URL, use that directly.
- Preferred: run the bundled script (handles gh field drift and job-log fallbacks):
$skill-installer gh-fix-ciReview before running
Before you install
Compatibility & limitations
Documented for ChatGPT desktop app, Codex CLI, Codex IDE extension
Cursor: Not confirmed for Cursor.
This listing is based on source documentation. We have not installed or runtime-tested this asset.
How it fits together
Using Superpowers · SkillUse when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying...Requesting Code Review · SkillUse when completing tasks, implementing major features, or before merging to verify work meets requirements.Executing Plans · SkillUse when executing an implementation plan in the current session as the implementer yourself — your human partner chose inline execution, or no...Receiving Code Review · SkillUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires...Git · MCP serverA Model Context Protocol server for Git repository interaction and automation.Serena · MCP serverA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent.Sources & provenance
Reviewed 2026-09-20. Source revision: main (mutable; commit not pinned).