01 · Roasts
Stars? Never Heard of Her
28 total stars across 45 repos. You've shipped a multiplayer game, a system dynamics simulator, AND a VS Code extension — and somehow convinced exactly zero strangers to click the star button on any of them.
CI? That's Future Leslie's Problem
4 of 5 analyzed repos are missing CI. You wrote collision detection tests in dogfight and a Time class test suite in speedrun, but drew the line at automating the checks. The pipeline will remain theoretical.
The Summer of Silence
Weeks 18–20 of your heatmap are a barren wasteland of zeros. 515 commits a year sounds great until you notice you apparently took a full month off in the middle and called it consistency.
Solo Artist, No Label Deal
soloPct = 100%. Every single commit across every repo is yours alone. You've built a load-balanced game server and a Vensim clone in 2024 and not one collaborator has touched the code. Open source is a team sport.
LeetCode Is Not a Portfolio
Your biggest repo by commit volume is a flat folder of disconnected LeetCode solutions with a one-sentence README. It's Java and C++ all the way down, no tests, no license, no architecture — just 575KB of interview prep dressed up as a project.
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% weight48D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
212 active days
Language distribution
- Java26%
- C++18%
- TypeScript17%
- Go6%
- Python6%
- Lua6%
- Other21%
04 · Numbers
Owned repos
non-fork
33
Commits
last 12 months
515
Followers
11
Joined GitHub
Sep 2021
05 · Top repos
leslieyip02 /
vensim
Young collaborative Vensim clone with structured TypeScript/Go architecture, functional tests & CI, but zero stars/adoption and 3-month lifespan. Personal portfolio project with working simulation and real-time sync.
leslieyip02 /
dogfight
Personal multiplayer dogfighting game with Go backend and TypeScript client. Typed, structured architecture with game loop, collision detection, protobuf serialization, and load balancing. New project with modest stars but complete shipped implementation.
leslieyip02 /
speedrun
A focused VS Code extension implementing a LiveSplit-style speedrun timer with typed TypeScript, modular architecture, and test coverage—but brand new (created 2026-01-31), 0 stars, and only 10 commits in a single day.
leslieyip02 /
leetcode
Personal LeetCode solutions repo with multiple languages (Java, C++), minimal documentation, no tests/CI, and 0 stars. Demonstrates algorithmic problem-solving but lacks production structure.
leslieyip02 /
leslieyip02.github.io
Personal portfolio website in HTML with minimal documentation, no tests/CI, light commit history (7 of last 30 days), and 3.9 MB codebase with no exposed source files.
06 · Timeline
- Sep 17, 2021Joined GitHub
- Aug 11, 2023Created leetcode — Solutions to LeetCode problems
- Jan 5, 2025Created leslieyip02.github.io — Personal portfolio website
- Sep 23, 2025Created dogfight
- Jan 9, 2026Created vensim — Vensim but collaborative
- Jan 31, 2026Created speedrun — LiveSplit-style speedrun timer for VS Code
- Apr 24, 2026Most recent push to leetcode
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.