01 · Roasts
64% Graveyard Curator
With a staleRepoRatio of 0.64, more than half your 84 repos haven't been touched in 2+ years. Your GitHub is less a portfolio and more an archaeological dig.
Stars? What Stars?
59 total stars across 84 repos works out to 0.7 stars per repo. Even your mom would have to create a second account to make a dent here.
CI is a Myth
Zero CI pipelines detected across all scored repos. You write code, push it, and apparently pray. The robots that could catch your bugs are gathering dust.
28 PRs, 0 Issues
You opened 28 pull requests this year but literally zero issues. Either every project you touch is perfect on arrival, or you're allergic to asking for help.
Raspberry Pi Truther
Your bio says your Raspberry Pi doesn't like you. Your commit heatmap — with dead zones stretching weeks at a time — suggests the feeling is mutual.
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% weight36F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight72B
- Community10% weight40D
03 · Stats
365-day commit heatmap
127 active days
Language distribution
- Python30%
- JavaScript22%
- HTML16%
- Jupyter Notebook14%
- Rust7%
- TypeScript5%
- Other6%
04 · Numbers
Owned repos
non-fork
55
Commits
last 12 months
528
Followers
39
Joined GitHub
Mar 2020
05 · Top repos
justanotherbyte /
nextjs-site
Personal portfolio website built with Next.js, TypeScript, and PostgreSQL. Typed, documented, and architecturally structured with multiple feature sections (projects, publications, experience), database integration, and responsive UI—but no tests or CI, minimal external adoption (3 stars).
justanotherbyte /
deca-labs-systemverilog
Personal educational project implementing 1st-year digital logic labs in SystemVerilog with structural and behavioral components, testbenches with Verilator/gtkwave, and clear naming conventions aligned to official course materials.
justanotherbyte /
unibots-code
Early-stage robotics/vision project with 0 stars; basic CV pipeline for ball detection, I2C motor control. No docs, tests, CI, or licensing; untyped Python despite using pyproject.toml. 21 commits in ~3 weeks suggests sustained coding, but code is thin, hacky, and architectural scope is modest.
06 · Timeline
- Mar 16, 2020Joined GitHub
- Aug 1, 2025Created nextjs-site — My personal website written with NextJS.
- Dec 13, 2025Created deca-labs-systemverilog — My 1st year EIE DECA labs in SystemVerilog
- Jan 14, 2026Created unibots-code — ansh is not jumping in the thames
- Apr 22, 2026Most recent push to nextjs-site
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.