gh-fix-ci

Originally fromopenai/skills
Installation
SKILL.md

Overview

Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failures, and implement fixes.

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

  • python3 "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>"
  • Add --json if you want machine-friendly output for summarization.

Workflow

Installs
35
Repository
gannonh/skills
GitHub Stars
2
First Seen
Feb 18, 2026
gh-fix-ci — gannonh/skills