01 · Roasts
68% Graveyard Rate
Nearly 7 in 10 of your repos haven't been touched in 2+ years. You're not building a portfolio — you're curating a digital cemetery. Capitol_main is the only tombstone worth reading.
Zero Tests, Zero CI, Every Repo
You benchmarked your SIMD B+ tree to P50 121ns precision but couldn't spare 10 minutes to wire up a GitHub Actions workflow. 0 for 8 on CI across every single analyzed repo. The latency is in the pipeline, not the code.
The Dino Situation
Dino: 1 commit, 1 KB, no README, no code. You created a repo, licensed it MIT, and immediately abandoned it. MIT license for what, exactly? The README that doesn't exist?
Portfolio Repo Has No Portfolio
Your 'rituraj12797' profile repo — literally the first thing people see — contains 27KB of Markdown and zero lines of code. You're marketing a product that isn't on the shelf.
Night Owl Index: 100%
100% of your commits happen at night. Either you're a vampire, or 'learner' in your bio means you're learning at 2am while the rest of the world sleeps. Respect, but also: sleep.
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% weight55D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
75 active days
Language distribution
- C++21%
- JavaScript15%
- CSS13%
- SCSS10%
- Less10%
- Makefile9%
- Other22%
04 · Numbers
Owned repos
non-fork
44
Commits
last 12 months
231
Followers
34
Joined GitHub
Dec 2022
05 · Top repos
rituraj12797 /
Capitol_main
High-performance C++ trading engine with SIMD optimization, lock-free queues, and sub-microsecond latency design. Demonstrates strong architectural intent but lacks tests, CI, and complete documentation.
rituraj12797 /
port
Personal blog/portfolio site built with Next.js and MDX featuring detailed technical blogs on low-latency systems, lock-free queues, and distributed databases. Typed, well-documented blog content but minimal project scope and no meaningful shipping beyond the blog platform itself.
rituraj12797 /
GoD-B
Personal Go key-value store with B+ tree backend and write-ahead logging. Typed, structured codebase with REPL interface but no README, tests, CI, or docs. Small 30 KB project with ~7 commits in 10 months.
rituraj12797 /
in_memory_cache
Early-stage C++ in-memory cache with B+ tree and SIMD optimization. Well-intentioned but shallow: no tests, no CI, no license, incomplete SIMD implementation (findSIMD cut off mid-function), minimal git history, and no external adoption signals.
rituraj12797 /
rituraj12797
Personal portfolio landing page with no code content, 27KB, 0 stars. README links to external projects and blog, but this repo itself contains no source files or implementation artifacts.
rituraj12797 /
CP_Daily
Personal competitive programming solution collection with 7 commits over 4+ months. No documentation, tests, CI, or structure—just raw problem solutions from AtCoder/CodeForces.
rituraj12797 /
rituraj_learns
Personal learning repository with minimal Go code (7 KB), no documentation, tests, or CI. Shows early-stage experimentation rather than a shipped project.
rituraj12797 /
Dino
Empty scaffold with MIT license but no README, docs, tests, CI, or source files. Single commit on creation date suggests uninitialized project.
06 · Timeline
- Dec 17, 2022Joined GitHub
- Apr 22, 2024Created rituraj12797
- Apr 18, 2025Created GoD-B — A simple Go based Key value store
- Jul 12, 2025Created rituraj_learns
- Sep 29, 2025Created CP_Daily
- Oct 24, 2025Created port
- Dec 11, 2025Created in_memory_cache
- Jan 20, 2026Created Capitol_main — An electronic stock exchange in c++
- Feb 24, 2026Created Dino — An Observability tool in Go and Python, with automated health check summary every 24 hours for your infrastructure.
- Apr 24, 2026Most recent push to port
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.