01 · Roasts
CI Without Tests Is Just Automation Cosplay
System-Design-Question has a daily CI workflow that diligently auto-generates markdown... and zero tests to validate any of it. You automated the wrong half of the pipeline.
57% Graveyard Rate
Over half your 58 repos haven't been touched in 2+ years. You're not a developer, you're a digital archaeologist of your own abandoned side projects.
LogStore: Architecture Without Implementation
Your Kafka clone has beautiful design docs and... empty stubs where the distributed replication should be. Turns out building a distributed log is harder than drawing one.
DailyChallenge: The Empty Promise
Created April 6, 2026. One commit. Zero files. Size: 0 KB. At least the README has a title. Bold vision.
48 Stars Across 58 Repos
0.83 stars per repo after 8 years on GitHub. The portfolio is wide — HTML, JS, CSS, TS, Java, C++ — but impact hasn't followed the ambition.
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% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight72B
- Community10% weight45D
03 · Stats
365-day commit heatmap
107 active days
Language distribution
- HTML21%
- JavaScript16%
- CSS15%
- TypeScript15%
- Java9%
- C++9%
- Other15%
04 · Numbers
Owned repos
non-fork
44
Commits
last 12 months
197
Followers
61
Joined GitHub
Jan 2017
05 · Top repos
sauravjaiswalsj /
blog
Docusaurus-based personal notes site with LaTeX-to-Markdown automation, password-protected docs, and multi-subject sidebar generation. Typed TypeScript, structured with CI/CD, docs folder, and ARCHITECTURE.md, but personal knowledge repo with zero external adoption.
sauravjaiswalsj /
LogStore
Educational Kafka-like log system built with Spring Boot and Java 23, demonstrating append-only logs, partitioning, and single-leader ordering. Well-documented with design principles but no tests, CI, or distributed replication yet implemented (empty stubs).
sauravjaiswalsj /
Quatzz
TypeScript digital garden publishing tool with comprehensive documentation (docs/, ARCHITECTURE.md, STATUS.md) and CI/tests, but 0 stars indicates early-stage experimental status despite mature project structure from Feb 2026 push.
sauravjaiswalsj /
System-Design-Question
Interview preparation repo with curated DSA and system design problems. Contains Python automation scripts (fetch_and_update_problems.py, generate_problem.py) that pull trending problems and generate markdown outlines via Groq API, backed by daily CI workflow. Structured but lightweight content with no tests.
sauravjaiswalsj /
YesBank-LinkedDashboard
Unfinished personal React banking app with 1 star, mostly empty component shells, no CI, and no license. Clear learning project with minimal implementation.
sauravjaiswalsj /
DailyChallenge
Empty scaffold repo created April 6, 2026 with minimal README and no source files, tests, CI, or documentation. Single commit with zero stars/forks.
06 · Timeline
- Jan 14, 2017Joined GitHub
- Dec 30, 2019Created YesBank-LinkedDashboard
- Aug 15, 2025Created Quatzz
- Dec 14, 2025Created LogStore — simplified Kafka-like append-only log built from scratch where ordering is enforced by a single leader per partition, eliminating locks while maintaining high throughput.
- Dec 20, 2025Created blog
- Feb 13, 2026Created System-Design-Question — System Design Questions
- Apr 6, 2026Created DailyChallenge
- Apr 24, 2026Most recent push to System-Design-Question
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.