01 · Roasts
Ghost on the Graph
52 weeks of heatmap and only 3 cells lit up. Your contribution graph looks like a star field in a very, very empty universe — 49 consecutive zero-commit weeks aren't a gap, they're a lifestyle.
Fork & Forget
ESP32-Drone was forked, pushed once, and never touched again — all on the same day. That's not a project, that's a GitHub bookmark with extra steps.
0 Followers, 0 PRs, 0 Issues
Not a single follower, zero external PRs, zero issues opened. The community doesn't know you exist and, based on the evidence, you haven't introduced yourself yet.
3-Day Wonder
KMK-macropad's entire commit history is a 3-day sprint. Impressive burst energy, but 'depth' usually implies the project survives the weekend it was born.
Profile Repo Has More Commits Than Your Code
Your hx-ever profile README has 9 commits across 10 months — more sustained maintenance than any actual code repo in your portfolio. The branding outlasted the engineering.
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% weight25F
- Consistency20% weight20F
- Quality20% weight38F
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight5F
03 · Stats
365-day commit heatmap
4 active days
Language distribution
- C++80%
- Python20%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
62
Followers
0
Joined GitHub
Feb 2024
05 · Top repos
hx-ever /
KMK-macropad
Personal hobby project: custom KMK-based macropad firmware with hardware PCB and 3D-printed case. Well-documented build guide and functional code, but experimental scope with 2 stars, 4 days old, no tests or CI.
hx-ever /
ESP32-Drone
Personal learning fork of ESP32 drone project with minimal original contribution. No code files sampled, no tests/CI, created and last pushed same day (2025-07-12). Derivative work acknowledging original source.
hx-ever /
hx-ever
GitHub profile configuration repo with brief bio and project links. 15KB, no source code, 9 commits over 10 months, untyped, minimal architectural scope.
06 · Timeline
- Feb 5, 2024Joined GitHub
- May 2, 2025Created hx-ever — Config files for my GitHub profile.
- Jul 11, 2025Created KMK-macropad — Macropad using KMK firmware on a Seeed Studio XIAO RP2040.
- Jul 12, 2025Created ESP32-Drone — Four propellor drone equipped with Seeed Xiao ESP32 S3 module controlled using mobile phone
- Mar 8, 2026Most recent push to hx-ever
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.