Back to Codex skills
Development & Code Tools

gh-fix-ci Codex skill

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

What this skill does

Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval. - Depends on the plan skill for drafting and approving the fix plan.

gh-fix-ci focuses on making engineering work more repeatable, reviewable, and easier to verify inside a coding-agent workflow. It is part of the awesome-codex-skills catalog and is presented here as an indexable summary for developers comparing reusable agent skills.

Good use cases

Trigger gh-fix-ci when a user request matches its stated automation scope.

Use it to keep setup, known pitfalls, and workflow guidance outside the main prompt until needed.

Pair it with repository-specific context when the workflow touches local code, docs, data, or connected apps.

Workflow coverage

Overview

A documented section in the source skill that gives the agent more specific execution guidance.

Inputs

A documented section in the source skill that gives the agent more specific execution guidance.

Quick start

A documented section in the source skill that gives the agent more specific execution guidance.

Workflow

A documented section in the source skill that gives the agent more specific execution guidance.

Bundled Resources

A documented section in the source skill that gives the agent more specific execution guidance.

scripts/inspect_pr_checks.py

A documented section in the source skill that gives the agent more specific execution guidance.

Source and attribution

This summary links back to the original folder in ComposioHQ's public repository. For installation instructions, licensing, and the complete skill body, use the source link before copying the skill into a local Codex setup.

View gh-fix-ci on GitHub