01 · Roasts
Sprint God, Sustain Zero
Kaizen (5 commits, 3 hours), habit-Tracker-API (4 commits, same day), Design-Patterns (one push, zero docs) — your entire portfolio was apparently written during a single weekend energy drink binge. Where's the follow-through?
READMEs Are Optional, Apparently
3 of 5 scored repos have no README whatsoever, and Kaizen's 'README' is the literal stock Vite template — it still says 'currently, two official plugins are available.' Your code is a secret you're keeping from yourself.
0 Tests, 0 CI, 0 PRs, 0 Stars
54 commits in a year, 100% solo, 0 external PRs, 0 issues filed, 1 total star across 29 repos. The GitHub social graph doesn't know you exist. You're coding in a sensory deprivation tank.
Architecture Cosplay
MediatR + Strategy + Factory in a 24 KB C# repo with 4 commits and no README is like putting racing stripes on a car with no engine. The patterns are there. The product is not.
35% Graveyard Rate
staleRepoRatio = 0.35 — over a third of your repos haven't been touched in 2+ years and you joined in 2023. At this rate you'll hit 50% abandonment before your account is 3 years old.
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% weight33F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
126 active days
Language distribution
- TypeScript42%
- C#21%
- Python17%
- HTML5%
- C++5%
- JavaScript4%
- Other6%
04 · Numbers
Owned repos
non-fork
26
Commits
last 12 months
54
Followers
16
Joined GitHub
Aug 2023
05 · Top repos
ManishBarath /
Gate-Result-Scraper
Early-stage GATE exam portal scraper with clean architecture (interfaces, factories, strategy pattern), typed Python 3.10+, good README, but no tests/CI, minimal commits (9 in 2 days), and zero adoption signals (0 stars/forks).
ManishBarath /
Kaizen
TypeScript React + Vite habit-tracking SPA ("Kaizen") with multi-page routing, Google OAuth, and backend integration—competent indie project with typed code and documented structure, but minimal history (5 commits in 3 hours, created Apr 19 2026).
ManishBarath /
Credit-Card-Fraud-Detection
Single-file Jupyter notebook comparing Random Forest and XGBoost for credit card fraud detection using SMOTE. Educational ML project with no tests, CI, or shared source code structure.
ManishBarath /
habit-Tracker-API
Early-stage C# ASP.NET Core API with MediatR pattern, Strategy pattern for auth/streaks, EF Core PostgreSQL integration. No documentation, tests, CI, or LICENSE. Only 4 commits across single day (2026-04-19).
ManishBarath /
Design-Patterns
Educational design patterns reference in C#. One-shot dump with 0 stars, created and pushed same minute, no README, tests, CI, license, or docs. Boilerplate implementations only.
06 · Timeline
- Aug 27, 2023Joined GitHub
- Mar 18, 2026Created Gate-Result-Scraper
- Mar 25, 2026Created Credit-Card-Fraud-Detection
- Apr 1, 2026Created Design-Patterns
- Apr 19, 2026Created habit-Tracker-API
- Apr 19, 2026Created Kaizen
- Apr 19, 2026Most recent push to Kaizen
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.