01 · Roasts
Jupyter Is Not a Language
95% of your byte count is .ipynb files. That's not a language portfolio — that's a folder of homework. TypeScript shows up at 1% like it wandered in by accident.
Zero Followers, Zero Forks, Zero Tests
24 public repos, 7 total stars, 0 forks, 0 followers — and not a single repo with automated tests. You're shipping into a vacuum with no safety net.
The 3-Hour Game Dev Career
UnityGame was created and last pushed on the same day — within 3 hours. That's less time than a movie. Even the Unity tutorial takes longer than that.
Heatmap Ghosted Half the Year
Weeks 1–14 of your heatmap are pure zeros. You didn't exist on GitHub for the first quarter of the year. Then you sprinted and called it consistency.
Voyago_Agent: One Line and a Dream
Your AI travel agent has a one-line README, 3 commits, 8 KB of code, and was born at 6 AM on a Tuesday. Groq deserves better documentation than that.
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% weight35F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
48 active days
Language distribution
- Jupyter Notebook95%
- Python2%
- CSS1%
- TypeScript1%
- JavaScript0%
- ShaderLab0%
- Other1%
04 · Numbers
Owned repos
non-fork
21
Commits
last 12 months
156
Followers
0
Joined GitHub
Dec 2017
05 · Top repos
Shashwat17-vit /
ShashwatNegi.com
Personal portfolio website (React 18 + TS) with CI/CD pipeline deployed to GCP via Docker; includes backend contact service with rate limiting & validation, but lacks documentation and test coverage.
Shashwat17-vit /
Job-Application-Tracker-React
Typed full-stack job tracker with auth, Kanban board, and AI parsing. Monorepo structure with shared types, Express backend (Prisma+PostgreSQL), React+Redux frontend. No tests/CI but well-structured, documented, and deployed to production.
Shashwat17-vit /
NCAA_March_Maddness-2026
Kaggle competition submission: NCAA March Madness prediction model using ensemble XGBoost + LightGBM + logistic regression on engineered team features with cross-season validation design.
Shashwat17-vit /
Voyago_Backend
Early-stage Spring Boot backend for Voyago trip planning app. Typed Java with JWT/OAuth2 auth, PostgreSQL ORM, and itinerary generation via Python agent. No tests, CI, or production deployment yet; experimental project.
Shashwat17-vit /
UnityGame
Personal Unity game project ("Roll the Ball" puzzle game) with structured assets and prefabs, created and completed within ~3 hours. No C# source files sampled, no tests/CI, no license. Early-stage portfolio piece.
Shashwat17-vit /
Voyago_Agent
Minimal itinerary generation agent using LangGraph and Groq API. Just created (Apr 29, 2026), only 3 commits in ~6 hours, 8 KB total. No tests, CI, or type hints despite Python. README is one line.
06 · Timeline
- Dec 17, 2017Joined GitHub
- Jan 3, 2025Created ShashwatNegi.com — Official Website Rep
- Feb 18, 2026Created Job-Application-Tracker-React
- Feb 27, 2026Created NCAA_March_Maddness-2026 — Link: https://www.kaggle.com/competitions/march-machine-learning-mania-2026/overview
- Mar 19, 2026Created UnityGame — Ball in the Hole
- Apr 23, 2026Created Voyago_Backend — Java Spring Backend for Voyago
- Apr 29, 2026Created Voyago_Agent — LangGraph Agentic MCP Tool calling for Itinerary generation
- Apr 30, 2026Most recent push to Voyago_Backend
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.