bhoomikaharidas04/job-search-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that helps someone with a job search by doing the annoying parts for them. I want it to look up real current job listings for a role and location, then have a few AI agents work together to analyze what skills show up most, suggest a simple learning plan, generate interview questions and prep tips, and give practical advice for resumes, LinkedIn, and applications.
It should use live job data from an API, use Claude for the AI parts, and save a readable report to an outputs folder each time it runs. Make it easy to change the job title, location, and number of results without digging through a lot of code. Please include basic error handling, logging, and tests so it feels solid. If you need to check current docs for the APIs or tooling, go ahead and look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit