01 · Roasts
The 20-Minute Sprint
Two of your three scored repos — docs and AsimpleUI — were created AND abandoned within 20 minutes of their first commit. At this rate, your GitHub is less a portfolio and more a collection of parking receipts.
92% Graveyard
staleRepoRatio=0.92 means 92% of your 55 repos haven't been touched in 2+ years. You have more digital fossils than most natural history museums.
assertEquals(4, 2+2)
AsimpleUI's 'test suite' literally asserts that 2+2 equals 4 — the only thing in the repo that actually works. The bar was on the floor and you still tripped.
8 Commits, 52 Weeks
8 total commits in a year across 55 repos. That's one commit every 6.5 weeks. Your heatmap looks like the night sky in a power outage — two lonely stars, 50 weeks of void.
Customize This File (You Never Did)
The docs repo README still has placeholder text reading '>Customize this file'. You pushed Mintlify's boilerplate verbatim and called it a commit. Even the template is disappointed.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight15F
- Consistency20% weight5F
- Quality20% weight36F
- Depth15% weight20F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
3 active days
Language distribution
- JavaScript50%
- CSS45%
- Java3%
- Python1%
- MDX0%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
49
Commits
last 12 months
8
Followers
11
Joined GitHub
Sep 2015
05 · Top repos
milindbasavaraja /
research-summarization-engine
One-week learning project demonstrating LangGraph-based research workflow combining web search, scraping, and LLM-powered report generation. Typed Python with structured agents but sparse docs, no tests/CI, and nascent commit history (4 commits in 20 min on 2026-04-10).
milindbasavaraja /
docs
Mintlify documentation starter template with zero commits, no original work, and no community adoption. Pure boilerplate/scaffold copied from upstream Mintlify project.
milindbasavaraja /
AsimpleUI
Minimal Android login UI scaffold with no documentation, only 2 commits in 20 minutes (2017), no real functionality or tests beyond boilerplate.
06 · Timeline
- Sep 1, 2015Joined GitHub
- Jun 5, 2017Created AsimpleUI — A simple login user interface created by me
- Apr 10, 2026Created research-summarization-engine — research-summarization-engine
- Apr 10, 2026Created docs
- Apr 10, 2026Most recent push to docs
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.