01 · Roasts
The Museum Curator
Your top repos are a 2012 Chrome extension, a 2013 Google I/O fork, and a 2014 Gradle plugin — all explicitly deprecated. You're not a developer, you're an archivist of your own abandoned work.
8 Commits in a Year
totalCommitsYear=8. That's not a maintenance mode, that's a flatline. Your heatmap looks like it's describing someone else's active 2017 — whoever that person was, they haven't been seen since.
92% Java, Zero Tests
You wrote 92% of your public code in Java — a language famous for verbose, type-safe boilerplate — and somehow still shipped zero repos with a test suite. That takes a special kind of discipline.
StaleRepoRatio: 1.0
A staleRepoRatio of 1.0 means every single one of your 110 repos was last pushed more than 2 years ago. Not most. Not many. All of them. The entire portfolio is a time capsule.
113 Followers, Nothing to Show
113 people followed you — presumably when you were shipping something interesting circa 2015–2018. They're still subscribed to a newsletter that stopped publishing. Respect the nostalgia.
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% weight18F
- Consistency20% weight20F
- Quality20% weight42D
- Depth15% weight20F
- Breadth10% weight30F
- Community10% weight40D
03 · Stats
365-day commit heatmap
276 active days
Language distribution
- Java92%
- JavaScript4%
- CSS1%
- Python1%
- Shell0%
- Makefile0%
- Other2%
04 · Numbers
Owned repos
non-fork
28
Commits
last 12 months
8
Followers
113
Joined GitHub
Apr 2009
05 · Top repos
skyisle /
gradle-jacoco-android
Deprecated Android testing utility providing JaCoCo coverage integration for Gradle. Small, abandoned codebase (17 stars, last push April 2014) with minimal maintenance and clear obsolescence message. Typed Java with working sample project but no tests or CI.
skyisle /
iosched
Deprecated Google I/O 2013 Android conference app; no README, no tests/CI, minimal maintenance since 2013. Java codebase with structured provider/sync architecture but lacks modern documentation and quality infrastructure.
skyisle /
nendic-ext
Korean-language Naver dictionary Chrome extension from 2012. Functional but thin project with no tests, CI, or license. Untyped JavaScript, minimal docs beyond README wiki link. 23 commits across 2 days suggests one-off delivery.
06 · Timeline
- Apr 8, 2009Joined GitHub
- Apr 17, 2012Created nendic-ext — 네이버 영어사전 크롬 익스텐션(Naver English Dictionary Chrome Extension)
- Jul 13, 2012Created iosched — DEPRECATED : use official repository
- Feb 14, 2014Created gradle-jacoco-android — DEPRECATED : Use gradle android plugin 0.10.+ it support jacoco coverage.
- Apr 15, 2014Most recent push to gradle-jacoco-android
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.