01 · Roasts
Zero Stars, Zero Forks, Zero Mercy
18 public repos, 0 stars, 0 forks, 0 followers. You've built Kubernetes microservices and a multimodal AI coach and not a single soul has clicked the star button — not even yourself on a burner account.
Sprint God, Marathon Ghost
pixel-playground went from 0 to 30 commits in 17 days, then silence. name-list: active for 6 weeks, then silence. Your heatmap looks like a heart monitor after the patient flatlines at week 16.
CI? Never Heard of Her
All three repos have test suites — impressive. None have CI. So those tests run exactly once: when you wrote them, to check they passed, and never again.
K8s Without an Audience
You've written Kubernetes manifests, Redis pub/sub architecture, load-balancing stress tests… for a pixel canvas with 0 watchers. The infrastructure-to-user ratio is literally infinity.
15 PRs, 0 Issues, 0 Followers
You opened 15 PRs this year (likely all to yourself) and filed zero issues. You're having a full conversation with a wall and calling it community engagement.
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% weight40D
- Consistency20% weight55D
- Quality20% weight61C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
101 active days
Language distribution
- JavaScript39%
- Python24%
- Shell14%
- TypeScript12%
- HTML4%
- CSS3%
- Other4%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
115
Followers
0
Joined GitHub
Jan 2024
05 · Top repos
tzuennn /
name-list
Educational 3-tier name-list app with modular JS frontend, Flask backend, PostgreSQL; supports Docker Compose/Swarm/K8s deployment. Well-tested (unit/integration tests), documented with multiple deployment options, but unstarred personal project.
tzuennn /
pixel-playground
New personal project (17 days old, 30 commits) demonstrating Kubernetes microservices architecture via a real-time collaborative pixel canvas. Typed JavaScript missing but well-documented with three architectural design docs and comprehensive test suites. Ships no license and fits "active portfolio" scale given structu
tzuennn /
physio-buddy
Physio Buddy is a hackathon-stage FastAPI MVP for multimodal squat coaching using MediaPipe vision, MERaLiON audio analysis, and rule-based/LLM coaching. Well-documented architecture with typed Python, structured modules, and test coverage, but very recent (1 day old), no stars/adoption, and minimal production readines
06 · Timeline
- Jan 10, 2024Joined GitHub
- Oct 1, 2025Created name-list — Cloud Computing Assignment
- Nov 26, 2025Created pixel-playground
- Mar 14, 2026Created physio-buddy
- Mar 15, 2026Most recent push to physio-buddy
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.