
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.
·
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/skill/github-fix-ci-codex to learn what the "GitHub Fix CI (Codex)" skill does and how to install it. Install it for my coding agent as documented on that page, then confirm the skill is available and summarize what it can do.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
git clone --depth 1 https://github.com/openai/skills.git /tmp/github-fix-ci-codex
mkdir -p ~/.claude/skills
cp -r /tmp/github-fix-ci-codex/skills/.curated/gh-fix-ci ~/.claude/skills/github-fix-ci-codex
rm -rf /tmp/github-fix-ci-codex~/.claude/skills/github-fix-ci-codex
├── SKILL.md
├── LICENSE.txt
├── agents
├── assets
└── scriptsFor a single project, put the folder in .claude/skills inside the repo instead.
git clone --depth 1 https://github.com/openai/skills.gitUse 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.
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).
repo: path inside the repo (default .)pr: PR number or URL (optional; defaults to current branch PR)gh authentication for the repo hostpython "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>"--json if you want machine-friendly output for summarization.gh auth status in the repo.gh auth login (ensuring repo + workflow scopes) before proceeding.gh pr view --json number,url.python "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>"--json for machine-friendly output.gh pr checks <pr> --json name,state,bucket,link,startedAt,completedAt,workflow
gh.detailsUrl and run:
gh run view <run_id> --json name,workflowName,conclusion,status,url,event,headBranch,headShagh run view <run_id> --loggh api "/repos/<owner>/<repo>/actions/jobs/<job_id>/logs" > "<path>"detailsUrl is not a GitHub Actions run, label it as external and only report the URL.create-plan skill to draft a concise plan and request approval.gh pr checks to confirm.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:
python "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "123"python "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --pr "https://github.com/org/repo/pull/123" --jsonpython "<path-to-skill>/scripts/inspect_pr_checks.py" --repo "." --max-lines 200 --context 40Claude Code plugins and agent skills for AWS development — IaC(CDK/SST), serverless, cost ops, and B
Official agent plugin providing skills and MCP server configurations for Azure scenarios.
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "github-fix-ci-codex" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Claude Code plugins and agent skills for AWS development — IaC(CDK/SST), serverless, cost ops, and B
Coding & Review
Official agent plugin providing skills and MCP server configurations for Azure scenarios.
Coding & Review
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and
Data Processing
One email a week. New agents, MCP servers and skills, and what is actually getting traction.