create-tests-extract
Installation
SKILL.md
Non-negotiable rules:
- Read the source file and its inline tests fully before moving anything.
- Preserve the original visibility and helper access model.
- Prefer adjacent test modules over integration tests when private access matters.
- Change production code only as much as module wiring requires.
- Run the narrowest relevant tests after extraction.
create-tests-extract
Inputs
$request: Source file, module, or cleanup goal
Goal
Related skills