01 · Roasts
The One-Star Mogul
9 public repos, 380 commits in the past year, and a grand total of 1 star. The internet has collectively assessed your work and voted with deafening silence.
Hardcoded Secrets Hall of Fame
Multi-Zelda-N ships with hardcoded secrets baked right in. Nothing says 'production-ready multiplayer game' like credentials committed to a public repo for the world to harvest.
Half the Year on Vacation
Your heatmap is a commitment to emptiness — weeks 12 through 28 and 35 through 47 are basically a flat line. That's roughly 4 months of GitHub radio silence per year.
Three Foosball Projects, Zero READMEs
You built foosball_robot AND diamond — two separate foosball RL simulators — and somehow neither one earned a README. Not even a one-liner. The robots remain undocumented and confused.
CI? Never Heard of Her
Across every single scored repo: HAS_CI=no, HAS_TESTS=no. 96% solo, 0% automated safety net. You are one bad merge away from chaos and you have no idea.
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% weight60C
- Quality20% weight39F
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
53 active days
Language distribution
- HTML52%
- Java45%
- Python3%
- JavaScript0%
- PLSQL0%
- Shell0%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
380
Followers
2
Joined GitHub
Feb 2019
05 · Top repos
Verigyk /
foosball_robot
Personal foosball RL environment using PyBullet with multi-agent training setup. Typed Python code with Gymnasium integration, but lacks documentation, tests, CI, and license. ~286KB codebase with structured simulation logic.
Verigyk /
Multi-Zelda-N
Spring Boot backend for a multiplayer Zelda game with JWT authentication and match management. Functional but minimal documentation, no tests beyond stub, hardcoded secrets, and flat project structure.
Verigyk /
diamond
Experimental foosball RL simulator with PyBullet environment and PPO training CLI. Unfinished state: no README, no tests, no CI, lacks type hints, minimal documentation, and incomplete main.py source file.
06 · Timeline
- Feb 19, 2019Joined GitHub
- Dec 3, 2025Created foosball_robot
- Dec 21, 2025Created diamond
- Mar 28, 2026Created Multi-Zelda-N
- Apr 19, 2026Most recent push to Multi-Zelda-N
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.