01 · Roasts
11 commits/year isn't a cadence, it's a cameo
Your entire public commit history for the trailing year fits in a fortune cookie. 11 commits. The IMC competition alone explains ~8 of them — outside competition season you practically don't exist on GitHub.
93% Python, zero diversity
Python 93%. HTML 3%. Jupyter 3%. CSS rounding-error%. You've discovered one language and committed to it with monastic devotion — a bold choice for a CS student in 2025.
No tests, no CI, no license — across every single repo
Three repos, zero tests, zero CI pipelines, zero licenses. Not one. The competition repo has 25.7 MB of trading logic and not a single unit test to validate a strategy. Boldly flying blind.
Hardcoded Windows paths in a public repo
MSSL-SpaceScienceWeek ships with `C:/Users/aahil/Desktop` baked into the source code. The only machine this code works on is the one you owned in July 2024.
0 PRs, 0 issues — GitHub as a USB drive
totalPRsYear: 0. totalIssuesYear: 0. You've contributed nothing to the broader ecosystem. GitHub is currently functioning as cloud storage with a social network attached that you never log into.
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% weight43D
- Consistency20% weight20F
- Quality20% weight59D
- Depth15% weight60C
- Breadth10% weight30F
- Community10% weight40D
03 · Stats
365-day commit heatmap
98 active days
Language distribution
- Python93%
- HTML3%
- Jupyter Notebook3%
- CSS0%
- Other1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
11
Followers
11
Joined GitHub
Jan 2019
05 · Top repos
aahiill /
IMC-Prosperity-3
Top 1% quant competition submission with 7 modular trading strategies across 5 rounds (market making, arbitrage, z-score, gamma hedging). Typed Python, structured multifile layout, 25.7 MB codebase with merged trader logic. No tests/CI/license but well-documented README and competition context.
aahiill /
MSSL-SpaceScienceWeek
Three academic space science projects (astrophysics, planetary physics, solar physics) completed under PhD supervision. Functional Python code demonstrating astronomical data processing and simulations, but lacks documentation, tests, CI, and professional project structure.
aahiill /
legalcheek-webscraper
Early-stage Python web scraper for LegalCheek law firm deadlines. Has README, .gitignore, and basic typed code (dataclass usage in scraper.py), but no tests, CI, or type hints. Only ~2 weeks old with minimal commit activity (5 of last 30).
06 · Timeline
- Jan 22, 2019Joined GitHub
- Jul 8, 2024Created MSSL-SpaceScienceWeek — 3 projects I completed under the supervision of PhD students at the UCL Mullard Space Science Laboratory.
- Mar 17, 2025Created IMC-Prosperity-3 — Top 1% Globally, 15th in the UK for the IMC Prosperity 3 Quant Trading Challenge. Also featured on the global leaderboard!
- Jan 19, 2026Created legalcheek-webscraper — Webscraper to collect data about the openings of various Law programmes.
- Jan 21, 2026Most recent push to legalcheek-webscraper
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.