01 · Roasts
92% Vim Script Enjoyer
107,905 total stars and your language distribution is basically a pie chart with one slice. Vim Script: 92%. Shell: 4%. Everything else: a rounding error. You didn't just pick a niche — you married it, had children with it, and named them all vim-something.
26 Commits This Year
You have 23,259 followers watching your every move, and your every move this year was… 26 commits. That's one commit per fortnight. The fans deserve better, Tim.
No Tests. Ever. Across 85 Repos.
vim-fugitive: no tests. vim-surround: no tests. vim-bundler: no tests. 85 repos, 16+ years on GitHub, and the CI badge remains a myth. You are either supremely confident or supremely allergic to green checkmarks.
64% Stale Repo Graveyard
6 in 10 of your repos haven't been touched in over 2 years. You're not maintaining a portfolio — you're curating a museum of solved problems. The plaque reads: 'It worked. I left.'
Following 20 People Since 2008
Joined GitHub in 2008, amassed 23k followers, and you follow exactly 20 people back. A 1,163:1 ratio. You're not on GitHub for the social features — you're here to drop plugins and disappear into the void.
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% weight98S
- Consistency20% weight60C
- Quality20% weight77B
- Depth15% weight87A
- Breadth10% weight30F
- Community10% weight75B
03 · Stats
365-day commit heatmap
204 active days
Language distribution
- Vim Script92%
- Shell4%
- Lua3%
- Ruby1%
- Python0%
- Scheme0%
04 · Numbers
Owned repos
non-fork
80
Commits
last 12 months
26
Followers
23,259
Joined GitHub
Feb 2008
05 · Top repos
tpope /
vim-fugitive
Legendary Vim plugin for Git integration with 21.6k stars, comprehensive doc/fugitive.txt, structured autoload/ architecture, and sustained multi-year development since 2009.
tpope /
vim-surround
14k-star Vim plugin enabling deletion/change/addition of paired delimiters and tags through elegant motion-based commands. Well-documented with comprehensive help file, robust Vimscript implementation, but lacks tests and CI.
tpope /
vim-bundler
Lightweight Vim plugin (404 stars) for Ruby Bundler integration with 14+ years of active maintenance. Features syntax highlighting, Gemfile.lock navigation, and seamless gem opening. Well-documented via README and doc/bundler.txt, properly structured with plugin/compiler/doc directories, but no tests or CI.
06 · Timeline
- Feb 18, 2008Joined GitHub
- Sep 11, 2008Created vim-surround — surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease
- Oct 9, 2009Created vim-fugitive — fugitive.vim: A Git wrapper so awesome, it should be illegal
- Aug 22, 2011Created vim-bundler — bundler.vim: Lightweight support for Ruby's Bundler
- Mar 7, 2026Most recent push to vim-fugitive
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.