AI AGENT ADDONS

Diagnose Ci Failures

warpdotdev/common-skills
DevOps & CI/CD
14,153installs

When a pull request fails its checks, you need to find the problem fast. This skill helps you look at the CI results, grab the error logs, and understand what went wrong. It creates a clear plan to fix the issues step by step. No code changes are made automatically—only a written plan for you to review.

Anyone working with GitHub and CI pipelines can benefit. You can check test failures, compilation errors, linting warnings, or build problems. The tool groups errors by type and lists the exact files and lines to fix. Then it suggests validation commands to verify your fixes.

This skill is ideal for developers who want to save time by automating the diagnosis of CI failures. It works with common checks like formatting, clippy, and platform-specific tests on Mac, Linux, and Windows.

Add Diagnose Ci Failures skill to your workflow

Global

mkdir -p ~/.claude/skills/diagnose-ci-failures

Project

mkdir -p .claude/skills/diagnose-ci-failures

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago