01 · Roasts
Notebook Hoarder
84% of your GitHub is Jupyter Notebooks — that's not a portfolio, that's a drawer full of homework. One TypeScript library doesn't undo years of `.ipynb` dominance.
82% Graveyard Rate
staleRepoRatio=0.82 means 4 out of every 5 repos haven't been touched in 2+ years. Your GitHub profile is basically a museum of abandoned weekend projects.
Burst Coder, Not a Builder
persistent-memory-server went from zero to shipped in 13 hours across 7 commits. Impressive sprint, but zero stars and no tests suggest it's another well-intentioned prototype headed for the graveyard.
0 PRs, 0 Issues, 71 Followers
You have 71 followers watching you contribute absolutely nothing to other people's projects (totalPRsYear=0, totalIssuesYear=0). They're very patient fans of a solo act.
The One Good Thing™
finra-ui is genuinely solid — npm published, 6-job CI, 85% coverage, Storybook. But one quality repo out of 50 (with 80 commits in the past year) is a needle-to-haystack ratio that demands a reckoning.
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% weight55D
- Consistency20% weight55D
- Quality20% weight77B
- Depth15% weight65C
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
37 active days
Language distribution
- Jupyter Notebook84%
- TypeScript8%
- HTML2%
- PHP2%
- Python1%
- JavaScript1%
- Other2%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
80
Followers
71
Joined GitHub
Jun 2016
05 · Top repos
utk09 /
finra-ui
Professional React component library published to npm (@utk09/finra-ui) with 30 recent commits, Storybook docs, strict TypeScript, comprehensive tests (85% coverage threshold in vitest.config.ts), and CI/CD across 6 jobs.
utk09 /
persistent-memory-server
TypeScript MCP/web server for persistent memory storage with dual JSON/SQLite backends, hierarchical memory scopes, full-text search, and Claude Code integration. Early-stage personal project (7 commits in 1 day, no stars).
utk09 /
mlh-ghw-2023
MLH hackathon projects collection (job board React/Express, collision game, password manager, data analysis). Documented, uses CI, but lacks tests, type coverage, and shows minimal production maturity as a learning portfolio.
06 · Timeline
- Jun 1, 2016Joined GitHub
- Jan 10, 2023Created mlh-ghw-2023 — GHW Projects by UT
- Sep 28, 2025Created finra-ui — Component library for web applications.
- Feb 18, 2026Created persistent-memory-server — A self-hosted MCP server + web UI for storing memories, snippets, and agent configurations persistently across Claude Code sessions.
- Mar 22, 2026Most recent push to finra-ui
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.