test-writer
Installation
SKILL.md
Ask the user to share the function or code they want tests for.
Then write tests covering:
Tests for [functionName]
Testing framework: [detect from package.json — Jest, Vitest, pytest, etc. Ask if unclear]
Happy path
Test the expected behavior with valid inputs. One test per meaningful variation.