01 · Roasts
The Great Hibernation
totalCommitsYear=0 and staleRepoRatio=1.0 — every single one of your 116 repos is abandoned. The last meaningful push was July 2019. Your GitHub is a museum, not a workshop.
Emacs Config Hoarder
50% of your codebase by bytes is Emacs Lisp. Half your GitHub presence is configuring the tool you apparently stopped using to write code with.
The One-Month Sprinter
mybt_coin: 3 months. build-an-api-rails-demo: 1 month. Gstar: 1 month. You have a consistent pattern — burst, abandon, repeat. Longest streak on record: probably a long weekend.
Empty Test Files
build-an-api-rails-demo has test files that are entirely commented-out assertions. That's not testing, that's a to-do list you left in a burning building.
161 Followers, 0 Commits
161 people are following an account that produced zero public commits this year. They signed up for a newsletter that stopped printing in 2019.
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% weight55D
- Quality20% weight32F
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
5 active days
Language distribution
- Emacs Lisp50%
- JavaScript20%
- C13%
- HTML6%
- Ruby5%
- CSS3%
- Other3%
04 · Numbers
Owned repos
non-fork
57
Commits
last 12 months
0
Followers
161
Joined GitHub
Apr 2009
05 · Top repos
baya /
mybt_coin
Educational Bitcoin implementation in C demonstrating blockchain concepts (blocks, transactions, UTXO, wallets). Typed C code with tests and structured organization but minimal adoption, no CI, and dated (2017-2018).
baya /
Gstar
Personal search tool for GitHub starred projects with full-text indexing. Ruby + AngularJS app with inverted index built on SQLite. Active Oct 2013 only, minimal ongoing maintenance.
baya /
build-an-api-rails-demo
Rails 4 API demo project with basic user/micropost endpoints, incomplete README, sparse tests, and no CI. One-off educational reference implementation from 2015.
06 · Timeline
- Apr 13, 2009Joined GitHub
- Sep 2, 2013Created Gstar — Help searching your github starred projects
- May 2, 2015Created build-an-api-rails-demo — build-an-api-rails-demo
- Oct 21, 2017Created mybt_coin — 高仿比特币, 目的是帮助人们在本地环境轻松并且完整地验证区块链技术的核心概念和核心算法
- Jan 22, 2018Most recent push to mybt_coin
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.