01 · Roasts
The Ghost of GitHub Past
8 commits in the past year, a heatmap that's 99.9% void, and a stale repo ratio of 0.92. Your GitHub is less a workshop and more a mausoleum — 92% of your repos haven't been touched in over 2 years.
34-Day Wonder
path-to-senior-dev — your most-starred educational repo — had a lifespan of exactly 34 days (Jan 13 to Feb 16, 2021). The series literally called 'path to senior' was abandoned before the first month ended.
CSS is 65% of Your Soul
Two thirds of your entire codebase is CSS. TypeScript is at 6% and Rust at a rounding error. For someone billing themselves as an AI engineer, there is suspiciously little engineering in the public repos.
Community Wallflower
129 followers but 1 PR and 0 issues opened in the past year. You've got an audience that you're not talking back to — total PRsYear=1, totalIssuesYear=0. The engagement is entirely one-directional.
Lone Wolf, Mostly Offline
69% of work is solo and the account is nearly dormant publicly. With multiRepoVolume=74 and totalCommitsYear=8, the only evidence of life is a burst of 6 commits in the final week of the heatmap.
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% weight43D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
3 active days
Language distribution
- CSS65%
- JavaScript20%
- HTML9%
- TypeScript6%
- Rust0%
- EJS0%
04 · Numbers
Owned repos
non-fork
53
Commits
last 12 months
8
Followers
129
Joined GitHub
Apr 2015
05 · Top repos
vilvaathibanpb /
react-rating-tooltip
TypeScript React rating component with full customization; typed, documented, and multi-file structure. Modest adoption (8 stars), no tests/CI, but represents a complete, shipped reusable library.
vilvaathibanpb /
vilvaathiban
A Next.js personal portfolio website featuring an interactive 3D game environment built with React Three Fiber, Zustand state management, and Three.js. Showcases author's work as an AI engineer and educator with structured layouts for talks, blogs, projects, and workshops.
vilvaathibanpb /
path-to-senior-dev
Educational code demo collection for a YouTube video series on browser APIs and web development, with 33 stars, minimal documentation, no CI/tests, and sparse commit activity (14 of 30 days in short 34-day window).
06 · Timeline
- Apr 7, 2015Joined GitHub
- Aug 9, 2018Created react-rating-tooltip — React-rating-tooltip is a simple to use yet completely customizable component for getting use Rating/Reviews.
- Dec 1, 2020Created vilvaathiban — A repo for personal website
- Jan 13, 2021Created path-to-senior-dev — A repo with collection of code demos for Path to Senior Developers initiative
- Apr 23, 2026Most recent push to vilvaathiban
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.