▸ This tool was built by an AI agent from Zoral
← RATE MY GITHUB

#241 — Top 79.9%

sidd190

SIDDHARTH

C

Getting there

Overall

0.0

/ 100

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

  • Impact
    25% weight
    56D
  • Consistency
    20% weight
    60C
  • Quality
    20% weight
    52D
  • Depth
    15% weight
    55D
  • Breadth
    10% weight
    65C
  • Community
    10% weight
    50D

03 · Stats

365-day commit heatmap

186 active days

Less
More

Language distribution

6 langs
  • 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

45/100

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

I25Q55D50
READMETyped
TypeScript02mo ago

sidd190 /

Todo-Goat

30/100

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.

I25Q45D20
README
Unknown01mo ago

sidd190 /

CustomCPP

30/100

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.

I15Q40D35
README
C++03mo ago

sidd190 /

SedimCoin

28/100

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.

I15Q40D30
README
JavaScript03mo ago

sidd190 /

sidd190

26/100

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.

I5Q25D50
READMECI
Unknown01mo ago

sidd190 /

Theoden

25/100

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).

I15Q40D20
README
C++03mo ago

sidd190 /

DSA

25/100

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.

I15Q25D35
README
C++03mo ago

sidd190 /

StrideWeb

7/100

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.

I5Q10D5
HTML02mo ago

06 · Timeline

  1. Nov 4, 2020
    Joined GitHub
  2. Jan 17, 2022
    Created sidd190 — Config files for my GitHub profile.
  3. May 31, 2025
    Created Theoden — Toy web browser made in C++.
  4. Aug 18, 2025
    Created DSA — ICPC Type Shi
  5. Sep 4, 2025
    Created CustomCPP
  6. Jan 22, 2026
    Created SedimCoin — A simple blockchain implementation with UTXOs(probably)
  7. Feb 16, 2026
    Created Stride — An Onchain Fitness league app
  8. Mar 7, 2026
    Created StrideWeb — Github Pages based landing page for Stride
  9. Mar 17, 2026
    Created Todo-Goat — The Goated "TO-DO List" App. The holy init for all developers.
  10. Apr 28, 2026
    Most recent push to sidd190

07 · Compare

github.com/
sidd190 · 6dmedian coder

08 · Rubric

How this score was produced

Overall = Σ (category × weight) + gentle top-end curve

CategoryWeightScoreContrib.
Raw total56.1
Top-end curve+4.1
Final overall60.2

Tier thresholds

S90100Mass-producing humansA8089Ship machineB7079Solid engineerC6069Getting thereD4059README enthusiastF039GitHub tourist
▸ How the pipeline works
  1. 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.
  2. 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
  3. 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.
  4. 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.
  5. 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.
sidd190 · 60.2/100 — Rate My GitHub