# CI Failure Batching

> ci-failure-batching

- Skill: `zaxbysauce/ci-failure-batching-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zaxbysauce/ci-failure-batching-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbysauce/ci-failure-batching-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zaxbysauce (https://skillmd.com/u/zaxbysauce)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbysauce/ci-failure-batching-2

---


<!-- generated by opencode-swarm skill-generator. Do not edit by hand; edits will be preserved on regeneration only with controlled update mode. -->

# ci-failure-batching

## Trigger

- (no explicit trigger metadata; cluster derived from category/tags)

## Required Procedure

- run the project's full test suite using the canonical command before declaring tests pass

## Forbidden Shortcuts

- (none recorded)

## Delegation Template

When delegating a task affected by this skill, include:

```
SKILLS: file:.opencode/skills/generated/ci-failure-batching/SKILL.md
```

## Reviewer Checks

- compare local test count/coverage against CI baseline

## Source Knowledge IDs

- b96cf48c-9bfa-4ab2-9ef1-0128f48bbfd7 — Always run the project's canonical test command (e.g. bun test) rather than a subset; partial runs may mask failures that CI catches.

