test-case-organizer
Installation
SKILL.md
Test Case Organizer
Purpose
This skill organizes and consolidates scattered test cases found in business code into proper test directories following standard testing conventions. It addresses the common issue where AI models or developers write test cases directly in business logic files instead of dedicated test directories.
When to Use This Skill
Use this skill when:
- Test cases are scattered across business code files
- Tests need to be reorganized into proper test directory structure
- Consolidating tests after AI-generated code mixed tests with business logic
- Establishing standardized test organization in a project
- Migrating from ad-hoc testing to structured test suites
Workflow Overview
The test case organization process follows these steps: