SkillDex
Codex其他 SkillDevOps / 部署active

GH Fix CI

A Codex Skill for investigating failing GitHub Actions checks, reading logs with gh, and preparing a bounded fix plan.

概览

Use this reference when a current branch or pull request has failing GitHub Actions checks and the next step is diagnosis before implementation.

这个 Skill 可以做什么

  • Uses gh to locate PR checks and workflow runs.
  • Extracts actionable GitHub Actions log snippets.
  • Separates external CI providers from GitHub Actions scope.

最佳使用场景

  • Diagnosing a failing GitHub Actions run on a PR.
  • Summarizing log context before proposing a fix.
  • Rechecking CI status after a targeted patch.

不适合

  • Debugging non-GitHub CI systems as if they were Actions.
  • Implementing a fix before the failure context is known.
  • Assuming gh authentication or workflow scopes are already available.

输入

  • Repository path and optional PR number or URL.
  • GitHub CLI authentication state.
  • Relevant failing check or workflow run context.

输出

  • Failing check summary with run URL when available.
  • Relevant log excerpt and failure classification.
  • Fix plan and verification recommendation.

兼容性

Tools: Codex

Environments: Codex CLI or compatible Codex skill runtime, GitHub repository with Actions checks

  • Requires gh CLI access to the target repository.
  • Only GitHub Actions logs are in scope; external provider URLs remain reference-only.

SkillDex links to the source and does not inspect CI logs itself.

证据摘要

implementedVerified 2026-07-02
  • Source directoryrepo

    Public source directory and Apache-2.0 license file were checked for this catalog entry.

相关项目

相关项目由项目记录中的 relatedSkillSlugs 派生,仅用于导航和作品集上下文。它们不替代 evidence artifacts,也不证明项目已交付或该 Skill 被用于项目。

  • 项目证据状态: prototype项目记录更新: 2026-07-02
    Bug Hunter Replay

    Portfolio project record for replaying bug reports, logs, and verification evidence through a structured debugging loop.

    打开项目记录
  • 项目证据状态: implemented项目记录更新: 2026-07-02
    Vibe Coding Review

    Portfolio project record for phase-aware review gates used to keep AI-assisted coding work inside approved scope.

    打开项目记录
  • 项目证据状态: research项目记录更新: 2026-07-02
    LoopEngineering

    Portfolio project record for iterative plan-build-review loops in AI engineering work.

    打开项目记录

安全示例提示词

Investigate failing checks

Use the GH Fix CI skill to inspect the failing GitHub Actions checks on this branch and summarize the actionable log lines.

Plan a CI fix

Use the GH Fix CI skill to draft a minimal fix plan for this failed workflow before changing files.

安装 / 使用

Reference the upstream curated Skill directory.

  1. 1Open the GitHub source directory for the Skill.
  2. 2Confirm gh authentication before applying the workflow in a repository.

来源元数据

Author
openai
License
Apache-2.0
Indexed
2026-07-02
Reviewed
2026-07-02