01 · Roasts
Notebook Hoarder
91% of your codebase is Jupyter Notebooks. That's not a portfolio — that's a homework folder someone accidentally made public. Where's the shipped thing?
The One-Site Wonder
Your personal-website carries your entire Depth score on its back (70/100), while the other 3 repos average a depth of 35. One good repo does not a portfolio make.
83% Abandoned
staleRepoRatio = 0.83 — that means 4 out of every 5 of your repos haven't been touched in 2+ years. GitHub is not a time capsule service.
Test-Free Zone
Zero tests across every single scored repo. You have CI on your personal blog but apparently nothing worth testing in the actual code repos. Bold strategy.
Following Nobody, Literally
299 followers, 3 following. You're either a GitHub celebrity or you just forgot this isn't Twitter. With 94 PRs/year though, at least you're contributing to other people's repos.
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% weight48D
- Consistency20% weight55D
- Quality20% weight59D
- Depth15% weight70B
- Breadth10% weight45D
- Community10% weight50D
03 · Stats
365-day commit heatmap
281 active days
Language distribution
- Jupyter Notebook91%
- HTML3%
- JavaScript2%
- Dart1%
- Shell1%
- CSS1%
- Other1%
04 · Numbers
Owned repos
non-fork
53
Commits
last 12 months
763
Followers
299
Joined GitHub
Apr 2019
05 · Top repos
pottekkat /
personal-website
Hugo-powered personal blog with sophisticated CI/CD pipelines, multi-language analytics integrations, and 6+ years of sustained development. Well-documented, production-deployed site with custom automation for webmentions, Mailchimp newsletters, and Plausible analytics dashboards.
pottekkat /
claude-code-statusline
Personal shell project providing configurable statusline for Claude Code with NerdFont support. Typed config via JSON, structured installation, but thin adoption (2 stars) and experimental single-week development window.
pottekkat /
dotfiles
Personal dotfiles repo using stow for Linux environment configuration. Minimal scope, typed Lua neovim config forked from kickstart.nvim, basic shell configs. No production use or external adoption signal.
pottekkat /
gandhi-exhibition
Static HTML exhibition website with basic gallery layout showcasing Gandhi-related photographs and artifacts. No documentation, tests, or CI. Minimal interactivity via vanilla JavaScript.
06 · Timeline
- Apr 10, 2019Joined GitHub
- May 24, 2020Created personal-website — Source code of my personal website.
- Feb 5, 2025Created gandhi-exhibition — Website for the exhibition "You I could not save, walk with me."
- Jun 22, 2025Created dotfiles — So that I don't spend two days configuring my new Linux distro.
- Mar 31, 2026Created claude-code-statusline — A beautiful, configurable statusline for Claude Code with NerdFont support
- Apr 24, 2026Most recent push to personal-website
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.