01 · Roasts
Password Manager (Involuntary)
You hardcoded your WiFi SSID and password directly in Swarm-Hackathon's source code and pushed it to a public repo. Congratulations — your home network is now open-source too.
One-Day Wonders
Portfolio.html got 7 commits in a single day then went dark. Swarm-Hackathon lived for 24 hours. At this rate, your GitHub is less a portfolio and more a graveyard of Tuesday afternoons.
115 Commits, 1 Follower
You've made 115 commits this year and somehow retained exactly 1 follower. That follower is mathematically obligated to be your future self feeling nostalgic.
The Emulator Exception
Game-Boy-Emulator- is genuinely impressive — MBC memory banking, PPU scanline rendering, save states — and it has 0 stars. You built a working emulator and then told nobody. Classic.
Community Ghost
0 PRs opened, 0 issues filed, 0 external contributions in the last year. You exist on GitHub in the same way a tree falls in a forest — technically happening, but nobody's around to confirm it.
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% weight28F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
52 active days
Language distribution
- C62%
- C#32%
- Python2%
- CSS1%
- HTML1%
- Makefile1%
- Other1%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
115
Followers
1
Joined GitHub
Jun 2023
05 · Top repos
AbuTar /
Game-Boy-Emulator-
Game Boy emulator in C with CPU, PPU, memory management, and SDL3 UI. ~13.5KB codebase with documented architecture files, no tests/CI, works but architecture needs refinement.
AbuTar /
LeetCode
Personal LeetCode problem collection with 19+ C# solutions organized by difficulty. Typed language, clear structure, README present, but no tests, CI, or rigorous documentation beyond problem links.
AbuTar /
Portfolio
One-day portfolio scaffold with minimal substance; 7 commits on 2026-02-03 only, no projects displayed, incomplete HTML sections, untyped CSS/JavaScript, barebone README. Early-stage personal project.
AbuTar /
Swarm-Hackathon
Empty-scaffold hackathon submission with single WiFi-controlled motor sketch, zero stars/forks, no tests/CI/docs/license, created and abandoned within 24 hours.
06 · Timeline
- Jun 2, 2023Joined GitHub
- Sep 25, 2023Created LeetCode — LeetCode exercises
- Feb 3, 2026Created Portfolio — A site to display any past and ongoing projects
- Feb 7, 2026Created Game-Boy-Emulator- — A GameBoy Emulator written in C
- Mar 21, 2026Created Swarm-Hackathon
- Mar 22, 2026Most recent push to Swarm-Hackathon
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.