sAkhil2027/job_agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that can take a job description and turn it into clean, structured information.
I want it to read a job post from text or a file, pull out the important parts like the role title, skills, responsibilities, experience, and any other useful details, then return something easy to use in code or save as JSON. If it makes sense, add a small command line way to run it too, so I can point it at a job description and get the parsed result right away.
Please keep it neat, with a clear source folder, basic docs, and a few tests so I can trust the output. Use the existing project setup as the starting point, and if you need current library docs, look them up online. I mostly want something practical that can be extended later, not a huge complicated system.
Are you gonna build this?
make sure you review the code using coderabbit