01 · Roasts
68% Jupyter, 0% Shipping
Two-thirds of your codebase is Jupyter Notebooks, yet totalStars = 0 across all 28 repos. All those cells executed, zero products delivered.
FinanceTracker: The Heist That Never Happened
FinanceTracker was born and died in the same minute on April 12, 2026. Its entire legacy is `print('Hello from finance-tracker!')`. The market trembled, then didn't.
26% Graveyard Rate
staleRepoRatio = 0.26 — over 1 in 4 of your repos haven't been touched in 2+ years. That's not a portfolio, that's a cemetery with a GitHub UI.
64 Commits, 52 Weeks
64 commits in a year works out to barely more than 1 per week — and the heatmap shows you went completely dark for months at a stretch. Consistency is not your love language.
Solo Builder, No Audience
6 followers, 0 stars, 0 forks, 2 PRs all year. soloPct = 22% means you're not even collaborating with yourself that often. The only fan of prakhargaming is prakhar.
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% weight40D
- Consistency20% weight35F
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
128 active days
Language distribution
- Jupyter Notebook68%
- Python17%
- HTML9%
- TypeScript4%
- JavaScript1%
- TeX0%
- Other1%
04 · Numbers
Owned repos
non-fork
23
Commits
last 12 months
64
Followers
6
Joined GitHub
Aug 2021
05 · Top repos
prakhargaming /
prakhar-website
Personal portfolio website built with Next.js/TypeScript featuring RAG-enabled chat, blog system, and MongoDB integration. Typed, documented, structured, with modern tech stack and recent active development (last push Jan 2025).
prakhargaming /
prakhargaming
Personal profile repo serving as a portfolio landing page listing the author's projects. No actual source code, 0 stars, minimal codebase (28 KB), and appears to be a README-only directory structure with no implementation artifacts.
prakhargaming /
FinanceTracker
Empty scaffold project: 43 KB Jupyter Notebook repo with placeholder main.py, no README, no tests, no CI, created and last pushed same minute (2026-04-12), only 3 commits in 30 days.
06 · Timeline
- Aug 15, 2021Joined GitHub
- Jul 23, 2024Created prakhargaming
- Aug 14, 2024Created prakhar-website — my website :)
- Apr 12, 2026Created FinanceTracker — Open-source, AI-driven solution to track finances from multiple sources
- Apr 12, 2026Most recent push to FinanceTracker
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.