01 · Roasts
The Heatmap Graveyard
87% of your 148 repos haven't been touched in 2+ years. You're not maintaining a portfolio — you're maintaining a cemetery. At least put a headstone on them.
C Supremacist
94% of your code by bytes is C, but your scored repos are TypeScript, Dart, and a mystery DayZ mod. Your language bar chart is lying harder than your commit streak.
28-Day Architecture Sprint
r2modmanplusplus has tRPC, SQLite, Zustand, shadcn/ui, AND architecture diagrams — all built in 28 days. Either you're a genius or this is a sleep-deprivation experiment. No tests either way.
Credential Cowboy
mtga-launcher ships with hardcoded 'demo'/'demo' credentials and badCertificateCallback=true. The threat model is apparently 'trust everyone, verify nothing'.
150 Commits, Half-Year Nap
totalCommitsYear=150 sounds okay until you see the heatmap: 18 consecutive weeks of absolute zero. You weren't in a flow state, you were in a coma.
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% weight35F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
64 active days
Language distribution
- C94%
- Assembly2%
- C++2%
- JavaScript0%
- Makefile0%
- Objective-C0%
- Other2%
04 · Numbers
Owned repos
non-fork
31
Commits
last 12 months
150
Followers
24
Joined GitHub
Apr 2015
05 · Top repos
danielchim /
r2modmanplusplus
Fresh Electron mod manager desktop app (TypeScript, React 19, tRPC) inspired by r2modmanPlus, 28 days old with ~200 commits. Typed, documented, structured codebase with CI but no tests. Personal/experimental stage project.
danielchim /
mtga-launcher
Early-stage Flutter desktop launcher for MTGA (game server emulator). 3 stars, 12 commits in ~9 days, minimal structure; core features sketched but incomplete (hardcoded credentials, placeholder Linux support, commented-out Redux store).
danielchim /
BotAi-WORKING-SOLDER-s-Dayz-SA
DayZ server mod with minimal documentation, no build tooling, and same-day creation/push. Bare README with installation steps only; no evidence of sustained development or architectural substance.
06 · Timeline
- Apr 28, 2015Joined GitHub
- Feb 8, 2021Created BotAi-WORKING-SOLDER-s-Dayz-SA
- Sep 29, 2022Created mtga-launcher — A launcher for MTGA project.
- Jan 18, 2026Created r2modmanplusplus — A better thunederstore mod manager
- Feb 15, 2026Most recent push to r2modmanplusplus
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.