01 · Roasts
4 Commits in 365 Days
Your entire year of public output fits in a single Tweet thread. The heatmap looks like a starfield — beautiful, vast, and completely empty. Four commits across 52 weeks isn't a cadence, it's a cameo.
The Single-Day Architect
Both kiro-playground AND gadgets-online-webforms were created and last pushed on the same day. You don't build software, you manifest it — then vanish. Sustained iteration is apparently a myth.
71% Graveyard Ratio
Nearly three-quarters of your repos haven't been touched in 2+ years. Your GitHub is less a portfolio and more a digital archaeological dig. Future devs will carbon-date your commits.
CI/CD? Never Heard of Her
Zero CI pipelines across every single repo scored. You've got integration tests in kiro-playground, which is genuinely impressive — but they run on vibes and manual invocation, apparently.
15 Years, 2 Stars
Joined GitHub in April 2009 — that's a 15-year head start on most developers. Total stars accumulated: 2. That's 0.13 stars per year. The compound interest is not compounding.
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% weight30F
- Consistency20% weight20F
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
6 active days
Language distribution
- C#41%
- TSQL35%
- HTML13%
- JavaScript7%
- CSS4%
- TypeScript0%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
4
Followers
20
Joined GitHub
Apr 2009
05 · Top repos
runeetv /
kiro-playground
Full-stack todo app (Angular + .NET 10) with JWT auth, multi-user support, SQLite backend. Clear README, typed code, integration tests, and property-based testing. Created and pushed in same day (Apr 6).
runeetv /
gadgets-online-webforms
ASP.NET 4.7.2 Web Forms e-commerce sample app with basic shopping cart, product admin, and authentication. 57MB codebase built in ~10 days with 8 commits. No tests, CI, type safety (C#), or structured architecture.
runeetv /
AWSScript
Personal educational AWS scripts collection with sample CloudWatch/EC2 snippets and Elastic Beanstalk deployment templates. Minimal stars, no tests/CI, disclaimer-driven examples.
06 · Timeline
- Apr 14, 2009Joined GitHub
- Aug 26, 2017Created AWSScript — AWS Scripts
- Sep 16, 2025Created gadgets-online-webforms
- Apr 6, 2026Created kiro-playground
- Apr 6, 2026Most recent push to kiro-playground
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.