01 · Roasts
2 commits, 21 seconds apart
The redis repo went from creation to 'last push' in under half a minute. That's not a project — that's a sneeze into a text editor. CodeCrafters deserves better, and so do you.
49% Jupyter Notebooks
Nearly half your public GitHub footprint is Jupyter notebooks. That's fine for learning, but it means your portfolio is almost majority 'homework vibes'. Ship something runnable.
Tests? CI? What are those?
Zero out of 3 repos have tests. Zero have CI. Zeema even ships a SECURITY_VULNERABILITIES_FOUND.md — a document cataloguing its own wounds — but still no automated safety net. Documenting risk isn't the same as fixing it.
The one real project, quietly rotting
Zeema is genuinely impressive for a solo project — App Store, multi-repo sync, exponential backoff — but it's 6+ months old with 2 stars and a waitlist link going nowhere. The engineering is there; the follow-through isn't.
19 PRs, 0 issues filed
You opened 19 PRs this year but not a single issue. Either every codebase you touched was perfect, or you're shipping without actually engaging with the problem space. Files changed ≠ community participation.
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% weight28F
- Consistency20% weight50D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
141 active days
Language distribution
- Jupyter Notebook49%
- Dart34%
- TypeScript12%
- C++2%
- Python1%
- CSS1%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
410
Followers
18
Joined GitHub
Jul 2024
05 · Top repos
izhaan-s /
Zeema
Flutter eczema tracking app with multi-feature architecture (symptom logging, photo tracking, reminders, lifestyle tracking), local+cloud sync via Drift/Supabase, on App Store, but 2 stars indicates minimal adoption; shipped MVP with typed Dart, structured codebase, and meaningful README docs.
izhaan-s /
memory_tracker
Minimal C memory tracker library with basic malloc/free interception and statistics. No tests, CI, docs, or license; 4KB codebase with 7 commits in 3 days. Untested, undocumented experimental scaffold.
izhaan-s /
redis
CodeCrafters tutorial starter template for Redis challenge, with minimal implementation: bare socket setup in src/main.c, no domain logic, 2 commits in < 1 min, untyped C without tests/CI/license.
06 · Timeline
- Jul 6, 2024Joined GitHub
- Mar 2, 2025Created Zeema — Eczema tracker with flare logging, trigger insights, smart reminders, and visual progress analytics. On App Store.
- Dec 11, 2025Created memory_tracker
- Jan 27, 2026Created redis
- Jan 27, 2026Most recent push to redis
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.