Engineering
ci avatar

ci

Automated CI/CD incident response, failure analysis, and remediation for GitHub Actions pipelines. Resolves build and test failures with safety guardrails.

Introduction

This skill acts as a dedicated CI/CD fire brigade, designed to diagnose and rectify pipeline failures within the software development lifecycle. It is specifically engineered to handle complex scenarios such as broken GitHub Actions builds, persistent test failures, and general pipeline malfunctions. By automating the preliminary analysis and providing structured remediation paths, it ensures that engineering teams spend less time troubleshooting and more time delivering high-quality code. The skill is calibrated to interact with CI logs, analyze recent Git commits, and distinguish between environmental issues, outdated test expectations, and actual implementation defects.

  • Automated failure analysis by parsing CI logs and environment output.

  • Structured git-log diagnostics using topological sorting and raw diff analysis to isolate faulty commits.

  • Safe remediation workflows for test and build failures, ensuring code integrity through strict non-destructive protocols.

  • Escalation capability via the ci-cd-fixer sub-agent for multi-file or complex, repetitive failure scenarios.

  • Strict quality gates that prevent anti-patterns such as skipping tests, removing assertions, or bypassing CI checks without explicit user authorization.

  • Trigger this skill only when specific pipeline issues arise, such as build errors or test failures, rather than general development tasks.

  • Expect a primary assessment step (Test vs. Implementation) to determine if the error is code-related, environmental, or a legacy test case requiring a fix.

  • Always provide the necessary logs or context to the agent to ensure accurate diagnosis.

  • Users must provide explicit approval for any modification to testing logic or CI configurations as per the safety guidelines.

  • Avoid loading this skill for local development, code reviews, or initial project setup to ensure resource efficiency.

Repository Stats

Stars
662
Forks
70
Open Issues
8
Language
Shell
Default Branch
main
Sync Status
Idle
Last Synced
Apr 30, 2026, 12:06 PM
View on GitHub