01 · Roasts
One-Hit Wonder (With Receipts)
36,439 stars on reactive-resume is genuinely impressive — but your next most-starred repo is at 317. That's a 99.1% star concentration ratio. The rest of your 183 repos are basically a support group for one breakout hit.
Following 5 People Like a Hermit
1,872 followers, following 5. You have a follower-to-following ratio of 374:1. Either you're extremely selective or you just forgot GitHub has a social feed. Either way, the community dimension took the hit.
432 Commits and Calling It a Year
For someone running a 36k-star project, 432 public commits in a year is… modest. That's barely more than one commit per day on weekdays. The heatmap shows weeks-long silence between bursts — classic 'sprint and hibernate' energy.
183 Repos, 27% Graveyard
With a staleRepoRatio of 0.27, roughly 49 of your 183 repos haven't been touched in 2+ years. That's a lot of digital tumbleweeds. The repo list is less a portfolio and more an archaeological dig.
Bug Repo Snuck Into The Sample
better-auth-passkeys-error is literally a bug reproduction repo that made it into your top analyzed projects. With 0 stars, no tests, no CI, and 3 commits, it's doing a lot of damage to your quality weighted average for something that should have been a GitHub Gist.
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% weight83A
- Consistency20% weight55D
- Quality20% weight79B
- Depth15% weight78B
- Breadth10% weight65C
- Community10% weight55D
03 · Stats
365-day commit heatmap
173 active days
Language distribution
- TypeScript36%
- CSS33%
- JavaScript13%
- HTML5%
- Jupyter Notebook5%
- Dart4%
- Other4%
04 · Numbers
Owned repos
non-fork
82
Commits
last 12 months
432
Followers
1,872
Joined GitHub
Oct 2011
05 · Top repos
amruthpillai /
reactive-resume
Production-ready TypeScript resume builder with 36k+ stars, full test coverage, CI/CD pipelines, comprehensive documentation, and multi-template architecture. Actively maintained with real-time data sync, rich editing features, and privacy-first design.
amruthpillai /
ResumeOnTheWeb-Gatsby
Well-structured personal portfolio/resume site built with Gatsby, React, and Tailwind CSS. Demonstrates strong technical execution with live deployment, dark mode support, Three.js animations, and modular component architecture. No tests or CI/CD pipeline. Indie project with meaningful documentation and ~4-year traject
amruthpillai /
better-auth-passkeys-error
Minimal reproduction repo for a better-auth passkey bug. TypeScript, structured with src/ layout and documented README explaining the issue. Single-week sprint project with 3 commits in ~3 weeks.
06 · Timeline
- Oct 18, 2011Joined GitHub
- Mar 25, 2020Created reactive-resume — A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
- Apr 18, 2020Created ResumeOnTheWeb-Gatsby — Everyone needs their own little spot on the interwebs, and this is mine. Welcome to my resume, on the web!
- Feb 9, 2026Created better-auth-passkeys-error — This repository is a minimal reproduction of the bug described in [this issue](https://github.com/better-auth/better-auth/issues/7463)
- Apr 24, 2026Most recent push to reactive-resume
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.