openai-gh-fix-ci

Inspect GitHub Actions logs and execute approved fixes for failing PR checks.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/cpfcoaching/glowing-palm-tree --skill openai-gh-fix-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-gh-fix-ci
Source: https://github.com/cpfcoaching/glowing-palm-tree/tree/main/.skills_backup/openai-gh-fix-ci
Command: npx skills add https://github.com/cpfcoaching/glowing-palm-tree --skill openai-gh-fix-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill assists in diagnosing and resolving failing GitHub PR checks, enabling smooth workflow for pull requests.

Core Features & Use Cases

  • PR Check Diagnosis: Inspects GitHub PR checks to identify and report the cause of failures.
  • Summarization: Provides a concise summary of the failure context and proposed fix plan.
  • Execution Approval: Ensures fix implementation is only done after explicit user approval.
  • Use Case: When a user reports a failing PR check, use this Skill to investigate, draft a fix plan, and proceed with the changes only after approval.

Quick Start

Run the command python "{baseDir}/scripts/inspect_pr_checks.py" --repo "." --pr "<number-or-url>" to diagnose failing checks in a PR.

Frequently Asked Questions about openai-gh-fix-ci

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

FAQPage Schema
How do I troubleshoot failing GitHub PR checks using gh CLI?

Troubleshooting failing GitHub PR checks involves inspecting GitHub Actions logs using authenticated gh CLI access to diagnose failure causes, summarize context, propose a fix plan, and execute changes post-approval.

What causes GitHub Actions PR checks to fail during CI workflows?

CI workflow PR checks fail due to script errors, misconfigurations, or test failures. This Skill inspects GitHub Actions logs to identify the exact failure cause and drafts a targeted resolution plan.

Do I need authenticated gh CLI access to debug GitHub Actions PR check failures?

Yes, debugging GitHub Actions PR check failures requires authenticated gh CLI access with repository and workflow scopes to retrieve logs and inspect checks programmatically.

How to automatically generate a fix plan for failing GitHub Actions checks?

Generate a fix plan for failing GitHub Actions checks by running an inspection script against the PR. The tool analyzes logs, summarizes failure context, and proposes corrections pending explicit user approval.

Does this CI troubleshooting tool apply changes to my repository automatically?

No, this CI troubleshooting tool does not apply changes automatically. It ensures fix implementation is only executed after explicit user approval of the proposed plan to maintain repository safety.