01 · Roasts
The 40-Minute Engineer
cs3140-hw1-yassin: 7 commits in 35 minutes, cs3140-TicTacToe: 19 commits in 40 minutes. Bro submitted his homework so fast the git log looks like a speedrun.
TypeScript Supremacist
96% of your code is TypeScript or JavaScript. Java clocks in at 2% — exactly enough to convince yourself you know another language. You don't.
soloPct: 100%
Every single repo, every single commit — just you, yourself, and you. The most collaborative thing in your GitHub is a Pull Request you opened to yourself.
2065 Commits, 1 Follower
You committed more code this year than most engineers do in three, and the audience is literally one person. That person might be your professor checking on you.
Documentation Overachiever, Star Underperformer
ARCHITECTURE.md, DATA-FLOW.md, CONVENTIONS.md, STATUS.md — your repos have more doc files than stars across your entire profile. The internet doesn't know you exist yet.
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% weight80A
- Quality20% weight72B
- Depth15% weight68C
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
192 active days
Language distribution
- TypeScript50%
- JavaScript46%
- Java2%
- CSS1%
- HTML1%
- PLpgSQL0%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
2,065
Followers
1
Joined GitHub
Nov 2024
05 · Top repos
yassinbenelhajlahsen /
Scorva
Full-stack sports tracker (NBA/NFL/NHL) with live scores, AI summaries, and agentic chat. Deployed on Vercel+Railway; features React 19, Express, PostgreSQL, Redis caching, and multi-league ESPN data ingestion pipeline. Substantial codebase with tests and CI/CD, but zero external stars/adoption signals.
yassinbenelhajlahsen /
recvr
Recvr is a polished Next.js 16 fitness recovery tracker with AI-powered workout suggestions, voice logging, and muscle recovery maps. Ships with TypeScript, Vitest+Playwright tests, CI, comprehensive docs (README + ARCHITECTURE.md + STATUS.md), and 20.8 KB codebase representing ~50–80 hours of focused work. Active sing
yassinbenelhajlahsen /
gallery
Typed React + Firebase private gallery with IndexedDB caching, comprehensive docs, CI/CD, and tests. Well-architected for personal/family use but limited external adoption or named visibility.
yassinbenelhajlahsen /
Brooklyn-Bakery
Full-stack e-commerce demo (React 19 + Express 5 + Postgres) with complex order state machine, cart merging, and click-credit system. Comprehensive docs + tests but untyped JS and no CI.
yassinbenelhajlahsen /
Sirat
Full-stack Islamic companion app (Expo/React Native + Express) with prayer times, Quran reader, mosque locator, and dua matching. TypeScript, tested, CI/CD automation, comprehensive docs. No stars/followers but non-trivial monorepo with ~10k+ LOC demonstrating sustained architectural work.
yassinbenelhajlahsen /
Interva
Fresh full-stack interview tracking SaaS using React+Vite, NestJS, PostgreSQL, Firebase Auth, and OpenAI. Well-structured TypeScript project with tests and clear documentation, shipping a complete feature set (applications, interview rounds, AI question generation) but brand-new (8 days old) with no external adoption.
yassinbenelhajlahsen /
yassinbenelhajlahsen.github.io
Personal portfolio site (GitHub Pages) with 47MB codebase and 30 commits over ~10 months; minimal documentation, no tests/CI, untyped HTML/CSS/JS.
yassinbenelhajlahsen /
cs3140-TicTacToe
Tutorial-style Tic-Tac-Toe game built in vanilla JS/HTML/CSS. Single-week burst (19 of 30 commits same day), minimal scope, no tests/CI/gitignore. Reasonable UI polish noted in README but lacks structural depth.
yassinbenelhajlahsen /
cs3140-hw1-yassin
Fresh homework submission (created Jan 29, 2026). Single-day spike of 7 commits, minimal documentation, no tests/CI/license/gitignore. Appears to be an academic assignment scaffold.
06 · Timeline
- Nov 2, 2024Joined GitHub
- May 21, 2025Created Scorva — Full-stack sports tracker for NBA, NFL, and NHL stats
- Jun 10, 2025Created Sirat — App for prayer times, mosque locator and qibla
- Jun 16, 2025Created yassinbenelhajlahsen.github.io
- Dec 3, 2025Created gallery — Secure & private gallery
- Jan 29, 2026Created cs3140-hw1-yassin
- Feb 19, 2026Created cs3140-TicTacToe
- Feb 26, 2026Created Interva
- Mar 2, 2026Created Brooklyn-Bakery
- Mar 9, 2026Created recvr
- Apr 24, 2026Most recent push to Scorva
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.