01 · Roasts
The 18-Commit Year
You pushed 18 commits in the last 12 months. That's roughly 1.5 commits per month — my notes app has more velocity. The heatmap looks like a connect-four board where someone gave up after the first three moves.
klyro-stream: Peak Vaporware
klyro-stream was created and last pushed within a single second (22:46:20 → 22:46:21), has 0 files, 0 stars, and 0 code. The description says 'production-grade platform.' The repo says otherwise.
78% Abandoned Portfolio
staleRepoRatio of 0.78 means nearly 4 in every 5 of your repos haven't been touched in over 2 years. That's not a portfolio — that's a graveyard with a GitHub README.
Sprint-and-Ghost Developer
Both my-ledger (8 commits, 2 days) and ShoppingBasket-Redux (13 commits, 48 hours) were born and abandoned in a single weekend sprint. The pattern is clear: big idea, fast scaffold, never return.
Forms That Go Nowhere
my-ledger's SmartEntryForm renders with defaultValue props and no onSubmit logic wired to the backend. The schema is beautifully commented with 150+ lines… connected to in-memory mocks. It's a very well-documented demo.
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% weight25F
- Consistency20% weight20F
- Quality20% weight38F
- Depth15% weight30F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
97 active days
Language distribution
- JavaScript38%
- TypeScript34%
- CSS17%
- SCSS6%
- Python2%
- HTML2%
- Other1%
04 · Numbers
Owned repos
non-fork
55
Commits
last 12 months
18
Followers
23
Joined GitHub
May 2020
05 · Top repos
Muh-Hasan /
my-ledger
Personal finance tracker built with Next.js 16, TypeScript, Drizzle ORM, and shadcn/ui. Typed, documented, structured src/ layout. Only 8 commits in 2 days, no tests/CI, no license. Early-stage single-person project without external adoption.
Muh-Hasan /
ShoppingBasket-Redux
A small TypeScript React shopping cart app with Redux Toolkit and Surge deployment. Bootstrapped CRA, 8 products hardcoded, minimal learning project with CI but no tests or project documentation.
Muh-Hasan /
klyro-stream
Empty scaffold created moments ago (2026-02-28 22:46). Zero files, no README, no tests, no CI, no code visible. Description claims production-grade platform but repo contains nothing.
06 · Timeline
- May 7, 2020Joined GitHub
- Aug 27, 2020Created ShoppingBasket-Redux
- Feb 28, 2026Created klyro-stream — Production-grade video processing platform. Resumable multipart uploads, async HLS transcoding (1080p/720p/480p), adaptive bitrate streaming, and real-time job queues with BullMQ.
- Apr 18, 2026Created my-ledger — Personal finance tracker — income, expenses & wallets in one place.
- Apr 20, 2026Most recent push to my-ledger
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.