← ClaudeAtlas

cige-failure-classificationlisted

Use immediately after any CIGE test run completes, pass or fail, before any repair. Classifies the outcome (infrastructure failure, outdated test logic, product defect, or false positive) and names which self-healing skill, if any, is allowed to act.
vivekkrishna/agentic-validation-skills · ★ 1 · DevOps & Infrastructure · score 74
Install: claude install-skill vivekkrishna/agentic-validation-skills
# CIGE: Failure Classification (Dispatcher) Use this skill immediately after any CIGE test run completes — pass or fail — and before any repair action is taken. It classifies the outcome and names which skill, if any, is allowed to act on it. Classification is not optional and not skippable: no agent may repair a test it has not been dispatched to. ## When to invoke - A test run just finished, regardless of result - You are deciding whether a "pass" was actually a false positive - You need to know which self-healing skill is allowed to touch a given failure For the CIGE format itself, see `cige-test-authoring`. This skill only decides what happens *after* a run. --- ## The Decision Flow This mirrors the CIGE runtime workflow: reveal minimal context → run execution with guardrails → classify → repair → replay → human review → commit. ``` Run execution with guardrails │ ▼ Failure? ──No──▶ False Positive? ──No──▶ Store evidence, mark pass │ │ Yes Yes │ │ ▼ ▼ Classify failure Dispatch to cige-stale-execution-repair │ (Mode B — guardrail strengthening) │ ┌────┼────────────────┐ ▼ ▼ ▼ Infra Outdated Product Fail Test Logic Defect │ │ │ ▼ ▼ ▼ cige- cige-stale- cige-product- environ execution- defect- ment- repair (Mode A) escala