01 · Roasts
The 24-Hour Architect
LivaSG's entire 30-commit history fits inside a single day. That's not a project, that's a hackathon submission that forgot to stop committing. search_service.py literally cuts off mid-function — the code ended before the ideas did.
2 Commits, 30 Minutes, No README
LockedIN-Public: a Chrome extension, a React dashboard, AND a Node.js backend, all dumped in half an hour with zero documentation. The ambition-to-README ratio is mathematically undefined because the denominator is zero.
FileHandler: Reworked 3–4 Times and Still Broken
SC2002gp's own commit messages admit the FileHandler was rewritten repeatedly, DataStore.java has a comment literally reading 'massive bug', and EncryptionUtil ships non-standard crypto. The self-roast is built into the codebase.
35 Commits, 8 Months, 2 Followers
Since joining in April 2025 you've averaged about 4 commits per month across 3 repos, all with zero stars. The heatmap looks like a connect-the-dots puzzle missing most of the dots.
Night Owl Index: 100%
100% of commits happen at night. At least someone is up coding — but with 35 total commits and no tests anywhere, the night shift isn't exactly in crunch mode.
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% weight25F
- Consistency20% weight20F
- Quality20% weight36F
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
48 active days
Language distribution
- Python51%
- TypeScript30%
- Java14%
- JavaScript3%
- CSS1%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
35
Followers
2
Joined GitHub
Apr 2025
05 · Top repos
Samrath-dev /
LivaSG
Early-stage property livability scoring tool for Singapore combining React frontend + FastAPI backend with OneMap integration; incomplete documentation, minimal testing infrastructure, and nascent codebase shipped in a burst with 30 commits over hours.
Samrath-dev /
SC2002gp
BTO housing application system with 3-role user model (Applicant/Officer/Manager), CSV persistence, and multi-feature CRUD. Typed Java with structured classes, but lacks tests, CI, documentation, and has code quality issues including hacky file I/O, double-hashing bugs, and incomplete implementations.
Samrath-dev /
LockedIN-Public
Early-stage focus timer extension connecting a Chrome extension, React dashboard, and Node.js backend—functional core but severely lacking documentation, tests, type safety, and production readiness.
06 · Timeline
- Apr 15, 2025Joined GitHub
- Apr 15, 2025Created SC2002gp
- Jul 18, 2025Created LockedIN-Public — Public files for LockedIN browser. Contains extension , backend and frontend.
- Dec 11, 2025Created LivaSG — Interactive neighborhood livability score calculator with OneMap API and several government datasets.
- Dec 11, 2025Most recent push to LivaSG
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.