01 · Roasts
CI-free quartet
All four scored repositories skip CI; the build is trusted on vibes rather than a repeatable gate.
Portfolio, not audience
Four named projects are shipping, yet the profile has 1 star and 4 followers—distribution has not caught up to output.
Tests picked one favorite
git-to-doc has real pytest coverage, while the two Next.js apps and FIA pipeline are still test-free.
Commit burst, not drumbeat
200 yearly commits and volume across 83 samples show work, but the heatmap contains many blank weeks.
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% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
72 active days
Language distribution
- Jupyter Notebook48%
- TypeScript25%
- Python20%
- Dart3%
- Rust1%
- CSS1%
- Other2%
04 · Numbers
Owned repos
non-fork
33
Commits
last 12 months
200
Followers
4
Joined GitHub
Jun 2018
05 · Top repos
meshivanshsinghh /
shivanshsingh_portfolio_website
A substantial typed Next.js portfolio with Sanity CMS integration, dynamic external stats, contact handling, responsive UI, and a sizable multi-route codebase, but no measurable adoption, tests, CI, or license.
meshivanshsinghh /
fia_team_1_pipeline
A documented Python scenario-generation pipeline with LLM orchestration, validation, deduplication, and downstream export tooling, but no tests, CI, license, or demonstrated adoption.
meshivanshsinghh /
git-to-doc
A documented Python CLI that generates and audits commit/PR documentation with Pydantic validation, multi-model agreement, benchmarks, and deterministic tests; technically substantial but currently has 0 stars and limited adoption evidence.
meshivanshsinghh /
voice_from_the_stands
A polished, typed Next.js 15 product prototype that turns match events into personalized Gemini scripts and ElevenLabs dialogue audio, but it has no visible adoption, tests, CI, or license.
06 · Timeline
- Jun 17, 2018Joined GitHub
- Nov 9, 2025Created shivanshsingh_portfolio_website — Building my Portfolio Website using NextJS
- May 22, 2026Created fia_team_1_pipeline — Automating Scenario Creation
- Jun 26, 2026Created git-to-doc — Git Diff to Documentation Tool for GDG Hackathon
- Jul 12, 2026Created voice_from_the_stands — A voice note from the stands — pick a World Cup 2026 match, choose a friend, and get a personal AI-generated voice memo as if they called you from the stadium at full-time.
- Jul 12, 2026Most recent push to voice_from_the_stands
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.