01 · Roasts
The Invisible Contributor
60 external PRs in a year but only 3 followers and 4 total stars across 9 repos. You're prolific in rooms nobody can see. The Sirius Sector may know your name — GitHub does not.
License? Never Heard of Her
Four repos, zero licenses. Your Blender add-on, texture baker, and mod website are legally ambiguous freeware. CoACD might decompose your meshes — but who owns the result?
Niche Inception
You built a collision-mesh tool for Blender AND a texture pipeline for a 2003 space game AND a fan website for a mod of that game. The audience for your entire portfolio could fit in a Discord voice channel.
Test? That's Future Josbyte's Problem
HAS_TESTS=no across every single repo. Threading queues, modal operators, form validation, Express routes — all untested. Courage is one word for it.
Monolith or Mono-file?
Both Ageira_Convex_Generator.py and HW_texture_baker.py are ~500 LOC single files. Flatpak detection, mesh validation, BLF rendering — all in one file. Modules are a myth in the Sirius Sector.
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% weight55D
- Quality20% weight46D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
110 active days
Language distribution
- JavaScript73%
- HTML20%
- CSS3%
- C++2%
- Python1%
- SCSS1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
95
Followers
3
Joined GitHub
Sep 2019
05 · Top repos
josbyte /
Blender-Ageira_Convex_Generator
Blender add-on for CoACD-based convex decomposition with threading, presets, and Flatpak support. Single 25KB file with no tests, CI, or license. Typed Python with structured README and real functionality for niche game/collision-mesh use case.
josbyte /
Rise-of-Hiigara-website
A Homeworld mod website for Freelancer with 725 KB of typed HTML/CSS/JS, structured layout, working CI/CD, but minimal stars/adoption and no README—clearly a portfolio project in active development.
josbyte /
homeworld-texture-baker
Niche desktop tool for Homeworld texture baking with GUI. Untyped Python, modest scope (~55 KB), README+presets but no tests/CI, 9 commits across ~9 months. Narrow use case, personal project stage.
josbyte /
josbyte
Personal portfolio/hub repo linking to actual projects (homeworld-texture-baker, Blender add-ons). 4 KB with 5 recent commits over ~3 weeks. README only; no code, tests, CI, license, or typed content in this repo itself.
06 · Timeline
- Sep 16, 2019Joined GitHub
- Oct 4, 2025Created homeworld-texture-baker — A lightweight tool for baking Homeworld Remastered (HWRM) textures diffuse, team, and glow maps into a single combined texture. Ideal for workflows where team files are unnecessary
- Oct 6, 2025Created Blender-Ageira_Convex_Generator
- Mar 3, 2026Created Rise-of-Hiigara-website
- Jun 9, 2026Created josbyte
- Jul 3, 2026Most recent push to josbyte
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.