01 · Roasts
Jupyter Supremacist
56% of your GitHub is Jupyter Notebooks. That's not a portfolio, that's a homework folder with a public setting accidentally turned on.
24 Commits in a Year
You pushed 24 times in the last 12 months. That's roughly once every 15 days. Even your CI would be bored — if you had any CI.
The Three-Week Rustacean
auth lived for exactly 21 days before you abandoned it with zero README, zero tests, and a handler named 'not_found' that describes the project's fate perfectly.
Follower-Following Gap
53 followers, 90 following, 0 external PRs filed this year. You're networking in silence — a lurker with a fan club.
54% Graveyard
Over half your repos haven't been touched in 2+ years. The staleRepoRatio of 0.54 means your GitHub is part portfolio, part digital archaeology site.
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% weight36F
- Consistency20% weight60C
- Quality20% weight52D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
213 active days
Language distribution
- Jupyter Notebook56%
- TypeScript14%
- Go11%
- Python6%
- HTML4%
- MDX2%
- Other7%
04 · Numbers
Owned repos
non-fork
39
Commits
last 12 months
24
Followers
53
Joined GitHub
Jun 2017
05 · Top repos
akxcix /
akxcix.com
TypeScript React portfolio website built with Vite, React Router, and Tailwind. Typed, documented, and structured with a custom UI library, but no tests, CI, or external adoption signals.
akxcix /
deldrone-server
Personal Go web app for a delivery marketplace (DelDrone) with customer/vendor accounts, shopping carts, and order management. Typed, documented, structured, but thin production maturity and narrow adoption (3 stars, no external engagement).
akxcix /
auth
Early-stage Rust auth microservice with 2 stars, no documentation, tests, or CI. ~125 KB codebase using Axum and SQLx with basic structure but incomplete implementation and no README.
06 · Timeline
- Jun 4, 2017Joined GitHub
- Apr 16, 2020Created deldrone-server — Code for the Web App for DelDrone.
- Jun 15, 2021Created akxcix.com
- Oct 16, 2022Created auth
- Jan 24, 2026Most recent push to akxcix.com
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.