01 · Roasts
Heatmap: Feast or Famine
Weeks 5–8 are basically a flatline (eight consecutive zero-commit days mid-year), then week 50–52 explodes with max-density 4s every day. Wez codes in bursts, not rhythms.
57% Graveyard Rate
129 public repos and 57% haven't seen a push in 2+ years. That's 73 repos quietly decomposing. The GitHub profile is half museum, half active workshop.
No Tests? In My Rust?
Both govee2mqtt and evremap — the two starred Rust projects — have HAS_TESTS=no. You're shipping IoT firmware and kernel input drivers without a test suite. Bold choice. Very bold.
OpenSCAD Enjoyer
5% of your codebase is OpenSCAD. Somewhere between the AWS IoT MQTT spaghetti and the C input subsystem work, Wez found time to parametrically model things in a CAD DSL. Respect, but also: why?
Low-Profile Contributor
21 external PRs and 14 issues in a year from someone with 3667 followers. Your community impact is more 'benevolent maintainer' than 'active upstream contributor' — the world watches, you ship solo.
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% weight73B
- Consistency20% weight60C
- Quality20% weight73B
- Depth15% weight68C
- Breadth10% weight80A
- Community10% weight55D
03 · Stats
365-day commit heatmap
214 active days
Language distribution
- C30%
- Rust28%
- C++18%
- OpenSCAD5%
- Python5%
- HTML3%
- Other11%
04 · Numbers
Owned repos
non-fork
30
Commits
last 12 months
610
Followers
3,667
Joined GitHub
Aug 2009
05 · Top repos
wez /
govee2mqtt
Govee2MQTT bridges Govee smart lights/devices to Home Assistant via MQTT. Typed Rust app with 1330 stars, comprehensive docs, CI/CD pipeline, and robust multi-API architecture (LAN, Platform, AWS IoT).
wez /
atomicparsley
Mature C++ CLI tool for MP4 metadata tagging with 729 stars, 13-year history, cross-platform CI/CD, comprehensive README, structured source layout, test suite, and active maintenance (last push 2024-12-04).
wez /
evremap
Focused system tool for keyboard remapping on Linux/Wayland with solid Rust fundamentals, comprehensive README with TOML config examples, CI+typing, but no unit tests and modest codebase size limit architectural depth claims.
06 · Timeline
- Aug 21, 2009Joined GitHub
- Mar 12, 2011Created atomicparsley — AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files, in particular, iTunes-style metadata.
- Dec 31, 2019Created evremap — A keyboard input remapper for Linux/Wayland systems, written by @wez
- Jan 3, 2024Created govee2mqtt — Govee2MQTT: Connect Govee lights and devices to Home Assistant
- Apr 27, 2026Most recent push to govee2mqtt
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.