01 · Roasts
One Commit Year
totalCommitsYear = 1. Not one commit per day, not one per week — one for the entire year. The heatmap has more blank squares than a crossword puzzle.
The Graveyard Keeper
79% of your repos haven't been touched in over 2 years. You're not maintaining a portfolio — you're curating a museum of abandoned side projects from the Obama administration.
isbn: Your Magnum Opus Is 11 Years Old
Your highest-scoring repo is a 5-star Indian book price scraper last committed in July 2013. It's old enough to have its own GitHub account by now.
Quality? We Don't Do That Here
Across all three scored repos: zero tests, zero CI pipelines, and two out of three have no README at all. You commit code and then just... leave it there.
Interview Repo as Portfolio Anchor
Your most recent repo, osc, is a deliberately buggy interview exercise scaffold you created in a single day. Nothing says 'active developer' like checking in someone else's homework.
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% weight28F
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
149 active days
Language distribution
- Ruby61%
- HTML19%
- JavaScript7%
- Java6%
- Dockerfile3%
- Shell2%
- Other2%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
1
Followers
42
Joined GitHub
Apr 2009
05 · Top repos
j-manu /
isbn
Niche 2013 Ruby web scraper for Indian book price comparison using Goliath async framework. Minimal adoption (5 stars), no tests/CI, thin documentation, and abandoned for 11 years.
j-manu /
talks
Conference talk demo repository with multiple Rails demo apps exploring async patterns and performance benchmarking. Lacks documentation, tests, CI, and minimal recent activity (4 of 30 commits).
j-manu /
osc
Bare Spring Boot tutorial exercise with no README, no tests, no CI, no license. Fresh repo (created 2026-03-12, only 1 commit in last 30 days, 8 KB) containing incomplete interview exercise code. Intentionally buggy starter project lacking documentation and real-world applicability.
06 · Timeline
- Apr 10, 2009Joined GitHub
- Apr 22, 2012Created isbn — Compare book prices across indian ecommerce stores
- Aug 26, 2023Created talks
- Mar 12, 2026Created osc
- Mar 12, 2026Most recent push to osc
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.