Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: flaky-test-triage
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Flaky Test Triage
7summary: "Find why a test is flaky rather than retrying it: classify the cause, prove it, fix it, and quarantine honestly"
8license: MIT
9tags: [testing, flaky, ci, debugging, reliability]
10runtimes: [claude-code, cursor, codex, openai-agents, langgraph, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18 - causes.md
19inputs:
20 - name: test
21 type: string
22 required: true
23 description: "The flaky test: name, file, or CI failure link"
24 - name: runs
25 type: number
26 required: false
27 default: 50
28 description: Repetitions used to establish a failure rate
29requires: []
30

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc