01 · Roasts
71% Graveyard Curator
Over two-thirds of your 26 repos haven't seen a push in 2+ years. Your GitHub profile is less a portfolio and more an archaeological dig site.
41 Commits, 68 PRs
You opened 68 PRs this year but only made 41 commits to your own repos. You're more prolific reviewing other people's code than actually writing your own.
One-Day Wonder Factory
rust-coverage-analysis: created 2026-03-19, last pushed 2026-03-19. That's not a project, that's a very enthusiastic afternoon.
6 Total Stars Across 26 Repos
26 public repos and 6 stars combined. That's 0.23 stars per repo — the GitHub equivalent of polite applause at an empty auditorium.
Go Supremacist
52% Go in a world where you also write Rust, TypeScript, C++, and JavaScript. The other languages are clearly just visiting for the weekend.
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% weight35F
- Quality20% weight72B
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
161 active days
Language distribution
- Go52%
- TypeScript14%
- Rust13%
- C++5%
- JavaScript4%
- CSS4%
- Other8%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
41
Followers
11
Joined GitHub
Jul 2019
05 · Top repos
keruch /
stylus-airdrop
Complete Merkle-tree airdrop system on Arbitrum Stylus: typed Rust contract with tests, TypeScript CLI and scripts, React frontend. Well-documented (proposal.md, ARCHITECTURE.md, CLAUDE.md guide) with 186 KB codebase, 8 commits in 12 days, deployed to testnet.
keruch /
tfs-go-hw
Homework coursework repo implementing a trading bot for Kraken exchange with typed Go, structured layout, CI/tests, but minimal adoption (1 star, no external use).
keruch /
rust-coverage-analysis
AI agent skill for Rust test coverage gap analysis. Shipped as pluggable module with clear README and SKILL.md documentation. Minimal codebase (5 KB), created and pushed same day, no tests or CI. Experimental single-contributor project.
06 · Timeline
- Jul 17, 2019Joined GitHub
- Sep 11, 2021Created tfs-go-hw
- Mar 4, 2026Created stylus-airdrop — Merkle tree-based ERC-20 airdrop in Rust 🦀
- Mar 19, 2026Created rust-coverage-analysis — 🦀 Rust test coverage gap analysis skill for AI agents 🤖
- Mar 19, 2026Most recent push to rust-coverage-analysis
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.