Documentation
README
Test Generator Skill
Auto-suggest tests when you write new code.
When I Activate
- โ New function created
- โ New component added
- โ User mentions testing or tests
- โ Test file missing for implementation
- โ User asks "can you test this?"
What I Generate
Quick Test Scaffolding
- Basic happy path tests
- Null/undefined edge cases
- Simple error scenarios
- Framework-appropriate syntax (Jest/Vitest/Pytest)
What I Don't Do
- Comprehensive test suites โ Use @test-engineer sub-agent
- Integration tests โ Use @test-engineer sub-agent
- E2E test design โ Use @test-engineer sub-agent
- Test strategy planning โ Use @test-engineer sub-agent
Relationship with @test-engineer Sub-Agent
This is the opening of the README. Read the full README on GitHub.