01 · Roasts
98% Jupyter, 0% Shipped
Your language breakdown is 98% Jupyter Notebook. That's not a tech stack, that's a lab notebook with delusions of production. None of those cells are running in anyone else's cluster.
6 Commits in a Year
totalCommitsYear = 6. Six. You committed to your portfolio site more times in the last month than to all of GitHub in the past 12. Your heatmap looks like a starfield — beautiful, distant, and cold.
76% Graveyard
76% of your 55 repos haven't been touched in 2+ years. You're not a developer, you're a curator of digital ruins. postgresql_automation last saw a commit in 2017 — it can vote now.
Conference-Driven Development
pg_rag_slide_generator went from zero to 670 tests in 6 days, purely because a conference deadline was looming. Heroic? Yes. Sustainable? The repo hasn't been touched since March.
9 Followers, 12 Years In
Joined GitHub in 2012. Twelve years, 55 repos, 23 total stars, 9 followers. The tenure-to-impact ratio here would make a tenured professor blush.
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% weight55D
- Consistency20% weight25F
- Quality20% weight62C
- Depth15% weight55D
- Breadth10% weight28F
- Community10% weight25F
03 · Stats
365-day commit heatmap
131 active days
Language distribution
- Jupyter Notebook98%
- Python1%
- TeX0%
- Shell0%
- PLpgSQL0%
- BibTeX Style0%
- Other1%
04 · Numbers
Owned repos
non-fork
21
Commits
last 12 months
6
Followers
9
Joined GitHub
Jun 2012
05 · Top repos
payals /
payals.github.io
Personal GitHub Pages portfolio site featuring a terminal-UI landing page with vanilla JS modules, Jekyll blog, and live signals integration. Typed-language-free but architecturally sound with modular ES6 structure and responsive design.
payals /
pg_rag_slide_generator
Postgres-first AI slide generator demonstrating RAG + MCP workflows with 670+ tests, typed Python, comprehensive SQL schema, and conference talk architecture. Young repo (5 days old) with structured design but limited external adoption.
payals /
postgresql_automation
PostgreSQL Ansible automation toolkit for replication, backups, and clustering. Minimal documentation, no tests/CI, 7-year-old codebase with last push in 2017. Shell/Ansible scripts for infrastructure provisioning.
06 · Timeline
- Jun 22, 2012Joined GitHub
- Sep 5, 2015Created postgresql_automation
- Jan 28, 2016Created payals.github.io — github pages
- Feb 26, 2026Created pg_rag_slide_generator — Automatic slide deck generator using the power of Postgres as an AI control plane for RAG and MCP
- Aug 15, 2026Most recent push to payals.github.io
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.