ci-failure-batching · v2 · 2026-07-23 · sha256 4e1dadf12e654385

ci-failure-batching v2A

Immutable. This exact content is served forever at /api/v1/blob/4e1dadf12e654385.

---
name: ci-failure-batching
description: ci-failure-batching
generated_from_knowledge:
  - b96cf48c-9bfa-4ab2-9ef1-0128f48bbfd7
source_knowledge_ids:
  - b96cf48c-9bfa-4ab2-9ef1-0128f48bbfd7
generated_at: 2026-07-14T05:31:51.670Z
confidence: 0.73
status: active
version: 2
skill_origin: generated
---

<!-- 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.