01 · Roasts
C++ Ghost
78% of your codebase is C++ by bytes, yet every active project you ship is Go. That's 109 repos of archaeological strata — what exactly is buried in all that C++?
The 70% Graveyard Club
staleRepoRatio = 0.70. Seven out of every ten repos you own haven't been touched in 2+ years. That's not a portfolio, that's a digital junkyard with a lawn sign that says 'Backend Developer'.
Sprint-and-Ghost
ccsmanager: 2 days old. write-ahead-log-engine: 18 days. lilio: 2 months. You have a talent for starting well-architected projects and then… vanishing. BizzMQ says hi from the bio.
CI? Never Heard of Her
Zero out of four scored repos has a CI pipeline. You write ARIES recovery algorithms and quorum consensus but can't wire up a GitHub Actions yml. The robots aren't coming for your job — you're helping them.
119 Public Commits
119 commits in a year on a 109-repo account. That's barely more than one commit per repo, ever. privateWorkLikely saves you from a lower score, but the public receipts are not inspiring.
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% weight36F
- Consistency20% weight55D
- Quality20% weight59D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
67 active days
Language distribution
- C++78%
- C15%
- Python3%
- JavaScript2%
- Go1%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
92
Commits
last 12 months
119
Followers
10
Joined GitHub
Feb 2022
05 · Top repos
subhammahanty235 /
write-ahead-log-engine
A Go write-ahead log engine implementing ARIES recovery with segment-based storage, CRC32 checksums, and typed records. Ships with README, tests, and clean architecture across 5 packages but lacks CI/license and is a young personal project (18 days old, 22/30 commits).
subhammahanty235 /
ccsmanager
A fresh, well-structured Go TUI tool for managing Claude Code sessions with search, filtering, and file tracking. Early-stage but complete with typed code, comprehensive docs, and thoughtful UX.
subhammahanty235 /
lilio
Young Go project (2 months old) implementing a distributed object storage system with consistent hashing, quorum consensus, and pluggable backends. Clean architecture with tests and comprehensive README, but limited adoption and short development window.
subhammahanty235 /
lorenz
Empty scaffold repo with 0 KB size, no files, created Feb 2026 with immediate push. No code, docs, tests, or configuration present.
06 · Timeline
- Feb 13, 2022Joined GitHub
- Jan 10, 2026Created lilio
- Feb 7, 2026Created lorenz
- Mar 8, 2026Created write-ahead-log-engine
- Mar 25, 2026Created ccsmanager
- Mar 27, 2026Most recent push to ccsmanager
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.