01 · Roasts
The 50-Follower Identity Crisis
50 followers, 6 following, 0 issues filed all year. You've curated the vibe of someone important without actually engaging with anyone else's code. GitHub is not a read-only API.
Testing? Never Heard of Her
Out of 5 repos scored, exactly ONE has tests — the workshop you made *specifically to teach CI/CD*. Killua has had 79 stars and years of commits; it still has zero test files. Physician, heal thyself.
99 Public Commits and a Lie
totalCommitsYear = 99. That's a Wednesday for a senior engineer. The privateWorkLikely flag is saving you from a brutal Consistency score, but the heatmap still looks like someone dropped a handful of raisins on a calendar.
Half Your Repos Are Digital Graveyards
staleRepoRatio = 0.5 — literally half your public repos haven't been touched in 2+ years. That's not a portfolio, that's an archaeological dig site.
Rust Speedrun (16%)
You have 16% Rust in your language breakdown, presumably powering the Killua API backend. Bold choice. No type annotations in the Python that calls it, but sure, systems programming in Rust for a Discord bot about anime cards is very normal.
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% weight58D
- Consistency20% weight60C
- Quality20% weight67C
- Depth15% weight65C
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
48 active days
Language distribution
- Python41%
- TypeScript27%
- Rust16%
- Java10%
- HTML2%
- CSS1%
- Other3%
04 · Numbers
Owned repos
non-fork
22
Commits
last 12 months
99
Followers
50
Joined GitHub
Aug 2020
05 · Top repos
Kile /
Killua
Killua is a Discord bot with 79 stars, built in Python (untyped) with a mixed-architecture Rust API backend. Active multi-year project with substantial feature breadth (cards system, games, moderation), CI/CD setup, and public website. Code shows decent structure but lacks type hints, comprehensive testing, and consist
Kile /
nus-github-actions-workshop
Educational GitHub Actions workshop featuring a browser-based game with Flask backend, comprehensive tests, and structured lesson files demonstrating CI/CD pipelines. Typed-adjacent Python, documented, multi-module setup, but no license and zero stars indicate narrow scope.
Kile /
killua-dot-dev
Discord bot dashboard (React + Spring Boot) with working auth, file management, and admin panels. AI-generated codebase with functional architecture but modest adoption (2 stars) and thin documentation.
Kile /
Nico
Discord bot for a single server (KITD) with event/gamification systems. Untyped Python codebase, no tests or CI, minimal documentation, small community adoption (3 stars). Personal project with modest scope and straightforward features.
Kile /
Kile
Personal profile README linking to past projects (Killua bot, pypxl, rpg_map); no source code in repo itself, purely informational/portfolio hub created Nov 2020 with recent activity metadata.
06 · Timeline
- Aug 5, 2020Joined GitHub
- Nov 11, 2020Created Killua — Source code for the discord bot Killua
- Nov 22, 2020Created Kile
- Aug 4, 2022Created Nico — The source code for the bot made for KITD
- Aug 31, 2025Created killua-dot-dev
- Mar 8, 2026Created nus-github-actions-workshop — Repo for the GitHub Actions workshop at NUS
- Apr 28, 2026Most recent push to Kile
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.