gh-fix-ci 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 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. Published by openai in skills.
What is gh-fix-ci 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 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. Published by openai in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use gh-fix-ci Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/skills
- Skill file: skills/.curated/gh-fix-ci/SKILL.md
What it does
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.
Skill instructions
Gh Pr Checks Plan Fix Overview 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. - If a plan-oriented skill (for example create-plan) is available, use it; otherwise draft a concise plan inline and request approval before implementing. Prereq: authenticate with the standard GitHub CLI once (for example, run gh auth login), then confirm with gh auth status (repo + workflow scopes are typically required). Inputs - repo: path inside the repo (default .) - pr: PR number or URL (optional; defaults to current branch PR) - gh authentication for the repo host Quick start - python "<path-to-skill/scripts/inspectprchecks.py" --repo "." --pr "<number-or-url" - Add --json if you want machine-friendly output for summarization. Workflow 1. Verify gh authentication. - Run gh auth status in the repo. - If unauthenticated, ask the user to run gh auth login (ensuring repo +
Explore related resources
Frequently asked questions
What is gh-fix-ci?
gh-fix-ci is a open-source AI agent skill with Copy skill directory. 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.
Who is gh-fix-ci best for?
gh-fix-ci is best for reusing agent instructions, scripts, and references.
How do I install gh-fix-ci?
Install or run gh-fix-ci using Copy skill directory. Check gh-fix-ci for the latest setup command.
Is gh-fix-ci actively maintained?
gh-fix-ci may need a closer maintenance check before production use.
Auto-fetched from GitHub.