01 · Roasts
Commit Cadence of a Mayfly
42 public commits all year, with most weeks showing a flatline heatmap. Even your most active week peaked at 4 — that's a Tuesday afternoon for most engineers. privateWorkLikely saved you from an even harsher score.
4 Commits in 8 Minutes
bitCamp's entire Git history spans 4 commits across 8 minutes. That's not version control, that's a zip file with extra steps. Incremental commits exist for a reason.
0 Stars, 0 Followers, 0 Issues
Triple-zero club. No one has starred, forked-with-intent, or even asked a question about any of your repos. You're shipping into a void. Even a README shoutout to a friend would help.
Rust at 23% — Where?
Nearly a quarter of your codebase is Rust, yet none of the scored repos explain it. There's a mystery systems project hiding somewhere that nobody can see or star. Publish your work.
No CI, Anywhere, Ever
Three repos, zero CI pipelines. You've got test suites in SecondBrain and ~39 test files implied in MarketSim, but no automated runner to catch regressions. Tests without CI is just vibes-driven quality assurance.
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% weight45D
- Consistency20% weight55D
- Quality20% weight67C
- Depth15% weight40D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
14 active days
Language distribution
- Python35%
- TypeScript35%
- Rust23%
- CSS3%
- Jupyter Notebook3%
- JavaScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
42
Followers
0
Joined GitHub
May 2024
05 · Top repos
SavarToteja /
bitCamp
ThreadTrail: a Solana-backed supply-chain transparency app for textile donations built at Bitcamp 2026. Uses SPL memo ledger indexing, Next.js frontend, TypeScript throughout with structured monorepo architecture (shared/scripts/indexer/app).
SavarToteja /
MarketSim
Agent-based market simulator with working limit order book, matching engine, five trading archetypes, and stylized facts analytics. Documented, typed Python backend + React frontend; created 2026-04-23, only 2 commits across ~39 test files—early-stage experimental project.
SavarToteja /
SecondBrain
New FastAPI + ChromaDB RAG system for personal knowledge bases; well-structured with typed Python, clear docs, and test suite, but created 2 days ago with only 2 commits and zero external adoption signals.
06 · Timeline
- May 19, 2024Joined GitHub
- Apr 11, 2026Created bitCamp
- Apr 21, 2026Created SecondBrain — Your own second brain: a FastAPI + ChromaDB + Claude RAG pipeline for querying your PDFs and web clippings.
- Apr 23, 2026Created MarketSim — Agent-based financial market simulator with a custom limit order book, continuous double auction matching engine, and five trading archetypes (momentum, mean-reversion, fundamental
- Apr 23, 2026Most recent push to MarketSim
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.