01 · Roasts
Zero-star trilogy
Hackathon1, 10xTB, and live-card-counter are all at 0 stars and 0 forks: the build shelf is stocked, but nobody has checked out yet.
Tests picked favorites
Hackathon1 has 15+ focused engine tests and 10xTB has a real pytest suite; live-card-counter is still relying on a smoke test.
CI is the missing teammate
All three scored repos lack CI, so the tests exist but no robot is paid to run them.
Portfolio, not adoption
Three distinct domains—care alerts, trading systems, and CV—show range, but 4 followers and no external users keep the signal local.
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% weight30F
- Consistency20% weight55D
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
36 active days
Language distribution
- JavaScript53%
- Python39%
- HTML5%
- CSS2%
- Jupyter Notebook1%
- Shell0%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
59
Followers
4
Joined GitHub
Apr 2022
05 · Top repos
shreeyanshujha /
Hackathon1
A substantial hackathon prototype combining a 10-step Expo onboarding flow with a FastAPI/Fitbit/Twilio anomaly pipeline, deterministic rule-engine tests, and profile-contract integration, but with no adoption signals, CI, license, or typed frontend.
shreeyanshujha /
10xTB
A documented Phase 0/1 agentic trading skeleton with causal features, walk-forward evaluation, deterministic risk controls, simulated/IBKR execution, JSONL journaling, and a meaningful pytest suite, but no adoption signals, CI, license, or typed code.
shreeyanshujha /
live-card-counter
A documented, modular computer-vision portfolio project combining YOLOv8 detection, ByteTrack IDs, Hi-Lo counting, and OpenCV overlays; implementation is promising but lacks tests, CI, licensing, and demonstrated adoption.
06 · Timeline
- Apr 23, 2022Joined GitHub
- Aug 21, 2026Created Hackathon1 — First Hackathon experience
- Aug 24, 2026Created live-card-counter — Real-time playing card detection, tracking, and Hi-Lo counting with YOLOv8 + ByteTrack + OpenCV
- Aug 31, 2026Created 10xTB
- Sep 1, 2026Most recent push to Hackathon1
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.