01 · Roasts
The One-Hit Wonder
SpotlightX has 106 stars and everything else has a combined 2. You accidentally made something people like once, then retired at the ripe age of 'A-level coursework.'
The Ghost Town
Your heatmap is 52 weeks of pure void. Zero commits in the past year. GitHub is charging you storage fees for a digital graveyard — 88% of your repos are certifiably abandoned.
Tests? Never Heard of Her
Three repos. Three READMEs. Three CI setups. Zero test files. You've mastered the art of looking organized without ever proving anything works.
The Coursework Portfolio
Two of your three scored repos are literally A-level homework assignments. NEA_ProgrammingLanguage and ExpressionEvaluator are impressive for a 17-year-old — how old are you now?
Python Majority, Python Nowhere
52% of your codebase is Python but not a single scored repo uses it. Either your best work is buried in unlisted repos or you have a Python folder on your Desktop that GitHub will never see.
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% weight55D
- Consistency20% weight55D
- Quality20% weight58D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
0 active days
Language distribution
- Python52%
- JavaScript32%
- CSS13%
- HTML2%
- C#1%
- Assembly0%
04 · Numbers
Owned repos
non-fork
16
Commits
last 12 months
0
Followers
18
Joined GitHub
Sep 2016
05 · Top repos
TorinFelton /
SpotlightX
WPF-based Windows command launcher with 106 stars, typed C#, structured multi-file layout, CI/CD workflows, and comprehensive alternate documentation (ARCHITECTURE.md, design.md, STATUS.md). Project is documented and functional but lacks tests and shows modest maintenance (2-year age, last push June 2022).
TorinFelton /
NEA_ProgrammingLanguage
A-level coursework interpreter written in typed C# with structured lexer/parser/evaluator architecture, advanced expression resolution via Shunting-yard algorithm, shell implementation, and ~4000 KB codebase—solid personal learning project with clear technical depth but minimal external adoption.
TorinFelton /
ExpressionEvaluator
Personal A-Level CS project implementing expression evaluation via abstract syntax trees and reverse Polish notation. Typed C# with clear structure and documented scope, but minimal adoption and limited codebase.
06 · Timeline
- Sep 13, 2016Joined GitHub
- May 26, 2020Created SpotlightX — A minimalistic action bar to do things quicker and more efficiently than the Windows 10 search bar.
- Nov 1, 2020Created ExpressionEvaluator — Simple mathematical expression calculations using abstract syntax trees and reverse polish notation.
- Dec 18, 2020Created NEA_ProgrammingLanguage — 'Creating an Interpreter' NEA Coursework (A-level)
- Jun 23, 2022Most recent push to SpotlightX
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.