write-tests

Installation
SKILL.md

Write Unit Tests

Create comprehensive unit tests with proper imports and setup according to project testing conventions.

Usage

/write-tests [target]

Target (optional):

  • If not specified: tests cover the diff between current branch and main
  • If specified: tests cover the specified file or module

Examples:

/write-tests                                    # Test all changes vs main
/write-tests src/core/query.py                  # Test specific file
Related skills
Installs
9
Repository
v1-io/v1tamins
GitHub Stars
3
First Seen
Jan 24, 2026