test-scaffold
Installation
SKILL.md
Test Scaffold Skill
Purpose
Generate unit test files with proper structure, fixtures, and mocking patterns. Auto-detects framework (pytest vs Jest) based on project configuration.
Quick Start
/test-scaffold <source-file>
Framework Detection
- Check for
pytest.ini,pyproject.toml [tool.pytest]-> pytest - Check for
jest.config.*,package.json jest-> Jest - File extension:
.py-> pytest,.ts/.js-> Jest