01 · Roasts
96% Jupyter, 0% Tests
Your language breakdown is 96% Jupyter Notebook and somehow 0% tests across every single scored repo. You're out here writing ML notebooks with the discipline of a college lab report — no CI, no assertions, just vibes and markdown cells.
21 Commits in 1 Day ≠ Depth
mini-memory-mcp got a depth score of 35 because you shipped the whole thing in a single day. Bold strategy. SQLite + React UI + REST API in 24 hours sounds impressive until you realize the commit log looks like a panic attack.
The Ghost Coder
Your heatmap is mostly zeros with occasional burst commits — entire months of silence followed by a frantic weekend. 195 commits in a year sounds fine until you see 30+ consecutive empty weeks staring back at you.
Solo 100%, Forever
soloPct=100. Every single commit, every single repo — just you, alone, in the dark. 42 followers and not one has dared to open a PR. Is it the lack of tests? The missing license? Or just the aura?
Interview Prep as a Portfolio Piece
react-js-interview-questions is a real repo name in your public portfolio. 15 commits in 37 days, 26 commented-out code snippets in session-1/102.js. The irony of using your interview prep as proof you don't need interview prep is… not lost.
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% weight55D
- Quality20% weight62C
- Depth15% weight60C
- Breadth10% weight45D
- Community10% weight40D
03 · Stats
365-day commit heatmap
35 active days
Language distribution
- Jupyter Notebook96%
- TypeScript2%
- HTML1%
- JavaScript1%
- Python0%
- CSS0%
04 · Numbers
Owned repos
non-fork
21
Commits
last 12 months
195
Followers
42
Joined GitHub
Oct 2021
05 · Top repos
utk09-NCL /
color-palette-generator
TypeScript React color palette generator with shade generation, contrast checking, and multi-format export. Typed, structured, CI/CD via GitHub Actions, accessible UI, but lacks test coverage (HAS_TESTS=no) and repos under 12 months old with modest adoption (33 stars).
utk09-NCL /
mini-memory-mcp
A lightweight MCP memory server with SQLite persistence, REST API, and React UI. Shipped with TypeScript, structured layout, FTS5 search, and comprehensive README — but no tests, no CI, no license, and only 21 commits over 1 day suggests early-stage execution.
utk09-NCL /
react-js-interview-questions
Educational React/JS interview prep repository with commented code snippets and React component examples. Typed codebase (TypeScript), minimal documentation, no tests or CI. Demonstrates interview concepts but lacks polish and production readiness.
06 · Timeline
- Oct 1, 2021Joined GitHub
- Oct 5, 2024Created color-palette-generator — Color Conjure - Color Palette Generator
- Feb 6, 2026Created react-js-interview-questions — React JavaScript Interview Prep
- Apr 11, 2026Created mini-memory-mcp — A lightweight, local-first persistent memory server for AI tools. Stores structured memory entries in SQLite and exposes them over both the Model Context Protocol (MCP) and a plain
- Apr 12, 2026Most recent push to mini-memory-mcp
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.