01 · Roasts
One Trick Pony (Almost)
Your entire star count rests on one CLI tool (nomnom, 18 stars). The other 20 repos combined couldn't attract a single external star. Your portfolio is carrying your GPA.
The 545-Commit Rollercoaster
Your heatmap looks like a cardiac monitor during a panic attack — weeks of dead silence followed by frantic 4-commit days. Consistency is apparently optional.
Class Project Archaeologist
CipherHunt and starter_code are textbook course artifacts: no README, no tests, no CI, committed in hours. Leaving them public is bold. Confidently bold.
TypeScript Supremacist
36% TypeScript — fine. But TypeScript + JavaScript together is 52% of your output. You write the same language twice and call it diversity.
17 PRs, Zero Fame
You opened 17 pull requests this year and still only have 24 followers. Either you're contributing to repos no one's watching or your PRs are very, very quiet.
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% weight46D
- Consistency20% weight55D
- Quality20% weight67C
- Depth15% weight50D
- Breadth10% weight72B
- Community10% weight40D
03 · Stats
365-day commit heatmap
172 active days
Language distribution
- TypeScript36%
- Python27%
- JavaScript16%
- Go10%
- CSS3%
- Shell3%
- Other5%
04 · Numbers
Owned repos
non-fork
16
Commits
last 12 months
545
Followers
24
Joined GitHub
Sep 2020
05 · Top repos
Vein05 /
nomnom
Go CLI tool for AI-driven file renaming with multi-provider support (DeepSeek, OpenRouter, Ollama), complete CI/tests, typed code, and structured architecture. 59KB codebase with 18 stars shows active development but limited adoption.
Vein05 /
portfolio
Personal portfolio site with React + Astro hybrid stack, blog infrastructure, and rich markdown components. Well-structured and documented, 25.8 KB codebase with thoughtful design system. No external impact—0 stars, personal project only.
Vein05 /
CipherHunt-Spring-26-In-Class-Project-Front-End-Starter
Class project starter for Kivy-based cipher game frontend; minimal docs, no tests/CI, ~382 KB codebase with basic screen/model structure created in 2 days.
Vein05 /
starter_code
One-shot tutorial project implementing a tip calculator with Kivy. 4 commits in <1 hour, no tests, no CI, no docs, untyped Python code with minimal error handling—clear learning exercise.
06 · Timeline
- Sep 28, 2020Joined GitHub
- Jul 10, 2023Created portfolio — A portfolio about me, made using React and Tailwind.
- Mar 11, 2025Created nomnom — A Go CLI tool for bulk renaming and organizing with genAI.
- Apr 1, 2026Created starter_code
- Apr 20, 2026Created CipherHunt-Spring-26-In-Class-Project-Front-End-Starter
- Apr 24, 2026Most recent push to portfolio
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.