01 · Roasts
Ghost Town Heatmap
4 commits in an entire year, scattered across 2 lonely cells in a 52-week heatmap that looks like a deep space survey. Even your most active week peaked at 3 commits. The GitHub contribution graph has seen more life on abandoned accounts.
Learning Forever, Shipping Never
All three repos are explicitly labeled as 'learning' or 'workshop' projects. That's great for growth, but at some point the training wheels have to come off. threeJS_learning has Kepler orbital equations — that's impressive. It's also sitting at 0 stars and zero external users.
The CI Boycott
Zero tests. Zero CI pipelines. Across every single repo. You've got HLSL, GLSL, C#, and JavaScript in production and you're just… vibing. At least the .gitignore is configured — that's doing the heavy lifting for 'quality' here.
43% Abandoned
Nearly half your repos haven't been touched in over 2 years. You joined in 2021, and the oldest repos are already collecting digital dust. The staleRepoRatio doesn't lie — this is a portfolio of good starts and quiet exits.
Local Celebrity
11 followers, 14 stars — all on a 2-week-old workshop repo you presumably announced at a university society meeting. The UniCS community giveth, and the broader internet... hasn't noticed yet.
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% weight5F
- Quality20% weight55D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
2 active days
Language distribution
- JavaScript44%
- HTML25%
- C#10%
- HLSL5%
- Python5%
- GLSL5%
- Other6%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
4
Followers
11
Joined GitHub
Aug 2021
05 · Top repos
ADM2005 /
threeJS_learning
Personal three.js learning project with multiple interactive 3D scenes (Solar System, lighting simulations, physics). Untyped JavaScript with structured src/ layout, README, MIT license. ~17.4 MB codebase, 21 of last 30 days active, no tests or CI.
ADM2005 /
Graphics_
Unity graphics learning project with typed C# code, structured multi-file shader/script architecture, and meaningful README. Personal educational experiment on transformation matrices and custom lighting pipelines, 20 commits in 15 days with no tests or CI.
ADM2005 /
GameDevWorkshops2026
Educational Unity game dev workshop repo with C# scripts, clear README, and structured Assets folder. 14 stars, no tests/CI, sparse commit history (4 of last 30), minimal branching—a nascent teaching project.
06 · Timeline
- Aug 12, 2021Joined GitHub
- Feb 14, 2025Created threeJS_learning — My journey of learning how three.js works
- Feb 22, 2025Created Graphics_
- Feb 25, 2026Created GameDevWorkshops2026 — Repository for the UniCS Game Dev Workshops.
- Mar 11, 2026Most recent push to GameDevWorkshops2026
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.