01 · Roasts
The Ghost of GitHub Past
67% of your repos haven't been touched in over 2 years. Your heatmap looks less like a contribution graph and more like a star map — vast, cold, mostly empty void.
A-Level Portfolio Cosplay
Your most-starred, most-tested, most-complete project is literally an A-Level coursework submission. isFridayGood.com is carrying this entire profile on its back like a SvelteKit Atlas.
CI? Never Heard of Her
Three repos. Zero CI pipelines. You wrote tests in one of them, which is admirable, but apparently deploying a GitHub Actions YAML file was a bridge too far for all three.
28 Commits Later
In the last year, you made 28 commits — roughly one every 13 days, and most of them seem to have landed in two panicked bursts. That's not a workflow, that's two all-nighters.
6 Languages, 0 Domains Conquered
C#, Svelte, TypeScript, Python, Rust, HTML — genuinely impressive language spread for someone whose most recent repo is a school project. You're collecting languages faster than you're finishing projects.
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% weight60C
- Quality20% weight59D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
7 active days
Language distribution
- C#62%
- Svelte14%
- HTML10%
- TypeScript8%
- Python4%
- Rust1%
- Other1%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
28
Followers
7
Joined GitHub
Feb 2023
05 · Top repos
KennethOnGitHub /
isFridayGood.com
A-Level CS project: typed SvelteKit scheduling app with comprehensive test suite for availability logic. Multi-route app with database integration, but narrow scope and low visibility (1 star, A-Level final project) limits impact.
KennethOnGitHub /
KnightToE4
Chess bot submission for Sebastian Lague's coding challenge. Implements negamax search with alpha-beta pruning and material evaluation, includes basic unit tests, no license, created July–August 2023 with 30 commits.
KennethOnGitHub /
LittleManComputer
Educational Little Man Computer simulator written in Python with intentionally poor code style to teach CPU register/data movement. Features type hints, assembler, and circular queue implementation. 34 KB, 30 commits in ~1 month.
06 · Timeline
- Feb 14, 2023Joined GitHub
- Jul 21, 2023Created KnightToE4 — Our Sebastian Lague Mini Chess Bot Submission
- Dec 8, 2023Created LittleManComputer — My take on LMC. I had fun messing around in there in Comsci class so I thought I'd make my own
- Oct 24, 2024Created isFridayGood.com
- Feb 25, 2025Most recent push to isFridayGood.com
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.