# Fix Ci

> Use when CI, build, lint, type-check, or test automation is failing and the branch is blocked. This skill focuses on reading the earliest failure, classifying the failure surface, and choosing the smallest repair that restores pipeline health.

- **Type:** Skill
- **Install:** `agentstack add skill-motao123-dev-workflow-kit-fix-ci`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [motao123](https://agentstack.voostack.com/s/motao123)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [motao123](https://github.com/motao123)
- **Source:** https://github.com/motao123/dev-workflow-kit/tree/main/fix-ci
- **Website:** https://motao123.github.io/dev-workflow-kit/

## Install

```sh
agentstack add skill-motao123-dev-workflow-kit-fix-ci
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Fix CI

Use this skill when automation disagrees with local assumptions or blocks integration.

## Trigger Conditions

Use this skill when:
- CI is red
- lint, test, build, or type-check fails in the pipeline
- the branch passes locally but fails remotely
- logs are noisy and the earliest failure needs to be extracted
- the user wants the minimal change that unblocks the pipeline

Do not use this skill for planning-only tasks or for broad product design questions.

## Workflow

1. Read the earliest meaningful failure first.
2. Classify the failing stage: lint, type, unit test, integration test, build, packaging, environment.
3. Separate root-cause failure from downstream noise.
4. Check whether the failure is deterministic, flaky, or environment-specific.
5. Recommend the smallest repair with the highest confidence.
6. Re-run the narrowest useful verification.

## Output

For non-trivial work, provide:
- failing stage
- first actionable error
- likely cause
- minimal repair path
- verification to re-run

## Coordination

After CI diagnosis:
- hand off to the repo's coding workflow for code fixes
- use `systematic-debugging` if root cause is still unclear
- use `ship-readiness` once pipeline health is restored

## Invocation Examples

- "Use fix-ci to inspect this pipeline failure and find the first actionable error."
- "Use fix-ci because local tests pass but CI is still red."
- "Use fix-ci and tell me the smallest change that should unblock the branch."

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [motao123](https://github.com/motao123)
- **Source:** [motao123/dev-workflow-kit](https://github.com/motao123/dev-workflow-kit)
- **License:** MIT
- **Homepage:** https://motao123.github.io/dev-workflow-kit/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-motao123-dev-workflow-kit-fix-ci
- Seller: https://agentstack.voostack.com/s/motao123
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
