Skip to content

QA · Global library

Flaky Test Detective

Identify and stabilize non-deterministic tests through reproduction heuristics, isolation, and dependency analysis.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Flaky Test Detective when you need to identify and stabilize non-deterministic tests through reproduction heuristics, isolation, and dependency analysis, especially when the work is driven by flaky test and retry.

Trigger signals

flaky testretrynondeterministic

Validation hooks

verify_test_stability

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show flaky-test-detective

Use

orchestrator-mcp skills export flaky-test-detective --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/flaky-test-detective ./your-agent-skills/flaky-test-detective
# or open skills/flaky-test-detective/SKILL.md in a markdown-first client

File patterns

**/tests/****/*.spec.***/*.test.*

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

QAAdvanced pack

Failure Replay Lab

Open pack

Investigate a failed delegation by replaying context, isolating likely root causes, and proposing the smallest reliable recovery path.

CodexClaude Code
QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code