01 · Roasts
Commitment Issues
733 commits in the last year but your heatmap is a ghost town for 40 straight weeks — you joined in September and apparently discovered GitHub existed in May. Bold strategy.
README? Never Heard of Her
3 of your 6 repos have no README whatsoever. kerboot's entire documentation strategy is a comment inside the ASM file saying the disk read is broken. That's not a README, that's a cry for help.
The PTZ Black Hole
PTZ-camera-pan-tilt-software-controller: 15 KB, created and pushed the same day, no source files, no README, but hey — GPL-3.0 licensed. You licensed the void.
Solo Shipper, Solo Forever
soloPct: 99%, totalPRsYear: 0, followers: 1. You're building an operating system in complete isolation and the only person watching is presumably yourself on a second account.
Test Coverage: Existential
Zero tests across all 6 repos. You're writing a kernel, a bootloader, and an installer with absolutely no automated verification. The OS will either boot or it won't — Schrödinger's kernel.
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% weight18F
- Consistency20% weight60C
- Quality20% weight18F
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
62 active days
Language distribution
- C36%
- HTML28%
- Assembly24%
- Shell12%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
733
Followers
1
Joined GitHub
Sep 2025
05 · Top repos
justinjames1 /
keralineOS
Early-stage hobby OS project with 8MB of unfinished C/ASM code, zero stars/adoption, no tests/CI, and scattered placeholder implementations demonstrating ambitious scope but severe code quality and architectural issues.
justinjames1 /
keraline-os-website
Minimal HTML landing page (12 KB) for Keraline OS custom operating system. Single index.html file with inline CSS, created and last pushed same day. No tests, CI, license, or gitignore. README is just a GitHub Pages link.
justinjames1 /
Kerinstall_x86_64
Experimental shell script installer for Keraline OS (x86_64). Single-file repo with no documentation, tests, CI, or license; basic build automation but no quality controls.
justinjames1 /
kerboot
Early-stage bootloader scaffold with minimal implementation. Only stub BIOS/UEFI code (bios.asm prints strings, uefi.C is empty main), no documentation, no tests, no license, and incomplete disk read logic flagged in comments.
justinjames1 /
PTZ-camera-pan-tilt-software-controller
Minimal scaffold repo: 15 KB, created and pushed on same day, no README, no tests, no CI. One commit with no source files visible. GPL-3.0 licensed but underdeveloped.
06 · Timeline
- Sep 2, 2025Joined GitHub
- Apr 15, 2026Created keralineOS — keraline os is a open source project of mine. It is coded in asm and c and is is bootable.. This project faces early stage.
- May 22, 2026Created Kerinstall_x86_64 — To make the installation of keraline os easier and faster. [only for x86_64 cpus]
- Jun 2, 2026Created kerboot — kerboot is an open source bootloader.
- Jun 15, 2026Created PTZ-camera-pan-tilt-software-controller — instead of buying a VLC485 for controlling the pan/tilt of a ptz videolarm camera you can control it using this software.
- Jun 24, 2026Created keraline-os-website — KERALINE OSES WEBSITE!
- Jun 24, 2026Most recent push to keralineOS
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.