
Test Generator
- 211 installs
- 8 repo stars
- Updated January 22, 2026
- jmsktm/claude-settings
Generate unit, integration, or edge-case tests from existing code paths before release or after refactors to raise coverage quickly.
About
Test generator skill from jmsktm/claude-settings accelerates ship readiness by producing framework-appropriate unit and integration tests from code context, improving coverage and catching regressions before review or deployment.
- Coverage gap detection
- Fixture scaffolding
- Edge-case suggestions
- Framework-aware output
- Regression suite expansion
Test Generator by the numbers
- 211 all-time installs (skills.sh)
- Ranked #796 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jmsktm/claude-settings --skill test-generatorAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 211 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 22, 2026 |
| Repository | jmsktm/claude-settings ↗ |
What it does
Generate unit, integration, or edge-case tests from existing code paths before release or after refactors to raise coverage quickly.
Files
Test Generator
Generate comprehensive test suites that catch bugs before production. From unit tests to E2E scenarios, create tests that give you confidence to ship.
Core Workflows
Workflow 1: Unit Test Generation
1. Analyze Code - Understand function inputs/outputs 2. Happy Path - Test expected behavior 3. Edge Cases - Test boundary conditions 4. Error Cases - Test failure scenarios 5. Mocking - Create mocks for dependencies
Workflow 2: E2E Test Generation
1. User Flows - Identify critical paths 2. Test Scenarios - Write step-by-step tests 3. Selectors - Define robust element selectors 4. Assertions - Verify expected outcomes 5. Data Setup - Handle test data
Quick Reference
| Action | Command |
|---|---|
| Generate unit tests | "Generate tests for [function]" |
| E2E tests | "Create E2E tests for [flow]" |
| Coverage report | "Analyze test coverage" |