01 · Roasts
The Ghost of Commit History Past
totalCommitsYear = 0. Your heatmap is a perfect void — 52 weeks of pure, unbroken emptiness. The last time you committed consistently, 'Barbenheimer' was in theaters.
Sprint-and-Abandon Specialist
Parkrun scraper: 9 days. MK8DX analyzer: 8 days. You build like you're fleeing a crime scene. Short bursts, then radio silence. 83% of your repos are in the graveyard.
Testing? Never Heard of Her
Zero tests across all three projects. StreetViewImageDownloader even has a 'testing/' folder in the file tree — a folder that exists purely as a cruel joke against future-you.
Social Media Influencer (GitHub Edition)
0 followers, 0 following, 0 PRs, 0 issues. You have shipped 14 stars total and interacted with the GitHub community exactly zero times. Leo Zhang: building in the void, for the void.
Docs King, Tests Peasant
ARCHITECTURE.md, STATUS.md, design.md, LIB.md, APP.md, SCRAPER_GUIDE.md, GUI_GUIDE.md — you write more markdown than code. CI pipeline: 0. Tests: 0. Documentation: entire Wikipedia.
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% weight30F
- Consistency20% weight5F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight5F
03 · Stats
365-day commit heatmap
0 active days
Language distribution
- Python77%
- C++17%
- HTML4%
- JavaScript2%
- CSS0%
- C0%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
0
Followers
0
Joined GitHub
Jul 2021
05 · Top repos
leoz0214 /
StreetViewImageDownloader
Personal project for downloading Google Street View images via Python library and Tkinter GUI. Typed Python API, structured multi-module design, comprehensive docs (design.md, ARCHITECTURE.md, STATUS.md), but minimal adoption (6 stars) and no tests/CI. ~9.5k LOC demonstrates sustained effort.
leoz0214 /
MK8DX-Records-Analysis
Personal Mario Kart 8 Deluxe data scraper with GUI and email automation. Typed Python project with documented architecture covering web scraping (BeautifulSoup, SQLite), Tkinter GUI analysis, and automated reporting. Niche domain focus, 2 stars, 8 days old, 12 commits.
leoz0214 /
Parkrun-Data-Scraper
Personal web scraper for Parkrun event statistics with GUI, HTML parsing, and multi-format export (CSV/XLSX/DOCX/PDF). Non-trivial scope but limited adoption (5 stars, no forks).
06 · Timeline
- Jul 4, 2021Joined GitHub
- Dec 26, 2023Created StreetViewImageDownloader — A Python/C++ project to download Google Street View images, including a Python library and GUI.
- Feb 24, 2024Created Parkrun-Data-Scraper — Scrape the historical summary table for a particular Parkrun event and output detailed statistics, with the ability to export to various file types.
- Mar 30, 2024Created MK8DX-Records-Analysis — Scrape, analyse and export data of 150cc and 200cc world records for the 96 Mario Kart 8 Deluxe courses, from https://mkwrs.com/mk8dx/
- Apr 7, 2024Most recent push to MK8DX-Records-Analysis
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.