triage
Triage Failing Tests
Reproduce, diagnose, and fix failing Shiplight YAML tests. When tests break — due to UI changes, stale locators, changed flows, or assertion drift — triage systematically identifies what went wrong and fixes the tests. When the application itself is broken, triage reports the bug without modifying tests.
When to use
Use /triage when:
- A test run comes back red and you need to fix the test suite
- After a deployment changed the UI and tests haven't caught up
- In CI pipelines to auto-fix flaky or broken tests before they block merges
- After a batch of UI changes that likely broke multiple tests
When NOT to use
Skip /triage when:
- You need to create new tests from scratch — use
/create-tests - You want to verify code changes look correct — use
/verify - Tests pass but you want to improve test quality — manual review is better
- The application is intentionally being redesigned — rewrite tests instead
More from shiplightai/agent-skills
verify
Verify UI changes in the browser using Shiplight MCP tools.
107privacy-review
Privacy review and testing: evaluate PII handling, data flows, tracking inventory, consent mechanisms, storage practices, and data leakage risks with browser-based validation against GDPR, CCPA, and industry best practices.
102compliance-review
Compliance review and testing: evaluate your application against HIPAA, SOC 2, PCI-DSS, and GDPR technical requirements with browser-based validation and YAML regression tests for continuous compliance.
102resilience-review
Resilience review and testing: evaluate error handling, graceful degradation, API contract compliance, edge cases, and failure recovery with browser-based fault injection and validation.
101performance-review
Performance review and testing: evaluate Core Web Vitals, page load times, bundle sizes, runtime performance, resource optimization, and rendering efficiency with browser-based measurement and benchmarking.
101cloud
Sync local tests with Shiplight cloud — push and pull YAML test cases, templates, and functions between your repo and the cloud. Requires a Shiplight cloud subscription.
100