What problem does it solve? New TestSprite projects start empty, and an empty project is the top reason users abandon the tool. This Skill bootstraps a repo that has no tests yet into a coherent, runnable suite with a few already-green smoke tests in a single pass. ## Core Features & Use Cases - Project provisioning: Creates frontend projects with a target URL and login credentials, or backend projects, 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 request tests when generation is unavailable. - Credit-conscious smoke runs: Runs only 2-3 high-value happy-path tests instead of the full suite, then reports coverage, results, and the cost of running the rest. - Use Case: After running testsprite setup on a React SPA repo, invoke this Skill to create the project, generate tests covering auth, routine logging, and library browsing flows, and smoke-run two of them to a green verdict. ## Quick Start Set up a TestSprite test suite for this repository, which has no tests yet, and smoke-run a couple of the most important flows.