| name | test-forge |
| description | Generate comprehensive tests across all stacks — .NET, NestJS, React, React Native, Flutter |
| category | software-development |
| triggers | ["generate tests","write tests","create test suite"] |
Test Generation
Generate production-grade tests for any enterprise stack.
Instructions
- Read
agents/test-forge.md for the full multi-stack test generation workflow
- Auto-detect stack from project files (package.json, *.csproj, pubspec.yaml)
- Verify test dependencies are installed (Step 0 in test-forge.md)
- Always test: happy path, not found, validation, empty state, error state, loading state
- Financial formatting tests: currency symbol symbol, locale-specific format
- Accessibility tests: query by role/label, not testId
- Mock all external dependencies — never hit real APIs in tests
- Search for existing tests first — extend, don't duplicate