01 · Roasts
5 commits in 365 days
Your entire year of public GitHub output is 5 commits. That's not a developer profile, that's a 'I remembered my password once a quarter' achievement.
78% Jupyter, 0% discipline
Nearly 4 out of 5 bytes you've ever written on GitHub live in Jupyter Notebooks — the format famous for being impossible to review, test, or maintain. Coincidence?
The 2020 Graveyard
Driving-Behavior-Profiling peaked in April 2020, earned 4 stars, then got ghosted harder than a Tinder match. 64% of your repos share the same fate.
0 followers, 0 PRs, 1 issue
One issue filed all year. Not a PR, not a review, not a follow — just one lonely issue floating in the void. The community score has never felt so personally attacked.
DocumentBrainMCP: 2 commits, 1 day, shipped to PyPI
You somehow found the confidence to publish a package with 2 commits and zero CI. PyPI does not have a 'maybe later' review queue, but perhaps it should.
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% weight30F
- Consistency20% weight5F
- Quality20% weight47D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight5F
03 · Stats
365-day commit heatmap
11 active days
Language distribution
- Jupyter Notebook78%
- Kotlin8%
- Java7%
- C#3%
- PowerShell1%
- Python1%
- Other2%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
5
Followers
0
Joined GitHub
Aug 2019
05 · Top repos
Vishvin95 /
AutoJIRAAnalyis
Personal project: AI agent for auto-analyzing JIRA regression tickets via LLM + ChromaDB semantic search. Typed Python codebase with structured architecture, meaningful documentation in README, but no tests, CI, or license.
Vishvin95 /
DocumentBrainMCP
Early-stage MCP server for document reading/conversion. Ships to PyPI with README, tests, and structured layout, but only 2 commits in 1 day and no CI. Minimal scope: ~61KB, thin codebase.
Vishvin95 /
Driving-Behavior-Profiling
Personal research project analyzing driving behavior using smartphone sensor data via Jupyter Notebook. Minimal README, no tests/CI, untyped Python, 4 stars. Completed burst of work in Feb-Apr 2020 (12 commits in last 30 days sampled).
06 · Timeline
- Aug 9, 2019Joined GitHub
- Feb 22, 2020Created Driving-Behavior-Profiling — The project aims to characterize the driving behavior in terms of aggressiveness using the driving data collected by using Android smartphone sensors.
- Feb 27, 2026Created AutoJIRAAnalyis — Auto JIRA Analysis for helping resolving issues faster
- Mar 3, 2026Created DocumentBrainMCP — MCP Server available on PyPi for small document handling
- Apr 14, 2026Most recent push to AutoJIRAAnalyis
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.