gh-fix-ci

Identify failing GitHub Actions checks, retrieve logs, and draft fix plans.

2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/alanharrryy-wq/hitech-os --skill gh-fix-ci-alanharrryy-wq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-ci
Source: https://github.com/alanharrryy-wq/hitech-os/tree/main/.agents/skills/C_worker/gh-fix-ci
Command: npx skills add https://github.com/alanharrryy-wq/hitech-os --skill gh-fix-ci-alanharrryy-wq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers quickly locate failing GitHub Actions checks, capture actionable failure details from logs, and draft a focused fix plan that requires explicit approval before implementing changes.

Core Features & Use Cases

  • Inspect failing PR checks via gh and surface failure context
  • Retrieve and summarize GitHub Actions logs to identify root causes
  • Draft a concise fix plan and request approval before applying changes

Quick Start

Ask the assistant to inspect the PR checks for the current repository, fetch the relevant logs, and propose a focused fix plan.

Frequently Asked Questions about gh-fix-ci

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

FAQPage Schema
How do I diagnose failing GitHub Actions checks on a pull request?

To diagnose failing GitHub Actions checks, you can fetch run metadata and retrieve logs to surface actionable failure summaries. This identifies root causes from PR checks and drafts a focused fix plan.

How do I retrieve and summarize GitHub Actions logs with gh?

You can retrieve and summarize GitHub Actions logs with gh by fetching run metadata and extracting failure context. This surfaces concise, actionable failure details from the logs for quick remediation.

Can I automatically fix failing PR checks without manual approval?

No, automatically fixing failing PR checks requires explicit approval. The tool drafts a concise fix plan with proposed changes and next steps, requesting your approval before implementing any modifications.

Do I need the gh CLI to debug GitHub Actions workflows?

Yes, you need the gh CLI to debug GitHub Actions workflows. The process satisfies requirements to authenticate with gh, resolve PR context, and fetch run metadata and logs to identify failing checks.

What is the best way to debug GitHub Actions PR checks across multiple repositories?

The best way to debug GitHub Actions PR checks across repositories is to use a tool that authenticates with gh, resolves PR context, fetches logs, and presents a concise remediation plan.

Why are my GitHub Actions checks failing and how do I find the root cause?

Your GitHub Actions checks may be failing due to errors hidden in run logs. By retrieving and summarizing these logs, you can surface actionable failure context to identify the root cause.