01 · Roasts
The Graveyard Gardener
70% of your repos haven't been touched in over 2 years. You're not a software engineer, you're a digital archaeologist of your own abandoned projects.
17 Commits, 52 Weeks
Your public heatmap is basically a blank canvas with three dots in the corner. Even your dotfiles repo got more commits (2) in one hour than you made in most months.
Learning Mode: Stuck
mini-go-api is 'for learning purposes', Angular-products-manager is a learning project, chatify is a tutorial-tier MERN app. At some point, the lesson ends and shipping begins.
Solo Act, Zero Audience
94% solo commits, 0 PRs, 0 issues, 5 total stars across 28 repos. You're writing code in a soundproof room and wondering why no one can hear you.
The Missing Licenses
Not a single repo has a license file. Technically, nobody is legally allowed to use any of your code — which, given the adoption numbers, may be exactly what's happening.
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% weight33F
- Consistency20% weight55D
- Quality20% weight40D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
8 active days
Language distribution
- JavaScript66%
- Java13%
- TypeScript9%
- CSS4%
- HTML3%
- Rust2%
- Other3%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
17
Followers
17
Joined GitHub
Dec 2021
05 · Top repos
guizo792 /
chatify
MERN chat app with TypeScript backend, JWT auth, Socket.io, and React frontend. Typed, structured, and documented via code, but lacks README, CI, tests, license, and gitignore—a personal project with working foundations but limited polish.
guizo792 /
mini-go-api
Minimal Go REST API project with typed language, structured layout, and unit tests. Demonstrates learning-purpose implementation of authorization middleware, rate limiting, and database abstraction with PostgreSQL integration.
guizo792 /
Angular-products-manager
Early-stage Angular learning project with typed code and basic tests, but thin docs, flat structure, no CI, and minimal test coverage. README is boilerplate. Suitable as portfolio evidence of foundational framework work.
guizo792 /
guizo792
Personal profile/portfolio README with no source code, tests, CI, or meaningful project artifacts. Minimal technical output—README only with contact info and skill statements.
guizo792 /
dotfiles
Personal Vim dotfiles configuration with no documentation, tests, CI, or license. Single unstructured .vimrc file, 2 commits in 1 hour, 2 KB total size. Experimental one-off dump.
06 · Timeline
- Dec 10, 2021Joined GitHub
- Jun 21, 2022Created guizo792 — GUIZOUL Abdellah Portfolio
- Jan 2, 2023Created chatify — Chat application built using the MERN stack
- May 23, 2023Created Angular-products-manager — simple app for learning angular
- Apr 9, 2026Created dotfiles — My custom dotfiles
- Apr 13, 2026Created mini-go-api — Minimal Go API for learning purposes
- Apr 22, 2026Most recent push to mini-go-api
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.