01 · Roasts
13 commits in 2 minutes
CS38-TeamProject-Disseration- saw 13 commits fly in during a 2-minute window on 2022-11-19 and was never touched again. That's not version control, that's a panicked dissertation submission ritual.
6 commits in 365 days
Your entire year of public GitHub activity is 6 commits — less than one commit every two months. The heatmap looks like the surface of the moon: vast, grey, and lifeless.
Profile README, but make it sparse
The harshkheskani profile repo weighs in at 10 KB and contains approximately two lines of bio text. You've been updating it since 2020 — that's 4 years of incremental minimalism.
83% abandoned
5 out of 6 repos haven't been touched in over 2 years. Your graveyard-to-active ratio is 0.83 — GitHub is less a portfolio and more a digital archaeological dig site.
1 star, 0 tests, no license
Across 6 repos and 5 years on GitHub, the portfolio has collected exactly 1 star, zero test files, and zero licenses. The one star is probably self-sympathy.
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% weight29F
- Depth15% weight25F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
3 active days
Language distribution
- Python49%
- HTML36%
- TeX13%
- CSS1%
- JavaScript0%
- Procfile0%
- Other1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
6
Followers
9
Joined GitHub
Apr 2020
05 · Top repos
harshkheskani /
RateTheGame
Django game review platform with user auth, categories, and reviews. Minimal README, no tests/CI, untyped Python, but functional models and views show learning project scope.
harshkheskani /
harshkheskani
A personal GitHub profile README with minimal content (student bio). No code artifacts, no projects, no meaningful implementation. Represents a one-off profile customization rather than a shipped project.
harshkheskani /
CS38-TeamProject-Disseration-
Academic dissertation on a team software project (Roll Vans web app for Leidos). TeX document with CI pipeline to compile PDF, created and last pushed on 2022-11-19. No README, no tests, no license, no alternate documentation. Single-day burst (13 commits in 2 minutes).
06 · Timeline
- Apr 17, 2020Joined GitHub
- Dec 26, 2020Created harshkheskani
- Mar 10, 2021Created RateTheGame
- Nov 19, 2022Created CS38-TeamProject-Disseration-
- Feb 23, 2025Most recent push to harshkheskani
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.