01 · Roasts
34 commits in a year
34 commits across a whole year is less than one commit per week. Your GitHub contribution graph looks like a starfield — mostly empty space with the occasional lonely pixel.
Hardcoded credentials in OthelloAI
You shipped a minimax AI smart enough to play Othello, but not smart enough to keep credentials out of the source code. The AI can beat you at the game, but you've already lost at security.
One-day repo collector
collegeleaderboard: created Oct 8, last pushed Oct 9. CodeGolfDaily: 3 days old. You have a talent for starting projects right before losing interest — a true 24-hour sprint artist.
Language diversity, project scarcity
Your stats show TypeScript, Python, ShaderLab, C#, and Objective-C++ — a genuinely wild range. And yet only 3 repos made it to scoring. Somewhere there's a Unity game and an iOS app that never saw the light of a README.
0 PRs, 0 issues, 2 followers
Zero external PRs, zero issues filed, two followers (one of whom is probably your own alt account). You're not just a solo developer — you're a solo universe.
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% weight25F
- Consistency20% weight20F
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
78 active days
Language distribution
- TypeScript29%
- Python13%
- ShaderLab13%
- JavaScript10%
- C#9%
- Objective-C++8%
- Other18%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
34
Followers
2
Joined GitHub
Nov 2022
05 · Top repos
Selucus /
CodeGolfDaily
Early-stage Next.js code golf daily puzzle game with TypeScript types, structured components, and localStorage persistence. Minimal adoption (0 stars), created 3 days ago, no tests/CI. Functional indie project with clear intent but very limited deployment/evidence of use.
Selucus /
OthelloAI
Python Othello game with pygame GUI and minimax AI; functional but minimal structure, no tests, untyped code, and hardcoded credentials expose security/maintenance risks.
Selucus /
collegeleaderboard
Early-stage React Native leaderboard app built with Expo and TypeScript. Has minimal structure, no README or documentation, no CI, and only 4 commits over 1 day. Core leaderboard UI works but design is incomplete (unchecked challengePlayer method, basic styling only).
06 · Timeline
- Nov 1, 2022Joined GitHub
- Sep 25, 2024Created OthelloAI — A project to reproduce the board game Othello using a python GUI and to create an AI algorithm with varying difficulty for the user to play against.
- Oct 8, 2024Created collegeleaderboard
- Apr 3, 2026Created CodeGolfDaily
- Apr 3, 2026Most recent push to CodeGolfDaily
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.