01 · Roasts
The Quiz Trilogy Nobody Asked For
Three of your four public repos are quiz or routing apps in Dart/Flutter — Metro-App, Decade-Dash, QuizApp. Zero stars across all of them. At some point the market is speaking and you may want to listen.
Test-Desert Survivor
HAS_TESTS=no across every single repo. Not one. Not a smoke test, not a stub, not a TODO comment about tests. 4 repos, 0 tests — that's not a gap, that's a philosophy.
The 55MB Mystery Box
Your dotfiles repo is 55MB with no README, no description, and no license. It has more megabytes than it has stars, forks, or documentation sentences combined.
Heatmap Archaeologist Required
Your contribution heatmap looks like a seismograph in a quiet library — 35 completely empty weeks out of 52. The private work flag is saving your Consistency score from total collapse.
Solo Act, No Audience
soloPct = 100%, followers = 4, totalIssuesYear = 0. You've been coding in a sealed chamber. Even your dotfiles, the one repo with a star, probably got it from yourself.
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% weight42D
- Depth15% weight25F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
39 active days
Language distribution
- HTML33%
- C++18%
- Dart17%
- CMake14%
- Shell6%
- Lua3%
- Other9%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
71
Followers
4
Joined GitHub
Dec 2023
05 · Top repos
Whiteman777 /
Decade-Dash
Flutter history quiz game with polished UI and structured code. Features difficulty levels, countdown timers, hints, and 30 questions across 3 tiers. Working implementation but zero stars, no tests/CI, minimal public documentation, and only 5 of last 30 commits suggest early-stage personal project.
Whiteman777 /
Metro-App
Cairo Metro CLI tool implementing breadth-first search for shortest-path routing. Dart codebase with structured layout, normalization utility, and ticket pricing logic, but minimal commits (3 in 30d window) and no tests/CI.
Whiteman777 /
QuizApp
Flutter quiz app with lifted state pattern, clean Material Design UI, and structured component architecture. 0 stars, minimal commit history, no tests/CI, but demonstrates foundational Flutter patterns in a functional learning project.
Whiteman777 /
dotfiles
Personal dotfiles dump with no documentation, tests, CI, or license. 55MB size suggests config accumulation, but absence of README and zero engagement signals experimental scaffolding.
06 · Timeline
- Dec 31, 2023Joined GitHub
- Nov 23, 2025Created QuizApp — quiz app on Flutter built with flutter
- Jul 5, 2026Created Decade-Dash — DecadeDash — a Flutter history year-guessing game with difficulty levels, countdown timer, hints, and results summary.
- Jul 25, 2026Created dotfiles
- Aug 20, 2026Created Metro-App — Metro app that mimics a real metro ticket machine.
- Aug 20, 2026Most recent push to Metro-App
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.