triage
Installation
SKILL.md
Triage Failing Tests
Use this skill to reproduce, diagnose, and repair failing Shiplight YAML tests. If the application is broken or current behavior conflicts with the spec, report the mismatch instead of rewriting the test around it.
When To Use
Use /triage when:
- A Shiplight test run is failing
- A deployment or UI change broke existing tests
- Several tests may share the same failure source
- CI needs a best-effort repair/report pass
Skip /triage when:
- Creating new tests from scratch; use
/create-yaml-tests - Verifying UI code changes without failing tests; use
/verify - Tests pass and the task is only quality improvement
- The product is being intentionally redesigned and tests need planned rewriting