Paste any GitHub repo and 6 AI agents dissect it in real time. Architecture map, security audit, reliability report, code fixes, onboarding narrative, and a quiz.
Architecture, dependencies, entry points, language breakdown.
Plain-English narrative — how the codebase thinks.
Security audit. SQLi, XSS, secrets, weak crypto, CWE-tagged.
Reliability. Bottlenecks, SPOFs, missing retries, scaling holes.
Concrete code patches with before/after diffs.
5 onboarding MCQs that test real understanding.
OPENAI_API_KEY in the platform env settings.git clone https://github.com/hammadshakeelai/RepoDoctor-Deploy cd RepoDoctor-Deploy copy .env.example .env docker compose up --build # open http://localhost:8000
Backend: FastAPI + OpenAI Agents SDK. Frontend: React + Vite. Single Docker container.
GitHub URL
|
v
FastAPI /api/analyze (Server-Sent Events)
|
+-> Cloner (git clone --depth 1)
+-> Mapper (architecture, deps, entry points)
+-> Storyteller parallel
+-> Hacker parallel
+-> SRE parallel
+-> Fixer (code patches)
+-> Quizzer (onboarding MCQs)