01 · Roasts
Burst Coder, Not a Marathoner
Your NLP classifier was born and fully grown in 48 hours (7 commits, 2 days). That's not a project, that's a caffeine episode with a README.
CI/CD? Never Heard of Her
Zero CI pipelines across all 3 scored repos. You've built an AI grading agent that assesses *other* people's work, but nothing is grading yours before it ships.
371 Commits, 1 Star
A year's worth of commits and the entire portfolio has accumulated exactly 1 star. The effort is real — the audience is imaginary.
Repo Names Are Not SEO
'Filtering-Trustworthy-Google-Reviews-with-Naive-Bayes-and-Natural-Language-Processing' is a repo name, a README, and a thesis abstract all in one. A 60-character limit exists for a reason.
87% Solo Operator
soloPct of 87% means nearly every commit is a solo flight. You opened 35 PRs externally this year but your own repos are a fortress — let someone else in occasionally.
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% weight43D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
49 active days
Language distribution
- JavaScript55%
- Java31%
- CSS6%
- Python4%
- PLpgSQL3%
- HTML1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
371
Followers
7
Joined GitHub
Mar 2023
05 · Top repos
JerylKhoo /
Gamified-Gen-Alpha-Learning-Platform
Full-stack gamified learning platform (Spring Boot backend + React frontend) with IRT adaptive quizzes, streak tracking, AI grading agent. Typed, structured, documented. 30 commits over 2.5 months; no tests or CI; minimal stars suggest early-stage hobby project.
JerylKhoo /
Travel-Planner-with-React-Three-Fiber-Llama
Personal 3D travel planning app combining React Three Fiber globe with Groq/Llama AI itineraries. Typed frontend/backend (JS), documented README, structured project. Early-stage, 0 stars, unpolished for production use.
JerylKhoo /
Filtering-Trustworthy-Google-Reviews-with-Naive-Bayes-and-Natural-Language-Processing
Personal ML project applying Naive Bayes + TF-IDF + NLP for Google/restaurant review classification with Gradio UI. Typed Python, documented README, but minimal codebase (105 KB), only 7 commits in 2 days, no tests/CI, unpolished ensemble approach.
06 · Timeline
- Mar 28, 2023Joined GitHub
- Aug 28, 2025Created Filtering-Trustworthy-Google-Reviews-with-Naive-Bayes-and-Natural-Language-Processing
- Oct 11, 2025Created Travel-Planner-with-React-Three-Fiber-Llama
- Jan 29, 2026Created Gamified-Gen-Alpha-Learning-Platform — A gamified learning platform teaching Gen-Alpha culture, slang, and digital communication through adaptive lessons and community content. Features streak tracking, achievement badg
- Apr 9, 2026Most recent push to Gamified-Gen-Alpha-Learning-Platform
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.