01 · Roasts
Star-Free Zone
0 stars across 6 repos including a cycle-accurate Game Boy emulator and a UCI chess engine. You're building things that chess nerds and emulation hobbyists would actually want — and somehow nobody knows they exist.
CI Allergy
You've got 5 test harnesses for SeaBoy, 20+ test files for KnightEngine, GoogleTest in DuoEngine — and exactly zero CI pipelines. You clearly believe in testing, just not in automating it.
Heatmap Hibernator
Your entire year's public activity fits in about 8 active weeks. 24 consecutive weeks of zeros followed by a burst near the end. Either you time-box projects aggressively or GitHub is seeing maybe 15% of your actual commits.
The Lone Wolf Engine
soloPct = 85%, 1 follower, 1 PR all year, 0 issues. You've built a chess engine, a Game Boy emulator, and a rendering engine entirely in silence. The systems programming monastery called — they want their monk back.
Depth Without Breadth
Four repos, four C++ systems projects, one domain. Your language diversity chart is 77% C++ with C# making a shy appearance at 16%. Impressive depth, but GitHub thinks you only speak one language — fluently.
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% weight48D
- Consistency20% weight60C
- Quality20% weight69C
- Depth15% weight62C
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
49 active days
Language distribution
- C++77%
- C#16%
- Makefile2%
- Python2%
- Shell2%
- CMake1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
133
Followers
1
Joined GitHub
Aug 2020
05 · Top repos
cameron-cunningham-ix /
KnightEngine
C++20 bitboard chess engine with UCI support, alpha-beta search, transposition tables, and comprehensive test coverage. ~34 MB codebase with structured architecture but no CI pipeline.
cameron-cunningham-ix /
SeaBoy
Cycle-accurate Game Boy emulator in C++20 with strict typing, comprehensive test suites, and well-documented architecture. Strong technical execution but zero public adoption (0 stars, recent creation date).
cameron-cunningham-ix /
DuoEngine
Early-stage 2D/3D rendering engine in C++20 with templated math library (Vec2/Vec3/Mat3), OpenGL/ImGui integration, and GoogleTest unit tests. No README or CI; 946 KB codebase with 22 commits in 12 days.
cameron-cunningham-ix /
CHIP-8
Well-structured C++ CHIP-8 interpreter with ImGui-based debug UI, typed implementation, organized file layout, README with version history, but minimal adoption and no CI/tests.
06 · Timeline
- Aug 16, 2020Joined GitHub
- Dec 18, 2024Created KnightEngine
- Oct 19, 2025Created CHIP-8 — CHIP-8 Interpreter written in C++.
- Feb 26, 2026Created SeaBoy — Game Boy / Game Boy Color emulator written in C++20.
- Apr 12, 2026Created DuoEngine
- Apr 24, 2026Most recent push to DuoEngine
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.