anshul1790/lc-github-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that acts like a conversational GitHub helper. I want to type in a question like “describe this repo”, “show me the top issues”, “what’s this pull request about”, or “find repos like this one”, and have the app answer in plain English instead of dumping raw GitHub data.
It should work both from a simple command line chat and through a small web API, with a basic page I can open in the browser too. Please make it able to look up repository details, issue details, pull request details, and give a short review or summary when asked. If it needs API keys or setup steps, keep them simple and put them in a .env file. Use current docs online if you need to. I’d like the code to be modular enough that I can add more tools later without rewriting everything.