01 · Roasts
The Polyglot Who Ghosts
Rust, C, TypeScript, Haskell, C++, Lua — impressive spread. Shame about the 80% stale repo ratio. You collect languages the way some people collect gym memberships: enthusiastically, then never again.
198 Commits, 30 Weeks of Silence
Your heatmap is basically a Rorschach test: a few intense bursts surrounded by vast emptiness. Weeks 2 through 7 and 28 through 44 are completely dead. Inspired coding, existential hibernation, repeat.
Chess Engine, No Tests
fe_chess has transposition tables, LMR, quiescence search, SEE, Zobrist hashing — and zero test files. You built a full chess engine and trusted vibes over unit tests. Bold strategy.
Solo 100%, Community 0%
soloPct=100, totalPRsYear=1, totalIssuesYear=0. You've been on GitHub since 2014 and have opened more languages than conversations. One external PR in a year is a ghost town, not a portfolio.
mpp: 5 Commits, 20 Minutes, Done Forever
The Lua metaprogramming preprocessor was apparently conceived, built, and abandoned in a single coffee break on 2023-03-13. Depth score: 5. That tracks.
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% weight55D
- Quality20% weight55D
- Depth15% weight50D
- Breadth10% weight80A
- Community10% weight30F
03 · Stats
365-day commit heatmap
47 active days
Language distribution
- Rust31%
- C17%
- TypeScript17%
- Haskell16%
- C++5%
- Lua3%
- Other11%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
198
Followers
27
Joined GitHub
May 2014
05 · Top repos
ColonelPhantom /
fe_chess
Personal chess engine project with 0x88 mailbox representation, typed Rust, modular architecture (board/eval/search/movegen), transposition tables, and alpha-beta search. Active from 2019-2020 with ~30 commits. No tests but has CI and clear documentation in README with detailed changelog.
ColonelPhantom /
lite-xl-tmt
Deprecated terminal emulator plugin for Lite XL built in C and Lua, now archived in favor of lite-xl-terminal. Typed C code with structured layout and CI pipeline, but minimal star count and active development ceased.
ColonelPhantom /
mpp
Lua metaprogramming preprocessor with core features working (templates, hooks, C struct support) but minimal test coverage, no CI, and very recent single-day burst (5 commits in ~20 min, last push 2023-03-13).
06 · Timeline
- May 13, 2014Joined GitHub
- May 1, 2019Created fe_chess — Rust chess engine
- Jan 15, 2022Created lite-xl-tmt — Terminal emulator for Lite XL based on libtmt
- Mar 13, 2023Created mpp — MPP - a preprocessor for language-independent metaprogramming
- Sep 27, 2023Most recent push to lite-xl-tmt
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.