01 · Roasts
The Burst-and-Ghost Developer
Your heatmap is a horror movie: 6 weeks of frantic 4-intensity bursts followed by months of absolute silence. That's not a development cadence, that's a panic attack.
21 Commits to a README
kushalag02 — your profile repo — has 21 recent commits and contains exactly zero lines of code. You are iterating on your bio with the dedication most engineers reserve for production systems.
Zero PRs, Zero Issues, 100% Solo
totalPRsYear=0, totalIssuesYear=0, soloPct=100. You've been on GitHub since 2022 and have never once touched another person's code. GitHub is a social network and you're in silent mode.
1 Star Across 32 Repos
32 public repos. 1 total star. That's a 0.03 star-per-repo ratio. At this trajectory, you'll hit double digits sometime around 2045.
LeetCode Logger
leet-sync is your highest-depth project — a C++ archive of LeetCode solutions with no README and an inline comment that literally says '// Review the question again'. Relatable, but not exactly a portfolio piece.
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% weight25F
- Consistency20% weight35F
- Quality20% weight28F
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
37 active days
Language distribution
- JavaScript31%
- Jupyter Notebook26%
- HTML13%
- C++9%
- TypeScript8%
- CSS7%
- Other6%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
221
Followers
20
Joined GitHub
Nov 2022
05 · Top repos
kushalag02 /
milodoctor
Full-stack TypeScript/Next.js healthcare appointment booking app with Appwrite backend. Structured project with typed code, forms validation, and basic documentation, but minimal adoption signals and recent sparse commit activity (7 commits in last 30 days).
kushalag02 /
leet-sync
Personal LeetCode solutions collection in C++/SQL with no README, tests, CI, or documentation. ~1050 KB archive of algorithmic problems with occasional inline comments but minimal structure.
kushalag02 /
kushalag02
Personal profile repository containing only a README with social links and about-me bio; no code or project substance. Fits the "empty scaffold" category with minimal meaningful content.
06 · Timeline
- Nov 20, 2022Joined GitHub
- Oct 25, 2023Created kushalag02
- May 16, 2024Created leet-sync
- Jul 8, 2024Created milodoctor
- Apr 21, 2026Most recent push to leet-sync
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.