01 · Roasts
LeetHub Did the Heavy Lifting
Your most active repo has 0 original commits — LeetHub v2 auto-pushed every single solution. Your real commit count for that repo might be closer to zero keystrokes of git.
Six Languages, Three Repos
Python 66%, Haskell 16%, C++ 2%... you've got a fascinating language cocktail going on, yet somehow only three public repos to show for it. Where's the C++ project? Where's the Haskell project? The portfolio is a stub.
The CI Desert
Zero CI pipelines. Zero test suites. Across every single repo. You're at Warwick studying CS and not one green checkmark exists on your profile — not even a linted Python script.
1073 Commits, Mostly to Practice Problems
1073 commits in a year is genuinely respectable hustle, but the vast majority appear concentrated in a LeetCode dump. That's training, not shipping.
38 Followers, 0 Issues Filed
You have 38 followers but have filed zero issues this year on any public repo. You consume open source but leave no fingerprints — a silent lurker with a fan club.
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% weight20F
- Consistency20% weight65C
- Quality20% weight33F
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
137 active days
Language distribution
- Python66%
- Haskell16%
- HTML10%
- JavaScript3%
- CSS3%
- C++2%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
1,073
Followers
38
Joined GitHub
Feb 2022
05 · Top repos
armaan-nagra /
Leetcode
Personal LeetCode practice repository with ~80 solved problems auto-generated via LeetHub v2. Untyped Python solutions lack tests, CI, documentation beyond the README list, and meaningful project structure. Limited adoption signal.
armaan-nagra /
personal-website
Personal portfolio website written in plain HTML/CSS. Minimal scope: home page, blog with 1 post, reading list. No tests, CI, or build process. Shows basic web craftsmanship but lacks documentation, structure, and production readiness.
armaan-nagra /
Armaan-Nagra
GitHub profile config repo with README but no meaningful code. 30 commits over ~3 years on a 66KB scaffold containing only profile metadata and links.
06 · Timeline
- Feb 13, 2022Joined GitHub
- Sep 27, 2022Created Armaan-Nagra — Config files for my GitHub profile.
- Aug 12, 2025Created Leetcode — A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)
- Nov 15, 2025Created personal-website
- Apr 20, 2026Most recent push to personal-website
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.