01 · Roasts
Hackathon-Only Historian
100% of your meaningful commits happened during exactly two hackathons. Your GitHub is less a portfolio and more a highlight reel with nothing between the highlights.
The Vanishing Act
Weeks 5 through 43 of your heatmap are basically a desert. You committed 69 times in a year — that's fewer commits than most people make in a single productive month.
Test? What Test?
Across 3 repos and a Spring Boot app with 7 feature modules, you have exactly 0 real tests. Group10's HerTrackApplicationTests.java has one method: contextLoads(). It doesn't.
Social Ghost
0 followers, 0 following, 1 PR all year. You joined GitHub and then went completely off-grid. Even your own profile README only knows you from your badges.
HTML is Not a Backend Language
52% of your codebase is HTML. Your second-most-used language is CSS. Java, the only thing keeping this profile technically interesting, clocks in at 20% — third place.
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% weight25F
- Consistency20% weight55D
- Quality20% weight30F
- Depth15% weight50D
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
32 active days
Language distribution
- HTML52%
- CSS21%
- Java20%
- JavaScript7%
- TypeScript0%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
69
Followers
0
Joined GitHub
Nov 2024
05 · Top repos
gbrsaunders /
Group10
Hackathon project (HerTrack) for menstrual health tracking built in Spring Boot with Hugging Face AI integration. Features cycle prediction, symptom logging, chat rooms, and forum with upvoting. 30 commits in ~3 days; minimal tests, no CI, typed Java but light documentation.
gbrsaunders /
Team4Hackathon
Hackathon project for university societies management system. Unfinished client/admin dashboard with basic HTML/CSS/JS for managing societies, members, events. No README, tests, CI, or documentation. 30 commits over 2 days, ~168 KB codebase abandoned mid-implementation.
gbrsaunders /
gbrsaunders
Profile README scaffold with badges and contact info. No code artifacts, single commit window, zero functional output beyond self-introduction.
06 · Timeline
- Nov 2, 2024Joined GitHub
- Nov 22, 2025Created Team4Hackathon — Hackathon
- Mar 7, 2026Created Group10 — Hackathon
- Apr 2, 2026Created gbrsaunders — Profile
- Apr 2, 2026Most recent push to gbrsaunders
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.