Technical & DevelopmentIntermediate
gh-fix-ci
Debug and fix failing GitHub Actions PR checks using log inspection
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/openai/skills --skill gh-fix-cinpx skills add https://github.com/openai/skills --skill gh-fix-ciOr paste this URL into your assistant to install:
Overview
What This Skill Does
Debug and fix failing GitHub Actions PR checks using log inspection
Application
When to use this Skill
- Integrating gh fix ci into your development workflow.
- Following best practices for debug and fix failing github actions pr checks using log inspection.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
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)ghauthentication for the repo host
Quick start
python "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>"- Add
--jsonif you want machine-friendly output for summarization.
Workflow
- Verify gh authentication.
- Run
gh auth statusin the repo. - If unauthenticated, ask the user to run
gh auth login(ensuring repo + workflow scopes) before proceeding.
- Run
Lines 1 - 25 of 63
Recommendations