Best use case
Use E2E Data Seeder when you need to generate realistic, relationally valid test data for end-to-end workflows without brittle manual setup, especially when the work is driven by e2e seed and test data.
QA · Global library
Generate realistic, relationally valid test data for end-to-end workflows without brittle manual setup.
Best use case
Use E2E Data Seeder when you need to generate realistic, relationally valid test data for end-to-end workflows without brittle manual setup, especially when the work is driven by e2e seed and test data.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show e2e-data-seederUse
orchestrator-mcp skills export e2e-data-seeder --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/e2e-data-seeder ./your-agent-skills/e2e-data-seeder
# or open skills/e2e-data-seeder/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Design comprehensive test data strategies that ensure reliable, secure, and maintainable data for all testing levels
Audit interface flows against WCAG 2.2 AA with both automated checks and human-readable remediation sequences.
Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.