01 · Roasts
The 1.3-Hour Architect
cam-game-jam-26 has 5 commits squeezed into 74 minutes. No README, no license, no tests — just vibes and a global _sprite_cache. Bold strategy for posterity.
Java Monoculture
99% Java. The other 1% is Jinja — presumably auto-generated. You've discovered one language and committed to it with the loyalty of a golden retriever.
0 External PRs, 180 Commits
You shipped 180 commits this year and opened exactly zero pull requests on anyone else's code. GitHub is a monologue for you, not a conversation.
Burst Coder
The heatmap tells a haunting story: weeks of flatline, then a furious sprint, then silence again. You're not a developer, you're a seasonal migrant.
Contest Bot Dependency
Your most complex project is a 118k-LOC Battlecode tournament bot. That's impressive depth — for a scaffold you'll never touch again after the competition ended.
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% weight35F
- Quality20% weight52D
- Depth15% weight38F
- Breadth10% weight30F
- Community10% weight25F
03 · Stats
365-day commit heatmap
105 active days
Language distribution
- Java99%
- Jinja1%
- Python0%
- C++0%
- JavaScript0%
- C0%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
180
Followers
5
Joined GitHub
May 2022
05 · Top repos
awu7 /
touchpad-scroll-mode
Emacs minor mode for touchpad momentum scrolling, well-documented personal project with clean structure and thoughtful physics implementation; 13 KB single-file Lisp module with no tests/CI.
awu7 /
battlecode-2026
Battlecode 2026 Java competition bot with typed, multi-module architecture. Strategic AI for swarm control across 5000+ KB codebase; submitted via tournament scaffold. Limited adoption—2 stars, single contributor, contest-bound only.
awu7 /
cam-game-jam-26
Game jam submission with a pygame-based tactical game featuring player/enemy mechanics and multiple levels. No documentation, tests, or CI; untyped Python with minimal commit history and zero external adoption signals.
06 · Timeline
- May 19, 2022Joined GitHub
- Feb 25, 2025Created touchpad-scroll-mode — Touchpad scrolling with momentum for Emacs
- Jan 6, 2026Created battlecode-2026
- Mar 1, 2026Created cam-game-jam-26
- Mar 1, 2026Most recent push to cam-game-jam-26
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.