01 · Roasts
Coursework Collector
All three scored repos are explicitly university assignments — COMP2211, a PLC course project, and a group coursework tool. GitHub is not a degree portfolio submission system.
17 Commits in 12 Months
The heatmap is a desert. 17 public commits in a year, crammed into a 3-week window in late 2024. The other 49 weeks are a flatline. Even a README typo-fix counts.
Test? Never Heard of Her
Zero repos with HAS_TESTS=yes across the entire profile. Not one unit test, not one assertion. The 112MB RunwayRedeclaration codebase is apparently load-bearing vibes.
Perl in 2024 (Unironically)
25% of your codebase is Perl. Respect for the chaos, but also — are you okay? That's not breadth, that's a cry for help hidden inside a university module.
2 Stars, 0 Forks
Combined star count across 12 public repos is 2, both from the same two coursework repos. The market has spoken, and it said nothing.
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% weight30F
- Consistency20% weight60C
- Quality20% weight53D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
7 active days
Language distribution
- Java38%
- Perl25%
- Haskell20%
- Python11%
- Yacc2%
- Logos1%
- Other3%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
17
Followers
3
Joined GitHub
May 2020
05 · Top repos
bryanvullo /
GQLv2
Custom graph query language (GQL) implemented in Haskell as a Programming Language Concepts course project. Typed functional codebase with lexer/parser/interpreter architecture, ~29KB, 30 commits over 6 months, but minimal adoption (1 star) and classroom scope.
bryanvullo /
EventManagementTool
University group coursework for event management system. Python-based Azure Functions backend with CosmosDB, incomplete README, minimal tests, no CI/license. ~5.8MB codebase with CRUD operations and schema validation across events, tickets, users, locations.
bryanvullo /
RunwayRedeclaration
University coursework project (COMP2211) with 112MB codebase in Java, 30 commits over ~2 months, but minimal documentation and no tests/CI.
06 · Timeline
- May 14, 2020Joined GitHub
- Mar 4, 2024Created RunwayRedeclaration
- Apr 21, 2024Created GQLv2 — Graph Query Language
- Oct 20, 2024Created EventManagementTool — COMP3207 Group Coursework
- Feb 27, 2025Most recent push to EventManagementTool
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.