01 · Roasts
The Vanishing Act
24 commits in the last year across 57 repos. That's one commit per repo every 2.4 years. At this rate, your GitHub will be legally classified as a museum by 2027.
CI? Never Heard of Her
Zero CI pipelines across every single analyzed repo. django-nextjs-boilerplate, DataGaze, personal-website — all flying blind. You're shipping vibes, not software.
SQL Injection Speedrun
DataGaze has SQL injection vulnerabilities baked in. You built an analytics tool that could get analyzed right back. Hope no one's running that in prod.
57 Repos, 127 Stars
That's 2.2 stars per repo on average. The breadth is admirable, the stale ratio of 59% is not. Over half your repos are on life support — or already gone.
import stack_overflow from StackOverflow
Your bio is funnier than your commit history. 1 PR opened this year, 0 issues. The memes are shipping faster than the code.
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% weight48D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
14 active days
Language distribution
- Python24%
- Jupyter Notebook23%
- JavaScript17%
- CSS11%
- TypeScript7%
- HTML5%
- Other13%
04 · Numbers
Owned repos
non-fork
41
Commits
last 12 months
24
Followers
89
Joined GitHub
Jan 2018
05 · Top repos
akshat2602 /
django-nextjs-boilerplate
Full-stack Django + Next.js boilerplate with Docker/PostgreSQL, typed frontend (TypeScript), structured layout, and clear setup docs. Missing tests/CI and untyped backend limits quality; modest GitHub engagement suggests active portfolio project.
akshat2602 /
personal-website
Personal static site generator in Go with Pongo2 templates, Goldmark markdown, syntax highlighting, and Bluesky comments. Well-structured internal package, but minimal public adoption (1 star, 0 forks).
akshat2602 /
DataGaze
Early-stage analytics tool with Django + React stack; untyped Python, minimal docs, thin tests, significant SQL injection vulnerabilities and architectural gaps prevent higher quality score.
06 · Timeline
- Jan 23, 2018Joined GitHub
- Jan 7, 2022Created DataGaze — Datagaze is a business analytics tool to help visualize the data you own and gain meaningful insights.
- Jan 15, 2022Created django-nextjs-boilerplate — A starter template for building a fullstack web app with Django, django-rest-framework, Next.js(Typescripted) using docker with PostgreSQL as the primary DB.
- Sep 9, 2022Created personal-website — Repo for my personal website
- Mar 8, 2026Most recent push to personal-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.