01 · Roasts
The Deprecated Developer
You built Game-of-10, maintained it for 17 months, then deprecated it to build Game-of-10-V2. Respect the hustle — but your best project has 2 stars and 5 forks. The only person excited about your math game is you.
Ghost Town GitHub
Your heatmap has entire months that are pure void — weeks 1–4, 9–10, 22–34 are flatlined zeros. 115 commits in a year across 45 repos is an average of 2.5 commits per repo. You're a repo hoarder, not a builder.
74% Abandoned
staleRepoRatio=0.74 means 3 out of every 4 repos you own haven't been touched in 2+ years. You have 45 public repos and 3 followers. That math is brutally upside down.
CI Orphan
Out of 3 scored repos, only 1 has CI. The competitive-programming repo has no README, no license, no tests, no CI — just a folder of .cpp files that scream 'I'll clean this up later' (you won't).
Prolific PR-er, Invisible Person
34 PRs and 27 issues opened this year — genuinely impressive engagement — yet you have 3 followers and 3 total stars across all repos. You're contributing everywhere except your own brand.
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% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
53 active days
Language distribution
- Python46%
- C++14%
- JavaScript10%
- C#9%
- HTML7%
- CSS5%
- Other9%
04 · Numbers
Owned repos
non-fork
43
Commits
last 12 months
115
Followers
3
Joined GitHub
May 2021
05 · Top repos
LucaYan0506 /
Game-of-10-V2
Functional card game with React/Django stack, multiple AI algorithms (MCTS, RL, hard-coded), WebSocket support, and structured game logic. Well-documented rules and modular architecture, though untyped Python backend limits polish.
LucaYan0506 /
Game-of-10
Personal math game project with Django backend + vanilla JS frontend. Typed languages absent, no CI/tests. README documents game rules and setup. Active commit history (28/30 in recent window) shows sustained development, but minimal adoption (1 star) and deprecated status limit impact.
LucaYan0506 /
competitive-programming
Personal competitive programming problem solutions repo with 30 commits since late December 2024. Contains C++ solutions for Codeforces/CSES problems and a Python utility (utils.py) but lacks README, tests, CI, license, or structured documentation.
06 · Timeline
- May 9, 2021Joined GitHub
- Jan 18, 2024Created Game-of-10
- Dec 26, 2024Created competitive-programming — solution for cp problems
- May 27, 2025Created Game-of-10-V2
- Feb 6, 2026Most recent push to Game-of-10-V2
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.