01 · Roasts
The One-Domain Wonder
Every single repo is a React educational quiz for GCSE/KS3 Computer Science. TypeScript, Vite, Tailwind, 0 stars — you've built the same project 5 times with slight curriculum variation. The OCR exam board should pay you royalties.
CI? Never Heard of Her
7 repos analyzed, 0 with CI. You've got vitest suites, Biome linting configs, even ARCHITECTURE.md — but not one GitHub Actions workflow to run any of it automatically. The pipeline is just... you, manually, sometimes.
Burst-and-Ghost Commit Pattern
Weeks 10–20 look like you're genuinely shipping. Then 20+ consecutive dead weeks. Then a flicker. 710 commits/year sounds solid until you see the heatmap desert that is weeks 28–43.
11 Total Stars, 61 Repos
0.18 stars per repo is a special kind of humility. flipflop and memoryTreasureHunter exist as silent monuments to projects that never left the driveway.
Solo to the Core
soloPct = 100%. No external PRs, no issues filed, no collaborators. You're shipping in a sealed chamber — great for focus, terrible for GitHub graph credibility.
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% weight55D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
96 active days
Language distribution
- TypeScript46%
- JavaScript31%
- CSS13%
- HTML10%
- Python0%
04 · Numbers
Owned repos
non-fork
47
Commits
last 12 months
710
Followers
5
Joined GitHub
Jan 2018
05 · Top repos
domluther /
ks3Computing
KS3 Computing education platform with interactive games (phishing detection, hardware naming, tracing) built in TypeScript + React + Vite. Typed, documented with design files, multi-stage architecture, but no tests or CI. Personal educational project, young codebase (~7 months).
domluther /
BooleanAlgebraPractice
TypeScript Boolean Algebra learning tool with circuit visualization, truth tables, and K-Maps. Typed, documented, and tested; modest scope with clear educational purpose but no external adoption signals.
domluther /
programming-fundamentals
Interactive React+TypeScript educational quiz platform for GCSE Computer Science, featuring 5 quiz modes with 100+ questions, full type safety, comprehensive tests, live deployment, and streak/progress tracking system.
domluther /
spot-errors
Educational GCSE exam-prep quiz app (32 curated error-spotting questions in OCR ERL) built with React 19, TypeScript, Tailwind CSS, with tests and Biome linting. Early-stage personal project with clear pedagogical purpose.
domluther /
HTMLCSSPractice
Bare learning tool for HTML/CSS practice targeting OCR A-Level. Minimal documentation, no tests/CI, 3 commits in <10 minutes, ~15 KB codebase with working Q&A interface but thin project scope.
domluther /
memoryTreasureHunter
Empty scaffold project with no documentation, tests, CI, or meaningful code. 17KB untyped JavaScript repo with only 4 commits in 16 months shows minimal sustained effort.
domluther /
flipflop
Empty scaffold repo with minimal HTML content. Created and last pushed on same day (2026-04-30), only 2 of last 30 commits sampled, 5 KB total size. README is present but blank. No tests, CI, license, or gitignore.
06 · Timeline
- Jan 6, 2018Joined GitHub
- Dec 18, 2024Created memoryTreasureHunter
- Jul 27, 2025Created BooleanAlgebraPractice
- Aug 4, 2025Created ks3Computing
- Sep 16, 2025Created programming-fundamentals
- Oct 1, 2025Created spot-errors — Spotting errors in OCR ERL for GCSE J277
- Apr 30, 2026Created flipflop — Practice drawing flip flops
- May 7, 2026Created HTMLCSSPractice — Practice HTML CSS
- May 7, 2026Most recent push to HTMLCSSPractice
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.