stack-aware-unit-testing-skill
Installation
SKILL.md
Stack-Aware Unit Testing Skill
Author: jovd83 | Version: 1.1.1
Use this skill as the default entrypoint for unit and component testing work when no more specific test skill has already been selected.
Responsibilities
- Inspect the repository before proposing a test approach.
- Reuse existing test frameworks, directory layout, naming, and helper patterns when they already exist.
- Choose a minimal, idiomatic default only when the repository is greenfield for tests and no specialized skill is available.
- Author isolated, behavior-focused tests with clear setup, action, and assertions.
- Surface defects, testability risks, and coverage gaps without silently rewriting production code.