01 · Roasts
Commit Vampire
656 commits this year but nearly every single one crammed into the last 6 weeks of the calendar. Weeks 1–46 are a graveyard — your GitHub heatmap looks like someone forgot to pay the electricity bill until April.
Star-Free Zone
14 repos, 0 stars, 0 forks. You've shipped a multi-tenant SaaS (FoundersHQ), a 9-step LLM judge pipeline (QuantiHack), and a Rust+Python trading bot — and not a single soul has starred any of it. The work exists; apparently so does a soundproofed room.
Test-Optional Lifestyle
Only 1 of your 6 analyzed repos has HAS_TESTS=yes. FoundersHQ has CI that literally runs pytest... on a test suite that doesn't exist. That's like installing a smoke detector and removing the batteries.
One-Commit Dump Artist
The Neetcode repo was created and pushed in a 3-second window. Repo created at 06:22:52Z, last commit at 06:22:55Z. That's not a project — that's a zip file with extra steps.
Solo 100% Club
soloPct = 100%. Every single commit, every PR, every issue — all you, all day. You've opened 24 PRs this year on your own repos. That's not collaboration, that's a conversation with yourself on formal letterhead.
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% weight55D
- Consistency20% weight65C
- Quality20% weight72B
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
29 active days
Language distribution
- Java57%
- Python30%
- Jupyter Notebook8%
- TypeScript3%
- Rust1%
- HTML1%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
656
Followers
2
Joined GitHub
Oct 2020
05 · Top repos
TahaKhanM /
QuantiHack
Ascendra MVP backend: FastAPI + SQLAlchemy scoring platform with 9-step LLM judge pipeline, structured multi-context architecture, comprehensive tests, CI, and detailed technical documentation (ARCHITECTURE.md, design.md, STATUS.md).
TahaKhanM /
FoundersHQ
FoundersHQ is a deterministic financial health SaaS for startups combining invoice/transaction analysis with AI-guarded explanations. Full-stack TypeScript+FastAPI with multi-tenancy, CI/CD, and structured docs (design.md, ARCHITECTURE.md, STATUS.md), but no automated tests despite HAS_CI=yes.
TahaKhanM /
CitadelTerminal
Dedicated Java/Python workspace for Citadel Terminal algo competition with comprehensive documentation, structured tooling, and Claude Code integration. No stars or external adoption yet; focused personal project with substantial setup scaffolding and detailed competition guides.
TahaKhanM /
Prosperity
Personal competition workspace for IMC Prosperity 4 trading challenge. Typed Python + Rust codebases with substantial multi-doc architecture guidance, structured research folders, and backtesting tools, but zero external adoption/stars and highly domain-specific.
TahaKhanM /
Neetcode
One-shot collection of 150 NeetCode LeetCode solutions with helpful docstrings, typed hints, and algorithmic explanations. Zero commits beyond initial dump (1 of last 30), no documentation structure, tests, CI, or license.
TahaKhanM /
TahaKhanM
Personal profile / bio repo with README-only content. No functional code, shipped products, or sustained development — entry-level portfolio placeholder by a CS undergraduate.
06 · Timeline
- Oct 31, 2020Joined GitHub
- Feb 21, 2026Created TahaKhanM
- Feb 28, 2026Created FoundersHQ
- Mar 28, 2026Created QuantiHack
- Apr 12, 2026Created Prosperity
- Apr 23, 2026Created CitadelTerminal
- May 7, 2026Created Neetcode — All my solutions for the Neetcode 150
- May 16, 2026Most recent push to FoundersHQ
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.