Skip to content

QA · Advanced pack

Test Matrix Generator

Derive a high-signal regression matrix from changed code, user risk, and likely failure surfaces.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Test Matrix Generator when you need to derive a high-signal regression matrix from changed code, user risk, and likely failure surfaces, especially when the work is driven by test matrix and regression plan.

Trigger signals

test matrixregression planqa matrixcoverage gaps

Validation hooks

git_delegate_code_review

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show test-matrix-generator

Use

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

Export

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

File patterns

Model preferences

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