01 · Roasts
The 88% Graveyard Keeper
staleRepoRatio = 0.88. That means 88% of your repos were last touched over two years ago. You're not maintaining a portfolio — you're curating a mausoleum of abandoned side projects.
README? Never Heard of Her
All three of your analyzed repos have README=no. You're building LLVM backends and Game Boy compilers but can't spare 10 lines explaining what any of it does. Your code speaks to no one.
76 Commits in 52 Weeks
The heatmap shows 42 consecutive weeks of absolute silence followed by a few scattered bursts. 76 commits/year is roughly 1.5 per week — and you took most of the year off to think about it.
Solo 100%, PRs 0%
soloPct = 100, totalPRsYear = 0, totalIssuesYear = 0. You've never opened a PR or filed an issue anywhere in the past year. GitHub is a social network and you've gone full hermit.
991MB of Borrowed Ambition
llvm-dmg weighs in at 991MB — but it's mostly vendored LLVM source. Your original contribution is a rounding error inside someone else's compiler infrastructure.
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% weight25F
- Quality20% weight30F
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
21 active days
Language distribution
- C75%
- Rust8%
- C++6%
- LLVM3%
- Assembly3%
- Makefile2%
- Other3%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
76
Followers
19
Joined GitHub
Feb 2019
05 · Top repos
arkamnite /
tinyGB
Early-stage Game Boy assembler compiler in Rust with lexer, parser, and ROM builder. Typed Rust codebase with structured modules and basic tests, but no README, CI, or license. Under 2 months old with ~30 commits.
arkamnite /
isp-playground
Early-stage image processing pipeline for Bayer RAW demosaicing; minimal documentation, no tests/CI, sparse C/C++ codebase (34 KB) with incomplete implementation and placeholder main entry point.
arkamnite /
llvm-dmg
Niche LLVM backend for Game Boy targeting. 991MB codebase (likely vendored LLVM) with Apache-2.0 license, but no README, tests, CI, or documentation. Last push Dec 2023 after 7-month gap suggests experimental one-off rather than active project.
06 · Timeline
- Feb 20, 2019Joined GitHub
- May 3, 2023Created llvm-dmg — Unofficial LLVM backend for the Nintendo Game Boy family of devices.
- Dec 4, 2025Created tinyGB
- Apr 18, 2026Created isp-playground
- Apr 21, 2026Most recent push to isp-playground
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.