01 · Roasts
96% Graveyard
A staleRepoRatio of 0.96 means nearly every repo you've ever created is now a digital fossil. Your GitHub profile is less a portfolio and more an archaeological dig site.
1 Commit Year
You pushed exactly 1 commit in the past year. One. A single commit. That's not a development pace — that's a proof of life.
The Plurk Bot That Time Forgot
AminzaiPlurkBot has been abandoned since October 2010 — it predates the iPhone 4. The README even admits '2 missing files.' You shipped half a bot and called it a day for 14 years.
HTML at 54% with No Web App
Over half your codebase by bytes is HTML, yet there's no discernible web application. Odds are good it's all docs or templates — GitHub is counting your markup against you and you're still losing.
Dotfiles Are Your Magnum Opus
Your highest-scored repo is your vimrc. After 16 years on GitHub and 55 repos, your personal editor config is the crown jewel. Vim is great, but this isn't the origin story anyone expected.
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% weight60C
- Quality20% weight32F
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
2 active days
Language distribution
- HTML54%
- Vim Script35%
- Python7%
- Shell1%
- Lua1%
- XSLT1%
- Other1%
04 · Numbers
Owned repos
non-fork
24
Commits
last 12 months
1
Followers
65
Joined GitHub
Apr 2009
05 · Top repos
aminzai /
vimrc
Personal Vim configuration repository with customized settings, plugin management via vim-plug, and installation script. Minimal stars (7), no tests/CI, untyped Vim Script, but shows sustained maintenance with 11-year history and structured multi-file layout.
aminzai /
lzs_pool_debianlize
Abandoned 2011 Debian/Ubuntu package installation script collection with minimal maintenance, no tests/CI, bare README, and outdated hardcoded package URLs. Tutorial-level utility with negligible ongoing adoption.
aminzai /
AminzaiPlurkBot
14-year-old RSS bot for Plurk social platform with minimal adoption (6 stars), incomplete implementation, and no tests or CI. Main PlurkBot.py uses bare exception handling, untyped Python, and is abandoned since Oct 2010.
06 · Timeline
- Apr 8, 2009Joined GitHub
- Oct 3, 2009Created AminzaiPlurkBot — That can a lot of rss source in the same time, and can repost to plurk.
- Mar 26, 2010Created lzs_pool_debianlize — Lazyscripts deb base pool
- Oct 29, 2011Created vimrc — My vim setting
- Oct 24, 2022Most recent push to vimrc
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.