gh-fix-ci

Diagnose and fix failing GitHub Actions checks on pull requests.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/dallay/opencode-docker --skill gh-fix-ci-dallay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/dallay/opencode-docker/tree/main/config/skills/gh-fix-ci
Command: npx skills add https://github.com/dallay/opencode-docker --skill gh-fix-ci-dallay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Diagnose and fix failing GitHub Actions checks on pull requests by guiding log-based analysis and targeted remediation steps.

Core Features & Use Cases

  • Integrates with the GitHub CLI to inspect PR metadata and workflow checks.
  • Fetches failing checks, retrieves logs, and suggests focused remediation plans.
  • Use case: when a PR triggers a CI failure, quickly identify root cause and propose a minimal fix.

Quick Start

Run the inspector on a PR to generate a failure report and proposed fix.

Frequently Asked Questions about gh-fix-ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug failing GitHub Actions PR checks?

Debug failing GitHub Actions PR checks by running an inspector on the pull request to fetch metadata, retrieve workflow logs, and generate a failure report with a proposed minimal fix for the root cause.

What is the best way to analyze GitHub Actions logs for CI failures?

Analyzing GitHub Actions logs for CI failures involves inspecting PR checks to fetch failing workflows, retrieving the logs, and applying guided log-based analysis to identify the root cause and suggest targeted remediation steps.

Do I need the GitHub CLI to diagnose failing workflow checks on a pull request?

Yes, diagnosing failing workflow checks on a pull request requires the GitHub CLI to inspect PR metadata, fetch failing checks, retrieve logs, and propose focused remediation plans for the CI failure.

How do I fix CI failures on a pull request after identifying the root cause?

Fix CI failures on a pull request by following the proposed minimal remediation steps generated from the log-based analysis, allowing you to quickly address the identified root cause and resolve the failing PR checks.

Can I use log-based analysis to fix GitHub Actions checks without manually reading raw logs?

Yes, you can fix GitHub Actions checks using log-based analysis that automatically retrieves logs, identifies the root cause of the failing checks, and suggests focused remediation steps without manually reading raw logs.