Skill Detail
Inspect failing GitHub Actions checks and plan fixes with gh-fix-ci
Inspect failing GitHub Actions checks on the current PR, pull the actionable log snippet, and stop at an approval gate before implementing a fix.
CI/CD IntegrationsCodex
CI/CD Integrations
Codex
Published
Tool match: skills
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill inspect-failing-github-actions-checks-and-plan-fixes-with-gh-fix-ci
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Codex, GitHub CLI (gh), repository with an open PR, GitHub auth with repo/workflow scopes
Install & setup
Use the curated gh-fix-ci skill from the openai/skills catalog, make sure
gh auth status succeeds with repo and workflow scopes, then run it inside the target repository so it can inspect the current PR's failing checks and logs.Author
OpenAI
Publisher
Organization
Last updated
Apr 23, 2026
Quick brief
Use gh-fix-ci when the agent should inspect the current PR’s failing GitHub Actions checks, pull the relevant logs, summarize the real failure, and propose a fix plan before touching code. Invoke it instead of using GitHub or gh manually when you want a bounded failure-triage workflow with an explicit approval checkpoint. The scope boundary is clear and skill-shaped: GitHub Actions failure inspection and plan-first remediation for one PR, not a generic GitHub or CI product listing.