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

  1. Verify gh authentication.
    • Run gh auth status in the repo.
Related skills

More from gannonh/skills

Installs
35
Repository
gannonh/skills
GitHub Stars
1
First Seen
Feb 18, 2026