01 · Roasts
16-Year GitHub Veteran, 1 Commit This Year
You joined GitHub in April 2009 — before most current devs had heard of it — and your contribution in the last 365 days is a single commit to an empty repo called 'st'. That's a legacy.
The 'st' Incident
The repo 'st' was created and last-pushed within the same second on 2025-04-07. You initialized a repo, blinked, and called it a day. It contains a README with only the word 'st'. That is the entire project.
89% Graveyard
staleRepoRatio = 0.89. Nearly 9 in 10 of your public repos haven't seen a commit in over 2 years. Your GitHub is less a portfolio and more an archaeological dig site.
Python Maximalist, Minimalist Coder
90% of your code is Python, but the only star you've ever earned is on a file called a.py full of tutorial comments from 2015. Even the tutorial gave up.
53 Followers, 0 Interactions
You have 53 followers — a respectable audience — yet you filed 0 PRs and 0 issues this year. Your followers are either very patient or very confused about what they're following.
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% weight15F
- Consistency20% weight5F
- Quality20% weight25F
- Depth15% weight10F
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
1 active days
Language distribution
- Python90%
- Shell5%
- Vim Script5%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
1
Followers
53
Joined GitHub
Apr 2009
05 · Top repos
yufei /
chatbot
Tutorial-style Streamlit chatbot template demonstrating OpenAI GPT-3.5 integration. One-shot commit (1 of 30 in last 30 days), 6 KB codebase, zero stars/forks. Clean single-file app with minimal scope; no tests, no CI, untyped Python.
yufei /
techstop
Abandoned Python learning notes repo (1 star, 4 of last 30 commits, last push 2015). Single file with boilerplate Python syntax notes and tutorial comments; no real functionality, tests, documentation, or project structure.
yufei /
st
Empty scaffold with minimal content: 6KB repo, single commit (0 stars), README contains only title "st", no source files, no tests, no CI, untyped language, created and pushed same minute on 2025-04-07.
06 · Timeline
- Apr 24, 2009Joined GitHub
- Jul 20, 2011Created techstop
- Apr 7, 2025Created st
- Nov 15, 2025Created chatbot
- Nov 15, 2025Most recent push to chatbot
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.