01 · Roasts
34 PRs Merged Elsewhere, 2 Stars at Home
You've opened 34 external PRs this year contributing to run-llama and Vercel AI SDK, yet your own repos have accumulated a grand total of 2 stars combined. The contractor lifestyle suits you, but have you considered shipping something people can actually find?
62% Graveyard Rate
staleRepoRatio of 0.62 means nearly two-thirds of your 85 repos haven't been touched in over two years. That's not a portfolio — that's a digital landfill with occasional green shoots.
CI? Never Heard of Her
Across all three analyzed repos — MapReduce, chess, Justice_link — not a single one has CI configured. You write tests (credit where it's due) but apparently trust the vibes to deploy them.
58 Commits in a Year, Mostly in Q4
Your heatmap is a ghost town until week 36, then suddenly you're alive again. 58 total commits for the year is less than one per week. Your GitHub is seasonal — like a pumpkin patch.
SIH Winner, README Dropout
Justice_link won Smart India Hackathon 2023, a legitimately impressive achievement — but the codebase is 3 weeks old, has no CI, and no license. The trophy is real; the engineering discipline, still loading.
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% weight48D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
273 active days
Language distribution
- JavaScript59%
- Dart22%
- TypeScript7%
- C++4%
- CMake3%
- Go3%
- Other2%
04 · Numbers
Owned repos
non-fork
39
Commits
last 12 months
58
Followers
97
Joined GitHub
Apr 2023
05 · Top repos
AVtheking /
Justice_link
Flutter-based legal aid app for undertrial prisoners, winner of SIH 2023. Typed language, documented via README, structured multi-file layout with backend integration. Minimal adoption (1 star), young codebase (~3 weeks old).
AVtheking /
chess
Personal multiplayer chess game using Flutter frontend and Node.js backend. Early-stage project with working socket.io gameplay, Firebase auth, and RiverPod state management, but minimal adoption (1 star), no CI/tests, and unpolished code quality.
AVtheking /
MapReduce
Go implementation of MapReduce with master-worker coordinator, gRPC support, typed code, and comprehensive test suite. Personal learning project with 0 stars, no docs, experimental scope.
06 · Timeline
- Apr 30, 2023Joined GitHub
- Sep 19, 2023Created chess — Multiplayer chess game
- Dec 6, 2023Created Justice_link — SIH 2023 winning Project for the Ministry of Justice and Law
- Apr 16, 2026Created MapReduce
- Apr 25, 2026Most recent push to MapReduce
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.