01 · Roasts
The Fossil Collector
Two of your three scored repos haven't seen a commit since 2010–2011. rails3-activity-streams peaked in the era of flip phones; Railscasts-Downloader is older than most JavaScript frameworks. Time to archive.
Test? What Test?
rails3-activity-streams' test suite is literally one line: 'flunk'. That's not a test, that's a philosophical statement about the futility of effort. Railscasts-Downloader didn't even bother with that.
148 Commits, Mostly Silence
148 commits in a year across 61 repos sounds industrious until you look at the heatmap — 30+ weeks of pure zeros. That's not a work pattern, that's geologic sedimentation.
Solo Forever
soloPct = 100 across every analyzed repo. Not a single collaborator, contributor, or external PR merged. GitHub's a social network and you're using it as a personal file cabinet.
Java Who?
Java is 64% of your language bytes but zero of your scored repos touch it. There's an entire hidden continent of abandoned Java work lurking in those 61 repos that even the analysis couldn't find worth surfacing.
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% weight35F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
32 active days
Language distribution
- Java64%
- Ruby29%
- Shell7%
- JavaScript0%
- Batchfile0%
- CSS0%
04 · Numbers
Owned repos
non-fork
36
Commits
last 12 months
148
Followers
22
Joined GitHub
Apr 2009
05 · Top repos
grzegorzblaszczyk /
fixerio-client
Ruby gem wrapping fixer.io currency API with modular client design, CI/tests, and docs. Zero adoption signals but functional, typed-adjacent structure with RSpec coverage.
grzegorzblaszczyk /
rails3-activity-streams
One-shot Rails 3 activity-streams gem from 2010 with minimal commits, untested implementation, and no CI infrastructure. Historic artifact with 17 stars but no ongoing development.
grzegorzblaszczyk /
Railscasts-Downloader
Quick one-off Ruby script (96 KB) for downloading Railscasts episodes from RSS; minimal docs, no tests/CI, 2 commits over ~8 months in 2010-2011. Purely utilitarian, abandoned project.
06 · Timeline
- Apr 10, 2009Joined GitHub
- Dec 23, 2010Created rails3-activity-streams — Rails 3 gem base upon activity-streams
- Dec 26, 2010Created Railscasts-Downloader — Quick'n'dirty ruby script for downloading Railscasts episodes from RSS feed
- Sep 29, 2018Created fixerio-client — Get latest or historic currency rates for base EUR from fixer.io
- Apr 24, 2026Most recent push to fixerio-client
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.