01 · Roasts
16 Commits in 52 Weeks
Your entire year of public output fits in a single sprint. The heatmap has more empty weeks (38+) than a developer on sabbatical. 'I make websites :)' but apparently not very often.
The Storybook Overachiever
72 Button story variations in zap — you documented every conceivable button state but couldn't find time to write a single test. The most tested thing in your portfolio is a button that does nothing yet.
71% Graveyard Ratio
Over two-thirds of your 29 repos haven't been touched in 2+ years. Your GitHub profile is less a portfolio and more an archaeological dig site.
ML Career Lasted 5 Minutes
glass-identification: created 2019-10-06, last commit 2019-10-06, two commits five minutes apart. Whatever your data science ambitions were, they peaked and died within a single lunch break.
Zero External Contributions
0 PRs, 0 issues filed in the past year. You follow 91 people and have contributed code to exactly none of their projects. GitHub is a social network and you're lurking in the back.
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% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
31 active days
Language distribution
- TypeScript42%
- JavaScript23%
- Python12%
- Ruby6%
- HTML5%
- CSS3%
- Other9%
04 · Numbers
Owned repos
non-fork
24
Commits
last 12 months
16
Followers
17
Joined GitHub
Jul 2018
05 · Top repos
notadilnaqvi /
zap
TypeScript Next.js e-commerce experiment integrating Commercetools, Algolia, Prismic with Radix UI and Tailwind. Under construction with ~10MB codebase, component library, and Storybook coverage.
notadilnaqvi /
portfolio-website
Personal portfolio website in React showing multiple academic/professional projects. 6 years of commits, structured layout with components, MIT licensed, but untyped JavaScript with no tests or CI.
notadilnaqvi /
glass-identification
One-shot ML classification experiment comparing KNN, SVM, and neural network on glass composition dataset. Minimal documentation, no tests, no CI, sparse commit history (2 commits in 5 minutes on 2019-10-06).
06 · Timeline
- Jul 26, 2018Joined GitHub
- Oct 6, 2019Created glass-identification — Implemented 3 AI techniques (KNN, SVM & Artificial Neural Network) to identify glass based on its composition
- Mar 6, 2020Created portfolio-website — A personal portfolio website made using React
- Dec 4, 2022Created zap — ZAP is where I experiment with Next.js, Tailwind, Radix UI, Storybook, Commercetools, Algolia, Prismic
- Feb 13, 2026Most recent push to portfolio-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.