01 · Roasts
Bursty by Nature
156 commits in a year sounds okay until you see the heatmap: weeks of complete silence, then a flurry, then nothing. 'Consistency' isn't in the git config.
One Repo Does All the Heavy Lifting
cf-cheater-highlighter accounts for 31 of your 38 total stars. Remove it and you're a 7-star developer. Diversification: ever heard of it?
jsonformat: The Abandoned Child
5 commits over 3 years, last touched December 2023. A PyPI package with no tests and no CI is just a README with extra steps.
Fork and Forget
zyzzyva: 12 commits in 14 days, then radio silence. 44 MB of inherited C++ code does not make you a systems programmer — it makes you someone who ran 'git clone' with extra steps.
27 Followers, 6 PRs
You built a whole Codeforces SaaS and still only opened 6 external PRs this year. The competitive programming community is right there — go touch some other people's code.
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% weight55D
- Consistency20% weight35F
- Quality20% weight67C
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
48 active days
Language distribution
- JavaScript57%
- C++24%
- Python12%
- HTML4%
- C1%
- Max1%
- Other1%
04 · Numbers
Owned repos
non-fork
23
Commits
last 12 months
156
Followers
27
Joined GitHub
Aug 2020
05 · Top repos
macaquedev /
cf-cheater-highlighter
Codeforces cheater-reporting SaaS with website + Chrome extension. Real product with admin-reviewed reports, Firebase backend, and scheduled data export pipelines. 31 stars, niche domain.
macaquedev /
zyzzyva
C++ Qt5-based Scrabble tool fork adding CSW24 support and lookup speedups; modest project size (44.6 MB) with 12 commits over 2 weeks, typed C++ but minimal docs and no CI/tests.
macaquedev /
jsonformat
Minimal one-off JSON formatter utility with no tests, CI, or type hints. ~15 KB untyped Python code shipped to PyPI but shows sparse activity (5 commits in 3 years, last push Dec 2023).
06 · Timeline
- Aug 4, 2020Joined GitHub
- Oct 2, 2021Created jsonformat — A simple JSON pretty formatter with no external dependencies.
- Jun 22, 2025Created cf-cheater-highlighter — Highlighting cheaters on Codeforces
- Sep 5, 2025Created zyzzyva — A fork of the open-source NASPA Zyzzyva with added CSW24 and up to 40x speedup on lookups.
- Apr 21, 2026Most recent push to cf-cheater-highlighter
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.