01 · Roasts
Todo-Goat: README-Driven Development
Your Todo-Goat repo has a 12-level curriculum spanning HTML to Rust — and exactly 9KB of actual code. The ambition-to-implementation ratio is genuinely impressive in the wrong direction.
DSA's Honest README
You wrote 'I don't have much idea why I maintain this either' in your DSA README. Rare self-awareness. Unfortunately the code agrees — including a 'PalP' garbage token in wordSearch.cpp that's been sitting there unfixed.
StrideWeb: 13-Minute Masterpiece
StrideWeb was born and abandoned in 13 minutes flat. That's not shipping fast — that's committing the bare minimum to say you shipped. It's a git commit, not a product.
Zero Stars Across 54 Repos
54 public repos, 9 total stars, and 3 forks — that's 0.17 stars per repo. You're building in a vacuum. Stride deserves visibility; it's not getting any.
Test Coverage: Perfectly Consistent at 0%
Not a single repo has HAS_TESTS=yes. Across a 4-year GitHub career, that's impressively uniform. Your C++ placement-new bug in CustomCPP would've been caught in minute one of a test suite.
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% weight56D
- Consistency20% weight60C
- Quality20% weight52D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
186 active days
Language distribution
- TypeScript61%
- HTML25%
- JavaScript10%
- C++2%
- CSS2%
- EJS0%
04 · Numbers
Owned repos
non-fork
28
Commits
last 12 months
433
Followers
33
Joined GitHub
Nov 2020
05 · Top repos
sidd190 /
Stride
Stride is a TypeScript React Native fitness app with Solana blockchain integration. Ships with typed code, structured src/, meaningful README docs, WebSocket real-time races, GPS tracking, NFT minting, and league system. ~12MB codebase with 25 recent commits across 3 weeks (Feb-Mar 2026). No tests or CI, but complex fe
sidd190 /
Todo-Goat
Educational content repo (12-level todo app series) with extensive README describing a multi-domain software engineering curriculum across 12 branches, but minimal actual committed code (9KB, 1 of 30 commits), no tests/CI, untyped, and no working artifacts in main branch.
sidd190 /
CustomCPP
Educational C++ learning repo with basic data structures and memory utilities; unpolished one-off sketches without tests, CI, type safety, or sustained evolution—useful for self-study but thin production value.
sidd190 /
SedimCoin
Educational blockchain learning project with clear README and documented structure, but zero adoption, untyped JavaScript, no tests/CI, and sparse commit history. Suitable for experimentation, not production use.
sidd190 /
sidd190
GitHub profile config repo with 4-year commit history. Minimal content (README only, 5.5 MB mostly 3D contribution visualization). Has CI but no tests or license. Represents sustained personal customization but lacks substance.
sidd190 /
Theoden
Toy C++ browser engine learning project with HTML/CSS parsers and DOM structure. Works and compiles but lacks tests, CI, type safety, and complete rendering. 42KB, minimal ecosystem adoption (0 stars).
sidd190 /
DSA
Personal DSA learning/reference repo with ~10 LeetCode-style algorithm solutions in C++. No tests, CI, license, or structure; minimal documentation; unpolished code with syntax errors and incomplete implementations.
sidd190 /
StrideWeb
Minimal GitHub Pages landing page with no README, tests, CI, or documentation. Created and last pushed on 2026-03-07 (same day, ~13 min apart). 0 stars, 0 forks. HTML-only repo showing a one-off dump pattern.
06 · Timeline
- Nov 4, 2020Joined GitHub
- Jan 17, 2022Created sidd190 — Config files for my GitHub profile.
- May 31, 2025Created Theoden — Toy web browser made in C++.
- Aug 18, 2025Created DSA — ICPC Type Shi
- Sep 4, 2025Created CustomCPP
- Jan 22, 2026Created SedimCoin — A simple blockchain implementation with UTXOs(probably)
- Feb 16, 2026Created Stride — An Onchain Fitness league app
- Mar 7, 2026Created StrideWeb — Github Pages based landing page for Stride
- Mar 17, 2026Created Todo-Goat — The Goated "TO-DO List" App. The holy init for all developers.
- Apr 28, 2026Most recent push to sidd190
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.