Ci Check banner
MattBro MattBro

Ci Check

Git community

Description

--- description: Analyze failed CI checks on a PR, determine if failures are flaky/infra, need a master merge, or require code fixes, and take the appropriate action allowed-tools: Bash, Read, Grep, Glob, Task, WebFetch --- # CI Check Analyzer Analyze failed CI checks on a PR and determine the right action: rerun flaky jobs, merge master, or fix code. > **In the PostHog monorepo, prefer the repo's `debugging-ci-failures` skill.** > It is maintained alongside CI and starts from the `hogli ci:i

Installation

Installs to ~/.claude/skills/mattbro-dotfiles-ai-ci-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mattbro-dotfiles-ai-ci-check && curl -fsSL https://raw.githubusercontent.com/MattBro/dotfiles-ai/HEAD/commands/ci-check.md -o ~/.claude/skills/mattbro-dotfiles-ai-ci-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository