01 · Roasts
Commit Cliff Diver
3 commits in the last year — you went from a dense burst in early weeks to a near-total flatline by week 20. Your heatmap looks like a stock that peaked and crashed.
Star Laundering
228 of your 239 total stars come from a markdown table of internship listings. Impressive reach, but let's not confuse curating a spreadsheet with shipping software.
58% Graveyard Operator
staleRepoRatio = 0.58 — over half your repos haven't been touched in 2+ years. You're not maintaining a portfolio, you're running a digital cemetery.
CI? Never Heard of Her
Zero CI pipelines across all three scored repos. You've written docs/ARCHITECTURE.md but can't spare a GitHub Actions workflow. Documentation without automation is just creative writing.
Go Whisperer (Barely)
Go shows up at 3% of your codebase — enough to put it on your resume, not enough to suggest you've actually used it for anything that works (the sg-tech-internships site is currently down).
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% weight63C
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
86 active days
Language distribution
- JavaScript51%
- HTML30%
- TypeScript10%
- Go3%
- CSS3%
- Python2%
- Other1%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
3
Followers
76
Joined GitHub
Oct 2020
05 · Top repos
kxrt /
rvrc-blog
Multi-year React symposium website for NUS Ridge View Residential College (2022–2026). Well-documented, structured codebase with MUI styling, routing, and component modularity. Lacks CI/CD and robust test coverage, but ships with comprehensive docs and active maintenance across 4 symposium editions.
kxrt /
Singapore-Summer2024-TechInternships
Singapore-focused internship listing repository with 228 stars, structured as a curated table of tech internships. Features README with contribution guide and clear purpose, minimal code/technical depth, and active curation through 2024.
kxrt /
sg-tech-internships
Typed full-stack internship tracker (React + Go) with structured multi-file layout and API docs, but narrow niche use case with 8 stars and no tests or CI. Website is currently down for maintenance.
06 · Timeline
- Oct 28, 2020Joined GitHub
- Aug 8, 2022Created rvrc-blog — Blog for NUS RVRC Symposium
- Aug 19, 2023Created Singapore-Summer2024-TechInternships — 🇸🇬 Summer 2024 Tech Internships - Singapore 🇸🇬
- Aug 24, 2023Created sg-tech-internships — Website frontend (React, Vite) and backend (Go) for Summer 2024 Internships in Singapore
- Feb 23, 2026Most recent push to rvrc-blog
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.