01 · Roasts
One product, four receipts
slapshot.xyz has frontend, Rust backend, ingestion, and deployment repos; this is real shipping, not a README cosplay.
CI plays favorites
The frontend runs lint, typecheck, tests, builds, and Docker; the deployment and script repos brought no CI or tests to the rink.
Public graph in stealth mode
Only 63 public commits and long blank heatmap stretches, yet private-work evidence and 85 multi-repo commits suggest the graph is withholding the plot.
PRs without a paper trail
46 PRs this year is busy, but with 3 followers and no external attribution, community impact remains an unverified away game.
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% weight55D
- Quality20% weight72B
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
29 active days
Language distribution
- TypeScript55%
- Rust22%
- Python13%
- JavaScript7%
- Solidity1%
- CSS0%
- Other2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
63
Followers
3
Joined GitHub
Feb 2020
05 · Top repos
jcorriveau23 /
new-frontend-pool-nhl
A named, deployed NHL pool product at slapshot.xyz with a substantial typed Next.js frontend, Rust backend integration, CI checks, domain-specific scoring, drafting, trades, dynasty support, and offline score caching.
jcorriveau23 /
backend-pool-nhl
A substantial Rust backend for the named slapshot.xyz NHL pool product, organized as a four-crate workspace with MongoDB, Redis-backed draft rooms, scoring APIs, optimistic locking, metrics, and production CI.
jcorriveau23 /
deploy-pool-nhl
Production deployment repository for slapshot.xyz, combining Docker Compose, Caddy reverse proxy, MongoDB/Redis, GHCR images, migration runbooks, and optional Prometheus/Grafana monitoring.
jcorriveau23 /
script-pool-nhl
A small but functional NHL data-ingestion helper with scheduled jobs, MongoDB persistence, and Pydantic/dataclass models; adoption is not demonstrated and operational safeguards are limited.
06 · Timeline
- Feb 6, 2020Joined GitHub
- May 7, 2022Created backend-pool-nhl
- Mar 5, 2024Created new-frontend-pool-nhl
- Sep 19, 2024Created script-pool-nhl
- Aug 24, 2026Created deploy-pool-nhl
- Sep 6, 2026Most recent push to new-frontend-pool-nhl
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.