01 · Roasts
The 101435160 Brand
Three of your repos have your student ID number in the name. GitHub is not a Blackboard submission portal — you can actually delete or rename these before future employers find them.
One-Minute Commit Artist
Lab06 went from creation to final push in 60 seconds flat. That's not a commit history, that's a file upload with extra steps.
91% JavaScript, 0% Stars
You've written enough JavaScript to fill a folder, yet managed to accumulate zero stars across 31 repos. JavaScript is the world's most popular language — the competition is stiff, but zero is still a remarkable floor.
Solo Operator
86% solo commits, 2 PRs opened all year, 0 issues filed. You're coding in a bunker. Open source is a team sport — try leaving a comment on someone else's repo.
Heatmap Fade-Out
Your heatmap starts hot and gets cold fast — activity craters in the back half of the year. Looks less like a developer's schedule and more like a semester ending.
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% weight15F
- Consistency20% weight35F
- Quality20% weight32F
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
229 active days
Language distribution
- JavaScript91%
- Python3%
- TypeScript3%
- HTML2%
- Solidity2%
- CSS1%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
82
Followers
7
Joined GitHub
Nov 2021
05 · Top repos
SnikeZ /
101435160_comp3133_assignment2
GraphQL employee management app assignment with full-stack TypeScript (Node/Apollo backend, Angular frontend). Typed, structured, but lacks documentation, tests in output samples, CI, and production polish.
SnikeZ /
Lab09_101435160_COMP3133
Educational Angular assignment repo with minimal scope: basic student list component, placeholder UI, sparse tests, no documentation, created and completed within hours.
SnikeZ /
Lab06_101435160_COMP3133
Academic assignment submission with 4 trivial TypeScript exercises (hello-world, Customer class variants). No README, tests, CI, or documentation. Single commit dumped to repo; 1 KB total size suggests placeholder-level work.
06 · Timeline
- Nov 8, 2021Joined GitHub
- Mar 16, 2026Created Lab06_101435160_COMP3133
- Apr 6, 2026Created Lab09_101435160_COMP3133
- Apr 12, 2026Created 101435160_comp3133_assignment2
- Apr 13, 2026Most recent push to 101435160_comp3133_assignment2
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.