Launching today

GitWicket
Your GitHub profile, rated like a cricket player card
14 followers
Your GitHub profile, rated like a cricket player card
14 followers
GitWicket turns your GitHub activity into an ICC-style cricket player card. Get an overall rating (50–99), a role (Batter, Bowler, All-Rounder, Wicket-Keeper, or Captain), six attribute scores, and a scouting report — generated from your real stats. No sign-up. Just your username. ✓ Download as PNG ✓ Share to X, LinkedIn, WhatsApp ✓ Next.js 15 + TypeScript ✓ Open source For devs who grew up on cricket video games, or curious what their commits say about them.





How does it decide between Batter and Bowler when someone's commits are pretty evenly split across the year?
how does it decide which role to assign when someone's commit history is pretty balanced between feature work and fixes
How does it actually decide the role and overall rating from GitHub activity, like is it looking at commit messages, languages used, or something else entirely?
the role assignment logic is genuinely clever, especially the Captain edge case based on repo ownership and contribution share. love seeing real commit data feeding into the scouting report instead of placeholder flavor text.
The no-signup-just-username flow is a really nice touch, gets you to the fun part in seconds. Love that the role assignment feels like it actually maps to commit patterns rather than being random.