diagnose-ci-failures

diagnose ci failures

warpdotdev 146 ↓ 15k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • Completed checks vs. in-progress checks
  • Successful checks
  • Failed checks with their names and details URLs
  • Error messages and their locations (file paths, line numbers)
  • Compilation errors (unused imports, type mismatches, etc.)
  • Linting/clippy errors with specific lint names
  • Test failure messages and stack traces

Requirements & configuration

Configuration: WASM

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

diagnose ci failures

Source

Repository: https://github.com/warpdotdev/common-skills

diagnose-ci-failures FAQ

What does the diagnose-ci-failures skill do?

Diagnose CI failures for a PR using the GitHub CLI, extract error logs, and generate a plan to fix them. Use when the user asks to check CI status, pull CI issues, triage test failures, or investigate PR build failures. Completed checks vs. in-progress checks Successful checks

How do I install diagnose-ci-failures?

Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill diagnose-ci-failures --agent claude-code — the source lives at github.com/warpdotdev/common-skills.

Maintain diagnose-ci-failures?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

diagnose-ci-failures on getagentictools
[![diagnose-ci-failures on getagentictools](https://getagentictools.com/badge/skills/warpdotdev-common-skills-diagnose-ci-failures.svg)](https://getagentictools.com/skills/warpdotdev-common-skills-diagnose-ci-failures?ref=badge)
npx agentictools info skills/warpdotdev-common-skills-diagnose-ci-failures

The second line is the CLI lookup for this page — handy in READMEs and docs.