01 · Roasts
72% Graveyard Curator
staleRepoRatio of 0.72 means nearly three-quarters of your repos are digital tombstones. You're not maintaining a portfolio — you're maintaining a cemetery.
The MIT Ghost
project's Cargo.toml boldly declares MIT license, yet there's no LICENSE file anywhere in the repo. Schrödinger's open source: simultaneously free and legally ambiguous.
main.c Is Empty
In Algebre, main.c contains nothing. You wrote a matrix library and forgot to write the main file. That's not minimalism, that's just leaving the lights off.
97 Commits, 52 Weeks
That's fewer than 2 commits per week on average, with 4 completely dead weeks in a row mid-year. The heatmap looks less like a developer's activity and more like a Morse code SOS.
Prolific Abandoner
Game (C), Algebre (C), project (Rust) — three languages, three projects, zero with tests or CI. The only thing consistent here is leaving quality infrastructure on the cutting room floor.
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% weight25F
- Consistency20% weight35F
- Quality20% weight41D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
194 active days
Language distribution
- JavaScript29%
- C16%
- Astro11%
- Lua7%
- MDX5%
- TypeScript5%
- Other27%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
97
Followers
17
Joined GitHub
Oct 2019
05 · Top repos
Ruchdane /
Game
A Mario Sokoban puzzle game written in C with SDL2. Personal project with structured codebase, 3+ years of development (2020-2023), but lacks tests, CI, and professional documentation. Code is functional but shows inconsistent quality (memory management issues, untyped C, sparse comments).
Ruchdane /
project
Personal CLI launcher tool in Rust with config-driven project management. Typed, structured codebase (6 modules, ~200 LOC) with README and sensible defaults, but no tests, CI, or license despite Cargo.toml claiming MIT.
Ruchdane /
Algebre
C matrix manipulation library with basic operations (multiply, determinant, inverse). No README, no tests, no CI, minimal documentation. Experimental academic project with 9 commits over 3 weeks.
06 · Timeline
- Oct 10, 2019Joined GitHub
- Apr 9, 2020Created Game — Mario sokoban avec SDL2
- Nov 25, 2020Created Algebre — Matrix Manipulation in c
- Jun 22, 2023Created project — Start working on your project in a simple click
- May 9, 2024Most recent push to project
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.