01 · Roasts
The 5-Commit Year
5 commits in 12 months. That's not a GitHub profile, that's a hostage note. Even your heatmap looks embarrassed — 50 weeks of pure void with two lonely pixels.
Syntax Error Speedrun
VoiceAssistant's main.py has 'stopwordss', 'sqLite3', and an undefined 'tk' module — that's three bugs before line 15. The code didn't run before you pushed it, and it still hasn't.
Stub Life
Wizard-Arena ships Coin.cs, Jump.cs, and Speed.cs — all containing exclusively empty Start() and Update() methods. You named the files, Unity filled in the blanks, and you called it done.
2-Hour Architect
sparklayer-abhinav boasts 3 commits spanning 2 hours. The Go/Svelte scaffold is the most complete thing here, which is either impressive or damning depending on how you look at the other two repos.
0 Followers, 0 Stars, 0 PRs
The social trifecta of invisibility. Not a single person follows you, starred a repo, or received a PR from you. GitHub doesn't know you exist and, statistically, neither does anyone else.
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% weight15F
- Consistency20% weight5F
- Quality20% weight27F
- Depth15% weight20F
- Breadth10% weight65C
- Community10% weight5F
03 · Stats
365-day commit heatmap
2 active days
Language distribution
- Python56%
- C#25%
- Svelte8%
- CSS5%
- Go3%
- TypeScript1%
- Other2%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
5
Followers
0
Joined GitHub
Jan 2023
05 · Top repos
ShadowNinja867 /
sparklayer-abhinav
Incomplete tutorial project: working 2-hour coding challenge template with functional Go/Svelte to-do app scaffold, typed frontend, but no tests/CI, no license, and only 3 commits across 2 hours.
ShadowNinja867 /
Wizard-Arena
One-off weekend game project in C# (Unity) with minimal commit history (1 of last 30 sampled), no tests, no CI, no docs, and incomplete/stub implementations (empty Coin.cs, Jump.cs, Speed.cs).
ShadowNinja867 /
VoiceAssistant
Unfinished Python voice assistant project with 0 stars, no README, no tests, no CI, no license. Core main.py has incomplete imports (stopwordss typo, sqLite3 capitalization), undefined variables, and syntax errors indicating minimal development completion.
06 · Timeline
- Jan 1, 2023Joined GitHub
- Jan 1, 2023Created VoiceAssistant
- Jul 15, 2025Created Wizard-Arena — My 2 player game
- Nov 22, 2025Created sparklayer-abhinav
- Nov 22, 2025Most recent push to sparklayer-abhinav
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.