01 · Roasts
CI? Never Heard of Her
0 out of 4 repos have CI. You've written C++26 reflection metaprogramming and Monte Carlo parallelization but can't wire up a GitHub Actions workflow. The robots won't test themselves, James.
72% Graveyard Rate
staleRepoRatio = 0.72 — nearly three-quarters of your 62 repos haven't been touched in over 2 years. You're maintaining a GitHub cemetery with a fresh flower or two in the corner.
Stars Are Allergic to You
10 total stars across 62 public repos over 7+ years on GitHub. That's 0.16 stars per repo. Even your own forks feel embarrassed.
Solo Artist, Forever
soloPct = 98%. You've opened 50 PRs on other people's code this year but zero collaborators have touched your own repos. The 'I love C++' bio is doing a lot of heavy lifting as a social strategy.
License? YOLO
Most repos ship with no LICENSE file. You've built a zero-copy NASDAQ parser and a C++26 serializer — both legally ungiftable to anyone who might actually want to use them.
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% weight62C
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
109 active days
Language distribution
- C++34%
- C33%
- C#19%
- Swift4%
- JavaScript3%
- Python2%
- Other5%
04 · Numbers
Owned repos
non-fork
53
Commits
last 12 months
266
Followers
61
Joined GitHub
Feb 2017
05 · Top repos
lim-james /
static-serial
Experimental C++26 reflection-based binary serializer with zero-overhead design. Single-developer niche project (2 stars), minimal adoption, but demonstrates advanced compile-time serialization via reflection and contracts. Typed C++, documented, with tests, but no CI or license.
lim-james /
monte-carlo-options-pricer
Personal quantitative finance learning project implementing Black-Scholes and Monte Carlo option pricing with C++23, parallelization, and Greeks calculations. Zero stars/adoption but well-structured for an indie educational effort with meaningful documentation and sustained work.
lim-james /
Nasdaq-ITCH-Parser
Early-stage NASDAQ ITCH 5.0 binary message parser in C++23 with type-safe packed structs, zero-copy parsing, and dispatcher pattern. Has tests and README but pre-release (0 stars, 25 days old, no license/CI).
lim-james /
orp-rsvp
Early-stage RSVP speed reader for PDFs with ORP anchoring, typed Python 3.10+, structured architecture (parser, engine, TUI, ORP), and test suite; created and pushed same day with 7 commits, no external adoption yet.
06 · Timeline
- Feb 25, 2017Joined GitHub
- Oct 29, 2025Created monte-carlo-options-pricer — Using Monte Carlo simulations to predict future prices of options
- Jan 2, 2026Created Nasdaq-ITCH-Parser — [WIP] Building a binary message decoder for ITCH 5.0
- Jan 25, 2026Created orp-rsvp
- Mar 19, 2026Created static-serial — zero-overhead fixed-size binary serialization w/ C++26 Reflections
- Apr 24, 2026Most recent push to static-serial
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.