skills/skills.volces.com/skylv-test-writer

skylv-test-writer

Installation
SKILL.md

Test Writer

Overview

Analyzes source code and auto-generates comprehensive unit and integration tests.

When to Use

  • User asks to "write tests" or "add test coverage"
  • User wants to "test this function"

How It Works

Step 1: Detect test framework

Check: package.json (jest/mocha), pytest.ini, pyproject.toml, conftest.py

Step 2: Parse source

Read source files. Identify: function signatures, parameters, return types, error handling, edge cases.

Installs
4
First Seen
Apr 23, 2026
skylv-test-writer from skills.volces.com