Skip to main content

gh-fix-ci

Codex curated GitHub skill for debugging and fixing failing GitHub Actions checks on pull requests with gh logs and focused patches.

Ir para a instalação

Informações da origem

Repositório
Rycen7822/skill-retrieval-mcp
Última atividade na origem
10 de maio de 2026 às 17:34
Idioma detectado do SKILL.md
inglês
Estrelas
2
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
gh-fix-ci
description
Codex curated GitHub skill for debugging and fixing failing GitHub Actions checks on pull requests with gh logs and focused patches.
tags
["codex-builtin","github","actions","ci","pr-checks"]
# gh-fix-ci ## When to Use Use when a PR has failing GitHub Actions checks and the agent must inspect gh check status, logs, root cause, and implement a focused fix. ## Do Not Use When Do not use for non-GitHub Actions providers or generic repository management without CI failure logs. ## Required Inputs Repository path, PR number or URL, gh authentication, failing check names, and permission to patch. ## Workflow 1. Verify gh auth and PR identity. 2. Inspect failing checks and Actions logs. 3. Summarize root cause. 4. Apply a minimal fix and rerun relevant tests.
Ver no GitHub