01 · Roasts
The Sprinter Who Forgot to Train
36 commits in a full year. That's roughly one commit every 10 days — your Git log looks like a sparse constellation, not a developer portfolio. Even your heatmap has more zeros than a government budget report.
One-Shot Bandit
SnakeGame: 3 commits over 4 hours. Vidyutrenz-Login: single day. These aren't projects, they're digital sticky notes. The longest sustained effort in your repos is a C++ snippet dump with no README.
Tests Are Apparently Optional
0 out of 3 repos have tests. 0 out of 3 have CI. 0 out of 3 have a license. The only thing you're consistently shipping is the absence of software engineering best practices.
Jupyter Notebook Maximalist
44% of your codebase is Jupyter Notebooks. Your bio says 'code runs on coffee and bugs' — based on the output, it's mostly decaf.
Snake Charmer, Nothing More
Your most-starred repo (4 ★) is a Bash Snake game. With 12 total stars across 19 public repos, your lifetime average is 0.63 stars per repo — which is technically less impressive than a typo fix getting a courtesy like.
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% weight18F
- Consistency20% weight25F
- Quality20% weight29F
- Depth15% weight20F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
176 active days
Language distribution
- Jupyter Notebook44%
- TypeScript24%
- JavaScript13%
- HTML6%
- C++3%
- CSS3%
- Other7%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
36
Followers
45
Joined GitHub
May 2023
05 · Top repos
Ajaybalajiprasad /
SnakeGame
Single-file Bash Snake game with 4 difficulty levels and special food mechanics. Tutorial-grade one-shot project created Feb 25, 2025 with minimal sustained development (3 commits in 4 hours).
Ajaybalajiprasad /
CodeSnippets
Personal collection of standalone algorithm snippets (binary tree, linked list problems) in C++ with no documentation, tests, or CI. Minimal structure, 171 KB of mostly untested educational code.
Ajaybalajiprasad /
Vidyutrenz-Login
Minimal React + Vite login tutorial scaffold created in a single day with hardcoded password logic, no tests, no CI, and generic boilerplate README—experimental personal project.
06 · Timeline
- May 11, 2023Joined GitHub
- Feb 25, 2024Created CodeSnippets
- Jul 30, 2024Created Vidyutrenz-Login
- Feb 25, 2025Created SnakeGame — Made using bash
- Feb 25, 2025Most recent push to SnakeGame
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.