01 · Roasts
Heatmap? More like Heatspot
45 out of 52 weeks are completely dark. Your entire public commit history fits in a 7-week burst — the GitHub equivalent of cramming before finals.
NeetCode did the work for you
neetcode-submissions is literally auto-generated by NeetCode.io's sync feature. Congrats on your most active repo being written by someone else's bot.
AI-Study-Assistant (Coming Never)
Your AI Study Assistant repo is 2 KB, has no source files, and contains exactly one line of README: the project title. That's not a project, that's a sticky note.
100% Solo, 0% Audience
soloPct = 100, totalPRsYear = 0, followers = 3. You've been coding in a sealed room. Not one PR, not one issue, not one external interaction in the past year.
81% JavaScript and Counting
Four repos, one domain (web), one language family. Amazon clone, chatbot, todo list, RPS game — you've built the entire frontend tutorial hall of fame and stopped there.
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% weight55D
- Quality20% weight28F
- Depth15% weight45D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
21 active days
Language distribution
- JavaScript81%
- CSS9%
- HTML5%
- Python4%
- Other1%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
101
Followers
3
Joined GitHub
Dec 2022
05 · Top repos
JamilHassiba /
web-developement-practice
Personal practice portfolio with 4 JavaScript frontend projects (Amazon clone, chatbot, todo, Rock-Paper-Scissors). Untyped vanilla JS and React, no CI/tests except 3 test files in Amazon project. Minimal README, 3.4 MB codebase organized across projects but thin docs.
JamilHassiba /
neetcode-submissions
Auto-synced NeetCode problem submissions repo; minimal personal value—starter LeetCode practice project with 0 stars, no tests/CI, 5KB codebase, 8 commits in 2 weeks. Pure tutorial/scaffold.
JamilHassiba /
AI-Study-Assistant
Empty scaffold repo with only a bare README title and .gitignore. Zero commits beyond initial creation, 2 KB total size, no source files, no typed language, no tests or CI.
06 · Timeline
- Dec 29, 2022Joined GitHub
- Jul 4, 2026Created AI-Study-Assistant
- Jul 7, 2026Created web-developement-practice
- Jul 30, 2026Created neetcode-submissions — My NeetCode.io problem submissions
- Aug 12, 2026Most recent push to neetcode-submissions
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.