What problem does it solve? Manually writing comprehensive test cases from requirements documents is slow and error-prone, and tracking execution results across API and UI layers is tedious. This Skill automates test case generation from project sources and executes tests with structured result tracking. ## Core Features & Use Cases - Test Case Generation: Derives positive, negative, boundary, and security test cases from Use Case flows, business rules, SQL constraints, and API validators, outputting standardized Markdown files. - Automated Test Execution: Runs L1 API tests via curl and L2 UI smoke tests via browser automation, updating status, actual results, tester, and timestamps in-place. - Test Plan Orchestration: Scans existing test case files in a module and produces an AI-executable test plan with execution order, layer assignment, and duration estimates. - Use Case: Ask the AI to generate test cases for the LOGIN function of the AUTH module; it reads UC001, the users table schema, and auth controller code, then writes 20+ categorized test cases to a structured Markdown file ready for execution. ## Quick Start Ask the AI to generate test cases for a specific function, for example: generate test cases for the LOGIN function of the AUTH module on the admin platform.