qa-loop
Installation
SKILL.md
Localhost QA Loop
Run a persistent, user-directed QA session in the existing checkout. Keep the project's local environment available, reproduce each incoming issue against the running app, make the smallest correct fix, verify it, and commit it before taking the next issue.
Contract
Inputs:
- A Git repository with a locally runnable application
- Issues supplied incrementally as text, screenshots, recordings, routes, console output, network evidence, or expected-versus-actual behavior
- Existing local environment files and credentials required by the application
Outputs: