01 · Roasts
The Week-Long Wonder Factory
All three repos were created AND last pushed within the same week (April 20–26, 2026). That's not a portfolio — that's a very productive Tuesday through Sunday.
7 Commits in 52 Weeks
The entire year's public output is 7 commits scattered across 4 heatmap cells. Your contribution graph looks like it has a rare skin condition.
Stars: 0. Forks: 0. Followers: 2.
With 0 stars, 0 forks, and 2 followers (probably yourself and someone who clicked by accident), the GitHub social graph is basically a mirror.
CI Without Tests is Just Vibes
dashboard has a deploy.yml CI pipeline but zero tests. You've automated the deployment of untested code — congratulations on shipping bugs faster.
Personal Tools All the Way Down
A personal home server dashboard, a personal job tracker, a personal LocalStack helper. Sagar is extremely well-served by Sagar's software. The rest of us are on our own.
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% weight30F
- Consistency20% weight55D
- Quality20% weight42D
- Depth15% weight25F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
5 active days
Language distribution
- JavaScript44%
- HTML28%
- Python24%
- CSS3%
- Shell1%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
7
Followers
2
Joined GitHub
Mar 2018
05 · Top repos
sagar-u3 /
dashboard
Personal home server dashboard using FastAPI + vanilla JS. Ships with CI (deploy.yml) but lacks tests, typed code, docs, and has only 3 commits in 6 days. Early-stage experimental tool with functional core but immature implementation.
sagar-u3 /
localstack-fullstack
Very recent React/Vite UI tool for LocalStack AWS resource management. Has typed React components, docker-compose setup, and README. Minimal commits (2 of 30), no tests, untyped JS. Early-stage experimental project with ~52 KB total size.
sagar-u3 /
job_application_tracker
Early-stage personal job tracker project with typed FastAPI backend and MongoDB, but minimal polish and no tests/CI. Shows functional intent but lacks production-readiness markers.
06 · Timeline
- Mar 24, 2018Joined GitHub
- Feb 11, 2026Created localstack-fullstack
- Apr 20, 2026Created dashboard — dashboard to manage my mini server running on my old laptop at home
- Apr 20, 2026Created job_application_tracker — to keep a record of job applications
- Apr 26, 2026Most recent push to dashboard
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.