01 · Roasts
Serial Abandonware Manufacturer
68% of your 89 repos haven't been pushed in over 2 years. You're not building a portfolio — you're curating a digital graveyard. At least the tombstones have READMEs.
CI? Never Heard of Her
Not a single scored repo has a CI pipeline. FastAPI_EKS_Kubernetes, awesome_goland — both lovingly hand-crafted, never automatically tested. In 2024, that's a lifestyle choice.
The 56-Commit Year
With 89 public repos and a decade on GitHub, you managed 56 commits this year — roughly 1 per week. Your heatmap has more zeros than a golf scorecard for a beginner.
JavaScript Monolith in Disguise
62% JavaScript, 22% CSS — that's 84% of your codebase being markup and scripting glue. The Go and Python showing up at 7% and 2% are basically garnish on a very plain plate.
Life is Short, Commits are Shorter
Your bio says 'desire is to explore more and more' — and yet totalIssuesYear=0, totalPRsYear=9, and soloPct=100%. You're exploring alone, quietly, mostly in the dark.
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% weight60C
- Quality20% weight57D
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
147 active days
Language distribution
- JavaScript62%
- CSS22%
- Go7%
- HTML5%
- Python2%
- PHP1%
- Other1%
04 · Numbers
Owned repos
non-fork
62
Commits
last 12 months
56
Followers
76
Joined GitHub
Nov 2015
05 · Top repos
mukulmantosh /
FastAPI_EKS_Kubernetes
FastAPI + Kubernetes e-commerce tutorial with structured multi-module architecture, test suite, and async endpoints. Production-ready patterns (SQLAlchemy ORM, JWT auth, Celery tasks, Redis) but untyped Python and no CI/license limit wider adoption.
mukulmantosh /
awesome_goland
Educational curated collection demonstrating GoLand IDE features through typed Go modules—debugging, testing, gRPC, Docker, profiling. Well-structured with README, tests, and real working examples (REST+SQLite, gRPC CRUD), but no CI pipeline and architectural scope modest despite multiple feature areas.
mukulmantosh /
mukulmantosh
Personal GitHub profile repository with minimal content—a README with self-introduction and a decorative banner. No source code, tests, CI, or meaningful documentation beyond the single introductory page.
06 · Timeline
- Nov 1, 2015Joined GitHub
- May 12, 2021Created mukulmantosh
- Aug 17, 2021Created FastAPI_EKS_Kubernetes — FastAPI & Kubernetes Tutorial with PyCharm
- Aug 12, 2025Created awesome_goland — A curated collection of tips, tricks, and demonstration modules for mastering GoLand.
- Apr 2, 2026Most recent push to awesome_goland
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.