01 · Roasts
One Fandom, Three Repos
Rose, LeagueSkins, Watermelon — all League of Legends skinning tools. You have 729 stars and a Discord server, but your entire GitHub is basically one niche game mod project split into three repos. Riot patches one API endpoint and your portfolio is gone.
CI? Never Heard of Her
Three repos, zero CI pipelines. You wrote a Durable Object-backed Cloudflare party relay and Levenshtein fuzzy matching, but somehow 'run a GitHub Action' is where you draw the line.
98% Solo Artist
soloPct = 98%. You have 114 followers and a Ko-Fi link but only opened 1 issue and sent 6 PRs all year on other people's code. The community-building is one-directional.
Night Owl Coder (83% After Dark)
83% of your commits drop after hours — heatmap confirms bursts of 4s at suspicious times. Either you have a day job you're not telling us about, or you're just a creature of the night debugging injection hooks at 2am.
Data Repo Carrying Your Star Count
LeagueSkins has 244 stars for being a folder of image files organized by ID. Your actual engineering work in Rose has 464 stars. Your most popular 'code' is basically a ZIP file with a README.
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% weight71B
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
220 active days
Language distribution
- Python50%
- JavaScript38%
- Rust9%
- TypeScript2%
- CSS1%
- HTML0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
860
Followers
114
Joined GitHub
Jul 2025
05 · Top repos
Alban1911 /
Rose
Rose is a League of Legends skin changer built on Pengu Loader with Python backend, WebSocket real-time UI integration, party mode via Cloudflare, and sophisticated injection handling. 464 stars, production-grade scope with 164MB codebase, typed Python, comprehensive architecture, but lacks CI/tests.
Alban1911 /
Watermelon
Watermelon is a Windows desktop app for managing League of Legends custom skins, built with Tauri+React+Rust. Well-structured, typed Rust backend with sophisticated WAD overlay pipeline and CEF/V8 native hooks. Modest scope (10 stars) but non-trivial shipped project showing focused craftsmanship.
Alban1911 /
LeagueSkins
League of Legends skin asset repository with 244 stars, organized by champion/skin IDs. 3.2GB dataset maintained by Rose community; no tests, CI, or license; README documents structure and purpose clearly.
06 · Timeline
- Jul 6, 2025Joined GitHub
- Oct 22, 2025Created LeagueSkins — League of Legends skin assets organized by champion and skin IDs.
- Apr 2, 2026Created Rose — League, unlocked.
- Apr 12, 2026Created Watermelon — League of Legends custom skin manager
- Aug 27, 2026Most recent push to LeagueSkins
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.