What problem does it solve? Writing consistent test acceptance checklists for each new frontend feature is repetitive and error-prone. This Skill automates the creation of standardized test case documents based on the current Git branch and prototype requirements, ensuring nothing critical like pagination, form validation, or empty states is overlooked. ## Core Features & Use Cases - Branch-Based Organization: Derives the version directory from the Git branch name (e.g., dev-1.1.0 becomes __test__/1.1.0/, defaulting to 1.0.0 on master/main). - Automated Checklists (auto.md): Generates AI-verifiable checks for pagination logic, form input constraints, and empty/loading states by scanning code changes against prototype requirements. - Manual Test Cases (manual.md): Produces structured manual test cases with title, preconditions, step-by-step operations including exception branches, expected results, and self-test status checkboxes. - Use Case: After switching to branch dev-1.1.0 and receiving an order management prototype, ask the AI to generate both auto.md and manual.md under __test__/1.1.0/ for immediate QA coverage. ## Quick Start Ask the AI to generate auto.md and manual.md test checklists for the current Git branch based on your uploaded prototype description.