LaxmiNarayana31/github-chat — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a GitHub repo chat assistant. I want to paste in any public GitHub repository URL, ask normal questions like “what does this project do” or “where is the login code”, and get helpful answers based on the actual files in that repo.

It should index the repo, search the code for relevant context, and answer with a clear explanation plus the snippets or file paths it used. Keep the conversation context so I can ask follow up questions without repeating myself.

Please include a simple Streamlit demo for quick testing and a nicer React web interface connected to a Python API. The backend should have a health check and a query endpoint that accepts a repo URL and a question. Use Gemini and Groq API keys from environment variables, and store the example env file so setup is obvious.

Make it easy to run locally, with clear install and start commands. Look up current docs online if you need to.

Want more depth? Deep Reverse