01 · Roasts
The Quantity Illusion
94 public repos, 15 commits this year. That's a commits-per-repo ratio of 0.16 — you're creating repos faster than you're writing code. It's not a portfolio, it's a graveyard.
#opensourcerer Doing No Open-Source
Your bio screams '#opensourcerer' but your stats whisper: 2 PRs this year, 0 issues, and a stale ratio of 85%. The only thing you're contributing to is the digital landfill.
The One-Day Wonder Factory
COVID-19-data-analysis was created and pushed on the same day in 2020 and never touched again. strapi-llm-translator's entire commit history is a single 5-hour burst. You ship in explosions, then disappear for years.
Snake Animation Commit Farmer
Your most active repo is your own profile page, and most of those 21 commits are a bot regenerating a snake eating your contribution dots — which ironically have almost nothing to eat.
85% Abandoned Fleet
85 of your ~94 repos haven't been pushed in over 2 years. That's not a developer profile, that's a Git museum with one exhibit still under construction.
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% weight25F
- Consistency20% weight10F
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
16 active days
Language distribution
- Jupyter Notebook45%
- HTML17%
- JavaScript16%
- CSS10%
- TypeScript5%
- SCSS2%
- Other5%
04 · Numbers
Owned repos
non-fork
46
Commits
last 12 months
15
Followers
19
Joined GitHub
Jul 2018
05 · Top repos
Nirbhay007 /
strapi-llm-translator
Early-stage Strapi plugin for LLM-based content translation (OpenAI, Gemini). TypeScript typed, documented with README + design docs, but nascent with 7 commits in 5 days, 1 star, no tests/CI, and foundational architecture still evolving.
Nirbhay007 /
Nirbhay007
Personal profile repository with only README and a GitHub Actions workflow to generate a snake animation. Contains 0 stars, no source code projects, and minimal technical substance—purely a portfolio/branding artifact.
Nirbhay007 /
COVID-19-data-analysis
One-shot Jupyter notebook analyzing COVID-19 data with world happiness report correlation. No documentation, tests, CI, license, or version control hygiene. Created and pushed same day (2020-06-16) with minimal commit history.
06 · Timeline
- Jul 27, 2018Joined GitHub
- Jun 16, 2020Created COVID-19-data-analysis — Its a data visualization between the world happiness report and covid 19 alongwith the effect on countries with high G.D.P.
- Jul 12, 2020Created Nirbhay007
- Oct 9, 2025Created strapi-llm-translator — LLM translator for strapi that works with multiple llms
- May 7, 2026Most recent push to Nirbhay007
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.