01 · Roasts
The Ghost of Commits Past
27 commits in the last year across 57 repos. That's one commit per two repos. Your GitHub is less a codebase and more a digital graveyard — 79% of repos haven't been touched in 2+ years.
Notebook Hoarder
51% of your language distribution is Jupyter Notebook, driven almost entirely by one 88 MB notebook from 2021 that's been collecting dust longer than some engineering degrees take to finish.
Stars? What Stars?
31 stars on liha is your career high. With 57 repos and 9 years on GitHub, that's averaging 1.07 stars per repo — less than a participation trophy.
CI? Never Heard of Her
Zero repos with CI, zero repos with tests. You've written a validation module with regex and custom error types in Go, yet somehow 'git push and pray' remains your deployment strategy.
Community Who?
0 PRs opened this year, 3 issues. 92 followers who presumably found you via LM Studio rather than your code. The ratio of people who know your name to people who use your code is doing something concerning.
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% weight43D
- Consistency20% weight20F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
8 active days
Language distribution
- Jupyter Notebook51%
- HTML22%
- TypeScript10%
- JavaScript7%
- Go3%
- Python3%
- Other4%
04 · Numbers
Owned repos
non-fork
39
Commits
last 12 months
27
Followers
92
Joined GitHub
Jan 2016
05 · Top repos
Rugz007 /
liha
TypeScript + Go desktop app for local-first note-taking with grid layouts, markdown editing, and AI features. Early-stage active project with 2406 KB codebase, structured multi-layer architecture (handlers, repositories, models), and 21/30 recent commits.
Rugz007 /
lazylms
Typed Go TUI for LM Studio with structured codebase, good error handling, and config validation. Early-stage (11 days old) personal hobby project in beta—thin feature set, no tests/CI, but architecturally sound.
Rugz007 /
Devnagri-OCR
Single-week Jupyter Notebook sprint for Devanagari handwritten character recognition using TensorFlow 2. Reports 96.63% test accuracy with custom CNN, but lacks tests, CI, type hints, and structured code organization. Inactive since Aug 2021.
06 · Timeline
- Jan 22, 2016Joined GitHub
- Aug 3, 2021Created Devnagri-OCR — Optical Character Recognition for Devanagari Characters using Tensorflow 2 with test accuracy of 96.63%.
- Sep 23, 2024Created liha — Open Source, Local First Second Brain
- Oct 8, 2025Created lazylms — TUI for LM Studio
- Oct 19, 2025Most recent push to lazylms
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.