Skip to main content
Back to registry

gh-fix-ci

openai/skills

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.

Installs448
Install command
npx skills add https://github.com/openai/skills --skill gh-fix-ci
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
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. 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). Fetch failing PR checks, pull GitHub Actions logs, and extract a failure snippet. Exits non-zero when failures remain so it can be used in automation. Usage examples: - 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 " /scripts/inspect_pr_checks.py" --repo "." --pr " " - Add --json if you want machine-friendly output for summarization. - Verify gh authentication. - Run gh auth status in the repo.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gh-fix-ci do?

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.

Is gh-fix-ci good?

gh-fix-ci does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does gh-fix-ci work with?

gh-fix-ci currently lists compatibility with codex, gemini-cli, opencode, amp, github-copilot, claude-code.

What are alternatives to gh-fix-ci?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install gh-fix-ci?

npx skills add https://github.com/openai/skills --skill gh-fix-ci

Related skills

More from openai/skills

Related skills

Alternatives in Software Engineering