test-generator - Generate tests for changed files
Generate and update tests for files changed in current git branch and evaluate statement coverage
Tags
Updated: 2026-03-23Typical Inputs
Typical Outputs
What this skill does
- detect changed files
- read project conventions
- create test files
- update test files
- check coverage
- generate report
Inputs
- base branch
- test configuration files
- test setup files
- existing test files
- project rules files
Outputs
- changed file paths
- new test files
- updated test files
- coverage report
- final summary
Requirements
- Git repository
- Vitest or Cargo project
- test execution permissions
