zxchux/prompt-gen ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that can analyze a website and find the search prompts it should care about.
I want it to crawl a site, pull the main page content, discover a few competitors on its own, and then figure out the top search queries the site and those competitors seem to rank for. After that, have it validate those prompts with a kind of back and forth LLM check, make sure they are grounded in the actual site content, and then compare them with Google Search Console and Google Analytics data if I give it those files or credentials.
It should output a clear report with the best opportunities, priority scores, and the raw results in JSON and CSV. Please make it work as a simple CLI with commands like analyze and crawl, use environment variables for the API key, and keep the optional Google and validation steps easy to skip when I want a faster run. If you need to look up current docs online, go ahead.
Are you gonna build this?
make sure you review the code using arcumet