01 · Roasts
Sprint Artist, Not a Marathon Runner
whiskerie — a 1049 KB, 5-route Next.js app with 9 test files — was entirely built in a 2-hour window on August 5th. Impressive burst, but GitHub isn't a hackathon leaderboard. Sustained commits or it didn't happen.
The Heatmap Is Basically a Runway Landing
330 commits this year, but the heatmap is a ghost town until week 42. Forty weeks of tumbleweeds followed by a frantic last-10-weeks blitz. Either you just discovered coding exists, or summer break hit different.
NeetCode Sync Is Not a Repo
You pushed an auto-synced NeetCode dump and called it a repository. 2 commits, 0 KB, platform-generated folder names, commented-out print statements. This is a submission log masquerading as a portfolio piece.
9 Followers, 23 PRs — Invisible Contributor
You opened 23 pull requests this year — that's real external work — yet 9 people follow you. You're contributing to the open-source ecosystem from a burner account. Put your name on things.
CLAUDE.md Harder Than Your README
portfolio ships a 450-line CLAUDE.md for AI context but the compprog repo — your actual algorithmic depth showcase — has zero README. The robots know your architecture; humans can't find your work.
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% weight42D
- Quality20% weight72B
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight30F
03 · Stats
365-day commit heatmap
49 active days
Language distribution
- TypeScript64%
- C++23%
- Python9%
- CSS1%
- Ruby1%
- HTML1%
- Other1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
330
Followers
9
Joined GitHub
May 2020
05 · Top repos
Kencel /
portfolio
Personal portfolio site (kenazc.com) styled after Persona 5 Royal UI. Built with Next.js 15, React 19, TypeScript. Ships with tests, CI, typed code, structured architecture, and comprehensive inline documentation in CLAUDE.md.
Kencel /
whiskerie
Whiskerie is a well-crafted cat-café booking website built with Next.js 16, TypeScript, and extensive tests. A personal/indie project with polished design-system components and detailed pure logic modules, but minimal external adoption (1 star, 4 commits in 2 days).
Kencel /
compprog
Personal competitive programming template and solution collection with no README, no tests, no CI. Contains reusable algorithm templates (fenwick, segtree, DSU, maxflow, mo's) plus 10 problem solutions across Codeforces/CSES/AtCoder.
Kencel /
neetcode-submissions
Auto-synced NeetCode problem submissions repository with minimal commits (2 in 30 days), no structure beyond platform-generated organization, and 0 stars. One-off portfolio dump without meaningful project depth.
Kencel /
Kencel
Personal intro repo with only a README profile. 10KB size, 7 commits in past 30 days, no code artifacts, no tests/CI. Effectively a one-shot GitHub profile page.
06 · Timeline
- May 28, 2020Joined GitHub
- May 4, 2026Created compprog — All things competitive programming related
- Jul 4, 2026Created portfolio
- Jul 6, 2026Created Kencel
- Aug 5, 2026Created whiskerie
- Aug 31, 2026Created neetcode-submissions — My NeetCode.io problem submissions
- Aug 31, 2026Most recent push to neetcode-submissions
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.