brentkastner/ai-qa-framework — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that can automatically test a website when I give it a URL.
I want to run an init command with my site address, optionally add simple plain English notes like “checkout is critical” or “search breaks with weird characters”, then run one command to crawl the site, figure out pages, forms, buttons, links, and important flows, create tests automatically, run them in a real browser, and give me a clear report.
It should support using Claude with an Anthropic API key, and also a local Ollama option if I don’t want to use an API key. If no AI is configured, it should still do basic testing.
Please include functional checks, visual screenshots, basic security checks, login support using environment variables for passwords, coverage history so it knows what has already been tested, and simple HTML and JSON reports with screenshots, pass fail results, regressions, and a plain English summary. Look up current docs online if you need to.
Want more depth? Deep Reverse