01 · Roasts
Graveyard Developer
508 commits in a year but your heatmap looks like a patient flatlining — 10+ consecutive zero-weeks, followed by a burst, followed by more flatlines. Consistency isn't a sprint, Atishay.
med-flops is peak irony
You named it 'med-flops' and then delivered: scripts/train.py calls functions that don't exist. It literally cannot run. The repo title is autobiographical.
79% Jupyter Notebook
'Breadth focused dev' — yet 4 out of every 5 bytes you've pushed is a Jupyter Notebook. That's not breadth, that's a ML homework folder with ambition.
2-Commit Club
Two of your three analyzed repos have exactly 2 commits. That's not a project, that's a git init and a panic push. Even your 'best' repo (leetcode-analytics) has only 2 commits.
3 Followers, 56 Repos
56 public repos, 3 followers. That's a follower-per-repo ratio of 0.05. At this rate you'll hit double-digit followers sometime around 2031.
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% weight37F
- Depth15% weight20F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
111 active days
Language distribution
- Jupyter Notebook79%
- JavaScript9%
- Dart5%
- TypeScript2%
- HTML1%
- Python1%
- Other3%
04 · Numbers
Owned repos
non-fork
40
Commits
last 12 months
508
Followers
3
Joined GitHub
Aug 2023
05 · Top repos
Atishyy27 /
leetcode-analytics
Early-stage Chrome extension for LeetCode analytics with working MVP: fetches problem ratings from zerotrac dataset, renders charts via Chart.js. 6 stars, ~800 KB, typed JavaScript project with CSS styling and GraphQL integration—but lacks tests, CI, license, and git structure fundamentals (.gitignore). Only 2 commits
Atishyy27 /
med-flops
One-shot pneumonia detection with federated learning repo; ~6.3 KB codebase built in <3 hours (7 commits), untyped Python, no tests/CI/license; fl_core.py has incomplete stubs and scripts/train.py calls undefined functions, breaking runability.
Atishyy27 /
exe-web-app
Single-day Tauri+Rust tic-tac-toe executable with minimal commits (2 of last 30), untyped frontend, no tests/CI, and a 2-line README. Educational scaffold with working game logic but no production polish or documentation.
06 · Timeline
- Aug 12, 2023Joined GitHub
- Mar 10, 2024Created exe-web-app — web app as an executable file
- Jun 26, 2025Created med-flops
- Aug 9, 2025Created leetcode-analytics — LeetCode Analytics is a Chrome extension that embeds rating-based insights directly into your LeetCode profile. It shows a distribution of solved problem ratings, topic breakdowns,
- Aug 14, 2025Most recent push to leetcode-analytics
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.