01 · Roasts
Commit Drought Season
26 commits in a year with 9+ months of pure silence on the heatmap. Your GitHub activity graph looks like a desert with one brief rainy season in November.
README? More Like README-Not
aoc-solutions has a 23-word README. jump-n-gun credits the authors and calls it a day. You've written more variable names than documentation words across your entire portfolio.
License? What License?
Zero licenses across all three repos. Anyone who wants to use your co-op shooter is legally operating in the grey zone — which, honestly, tracks for a 2-star project.
The Dotfiles Tax
One of your four public repos is a Neovim config. That's 25% of your visible GitHub presence dedicated to telling people you use Neovim. We get it.
CI Is Not Optional
Not a single CI pipeline across any repo. Your AoC solutions could be returning wrong answers for half the days and you'd never know — no tests, no checks, no receipts.
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% weight30F
- Consistency20% weight55D
- Quality20% weight38F
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
48 active days
Language distribution
- GDScript46%
- Python32%
- C++14%
- Lua7%
- C2%
- Makefile0%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
26
Followers
13
Joined GitHub
Jun 2022
05 · Top repos
Flipfloppm /
jump-n-gun
Godot co-op game with 4-weapon combat system and multiplayer. Minimal README, no tests/CI, basic code structure but functional gameplay mechanics across 12.8 MB codebase.
Flipfloppm /
neovim-config
Personal Neovim dotfiles config with modular Lua structure, plugin configs via packer, and README listing ~12 plugins. No tests, CI, or license. Minimal scope but organized into functional modules.
Flipfloppm /
aoc-solutions
Personal Advent of Code solutions repo with C++ and Python implementations across 2024–2025 days. Minimal documentation, no tests/CI, and inconsistent code structure typical of competitive programming exercises.
06 · Timeline
- Jun 24, 2022Joined GitHub
- Dec 11, 2023Created jump-n-gun — Created by Franklin Dai, Nat Hill, Yimo Wang, and David Su
- Aug 29, 2024Created neovim-config — My Neovim config
- Dec 7, 2024Created aoc-solutions — Solutions to Advent of Code starting in 2024
- Dec 26, 2025Most recent push to neovim-config
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.