01 · Roasts
Notebook Hoarder
47% of your codebase is Jupyter Notebooks — you're basically a data scientist cosplaying as a web developer. Pick a lane or at least .py-ify your scripts before shipping them.
Commit Sprinter, Not a Marathon Runner
3,511 commits in a year sounds heroic until you look at the heatmap: 20 consecutive weeks of daily 4s followed by a cliff into all-zeros. You burn bright and burn out.
Star-Crossed
82 public repos, 34 total stars. That's 0.41 stars per repo. ForexRadar has 0. ExplainRFC has 1. Your code ships; the world just hasn't noticed yet.
Blueprint Overengineering
Two of your five analyzed repos are scaffold smoke-test templates for... other repos. You're building the runway before you have a plane. Ship the plane first.
201 PRs, 72 Followers
You filed 201 PRs this year — more than most engineers do in a career — yet you have 72 followers. You're contributing in silence. Time to blog, tweet, or at least write a compelling bio.
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% weight56D
- Consistency20% weight80A
- Quality20% weight72B
- Depth15% weight70B
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
201 active days
Language distribution
- Jupyter Notebook47%
- JavaScript12%
- Python11%
- TypeScript11%
- CSS8%
- Astro4%
- Other7%
04 · Numbers
Owned repos
non-fork
44
Commits
last 12 months
3,511
Followers
72
Joined GitHub
Nov 2019
05 · Top repos
avishj /
ExplainRFC
TypeScript + Astro site with interactive 3D RFC visualizations (TCP, BGP). Well-typed, documented (ARCHITECTURE.md, design.md, STATUS.md), structured multi-file layout, CI/CD in place. 6 months of active development, ~20k LOC. No tests but strong architectural design and production-ready tooling.
avishj /
ForexRadar
TypeScript/Bun webapp for tracking Visa/Mastercard/ECB exchange rates with historical data, CSV backend, Astro frontend, comprehensive CI/CD automation, and documented architecture.
avishj /
optifli
Python flight optimization CLI with solid typed architecture, comprehensive test coverage, CI/CD, and structured documentation. Young project (3 months old, 30 commits) with 0 stars but non-trivial scope (680KB codebase, domain-specific routing engine).
avishj /
blueprints-smoke-python-cli
Experimental Python CLI scaffold with strong CI/testing/docs setup but minimal scope (single 'hello' command, 166 KB, 0 stars). Demonstrates best practices for tool structure but lacks production footprint.
avishj /
blueprints-smoke-astro-ts-react
Minimal scaffold/smoke test repo for blueprints template; typed + documented + structured, but zero adoption signal. Core motion library shows competent TypeScript patterns.
06 · Timeline
- Nov 21, 2019Joined GitHub
- Dec 29, 2024Created ForexRadar — An webapp to track Visa / MasterCard / ECB exchange rates with history and alerts.
- Jan 10, 2026Created ExplainRFC — A (pretty) cool website to learn about and understand different IETF RFCs.
- Mar 31, 2026Created optifli — CLI-first flight optimization engine for multi-city itineraries.
- May 2, 2026Created blueprints-smoke-python-cli — Smoke repo for avishj/blueprints python-cli stack.
- May 2, 2026Created blueprints-smoke-astro-ts-react — Smoke repo for avishj/blueprints astro-ts-react stack.
- Aug 30, 2026Most recent push to ForexRadar
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.