01 · Roasts
The Graveyard Awakens
42 consecutive weeks of zero commits, then suddenly 287 commits crammed into 9 weeks. Your GitHub graph looks less like a developer and more like someone who remembered they have a final exam.
README? More Like READ-NOTHING
Your Portfolio README is literally just the word 'Portfolio'. Your leetcode- README is one sentence. Across 4 repos, you managed to write less documentation than a fortune cookie.
The One-Minute Masterpiece
Portfolio was created and fully 'developed' in under 60 seconds — from repo creation to final push. Even fast food takes longer than that.
Test? Never Heard of Her
0 tests across all 4 repos. 0 CI pipelines. 0 licenses. You've solved binary search but apparently couldn't find the button to add a .gitignore.
Solo Artist, Closed Venue
soloPct = 100%, 2 PRs all year, 0 issues, 3 followers. You've been coding in a sealed chamber — GitHub is a social platform and you're treating it like a private diary.
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% weight18F
- Consistency20% weight55D
- Quality20% weight41D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
59 active days
Language distribution
- Java54%
- HTML28%
- C++12%
- CSS6%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
287
Followers
3
Joined GitHub
Apr 2025
05 · Top repos
harshagrawal1003 /
leetcode-
Personal LeetCode solution collection with 2 stars, 13 solved problems, Java+C++, typed code but minimal documentation. No tests, CI, or license. Active over ~2 months with 30 commits.
harshagrawal1003 /
gfg
Personal practice repository containing 30 GeeksforGeeks DSA problem solutions in Java/C++. Lacks tests, CI, license, gitignore, and meaningful project structure. Code works but is hacky with minimal documentation beyond README intent.
harshagrawal1003 /
Recipee
Beginner HTML/CSS practice project for Indian recipe website (Gulab Jamun, Barfi) with gradient backgrounds and hover effects. Learning-focused, minimal scope, no tests or CI.
harshagrawal1003 /
Portfolio
Basic portfolio static site with minimal documentation and a single push. Two source files (HTML + CSS) show competent front-end layout work but represent a one-off project with no evolution or meaningful architecture.
06 · Timeline
- Apr 22, 2025Joined GitHub
- Mar 29, 2026Created leetcode-
- Mar 29, 2026Created gfg
- Apr 22, 2026Created Portfolio
- May 5, 2026Created Recipee — A Recipe Website to practice CSS
- May 27, 2026Most recent push to leetcode-
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.