What problem does it solve? New TestSprite projects start empty, and an empty project is the top reason users abandon the tool. This Skill takes a repository with zero tests and leaves it with a coherent, runnable test suite plus a few already-green smoke tests in a single pass. ## Core Features & Use Cases - Project provisioning: Creates a frontend project with a target URL and login credentials, or a backend project, and registers custom test-id attributes like data-element. - Two test-sourcing paths: Generates test proposals via testsprite test plan generate (with API spec upload for backend projects) and reviews them before accepting, or hand-authors frontend JSON plan files and backend Python test scripts when generation is unavailable. - Credit-conscious smoke runs: Runs only 2-3 high-value happy-path tests instead of the full suite, then reports test counts, results, dashboard links, and the cost of running the rest. - Use Case: After running testsprite setup on a fresh checkout app repo, invoke this Skill to create the project, seed 8-15 tests covering core flows like cart and checkout, and confirm a couple pass before handing off to continuous verification. ## Quick Start Set up a TestSprite test suite for this repository, which has no tests yet, and smoke-run a few of them.