01 · Roasts
The 36-Hour Architect
fitcheck went from nothing to 'full-stack app with color theory engine' in under 36 hours — 2 commits, then radio silence. Bold claim, thin commit history.
Heatmap? More Like Heat-dot
66 commits across a year and most weeks are literal zeroes. Your contribution graph looks like someone sneezed on a whiteboard — twice, then left.
Stars: A Round Number
Three repos, one live custom domain, a real serverless stack, and somehow zero stars total. Even your own test users aren't clicking the button.
Community of One
0 followers, 0 PRs, 0 issues filed externally. The 'social' in social coding is doing zero work here. GitHub thinks you might be a monk.
CI/CD Hero… Selectively
cloud-resume-challenge-2025 has a beautiful CI pipeline with OIDC and SAM deploy. fitcheck and CRC-Terraform have absolutely nothing. Consistency is a myth.
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% weight40D
- Consistency20% weight25F
- Quality20% weight67C
- Depth15% weight55D
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
19 active days
Language distribution
- JavaScript47%
- CSS30%
- HTML17%
- HCL3%
- Python1%
- Shell1%
- Other1%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
66
Followers
0
Joined GitHub
May 2022
05 · Top repos
marcushenry /
cloud-resume-challenge-2025
Cloud Resume Challenge implementation with full serverless stack (Lambda, DynamoDB, S3, CloudFront), CI/CD via GitHub Actions, and infrastructure-as-code via AWS SAM. Production-ready but repo is recently created (early 2025).
marcushenry /
fitcheck
FitCheck is a personal full-stack outfit-generation web app with color-theory styling engine, React frontend, Express backend, and SQLite database. Untyped JavaScript, no tests/CI, but structured multi-file layout and comprehensive README establish a functional personal project.
marcushenry /
CRC-Classic-Terraform
Educational Terraform project implementing a simple cloud resume redirect via EC2 + S3 + Route53. Contains working IaC with clear business logic but minimal scope, no tests/CI, and 7KB codebase represents short-term sprint work.
06 · Timeline
- May 10, 2022Joined GitHub
- Nov 8, 2025Created cloud-resume-challenge-2025
- Nov 12, 2025Created CRC-Classic-Terraform
- Mar 17, 2026Created fitcheck — fitcheck app
- Jun 21, 2026Most recent push to cloud-resume-challenge-2025
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.