01 · Roasts
The README Said 'new line'
Checkoff2's entire README is literally the text 'new line'. Two commits, zero source files, and a last push timestamp identical to creation. This is less a project and more a git init with commitment issues.
6 Public Commits in 365 Days
Your public commit graph is a barren wasteland — 6 commits across a full year, most of them crammed into the last 8 weeks. The heatmap looks like someone sneezed on a calendar.
Sprint-and-Ghost Developer
chromadub: 1 commit, pushed in a 2-minute window, then silence. quant_strategy_lab: 16 commits over 60 days, then abandoned Feb 18. The pattern is clear — impressive bursts, then digital tumbleweeds.
CI? Never Heard of It
Zero CI pipelines across all 3 repos. quant_strategy_lab has 6 test files covering core logic, which is genuinely commendable — but they only run on your laptop and nowhere else.
Big Language Spread, Tiny Output
JavaScript 68%, Python 11%, Dart 2%, TypeScript 1%, C++... yet totalStars=0 and totalForks=0 across 15 public repos. You're collecting languages faster than you're shipping software.
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% weight28F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
11 active days
Language distribution
- JavaScript68%
- Jupyter Notebook15%
- Python11%
- Dart2%
- TypeScript1%
- C++1%
- Other2%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
6
Followers
2
Joined GitHub
Oct 2018
05 · Top repos
HarshaMatta /
quant_strategy_lab
Personal project: lightweight MCP server + web UI for quantitative trading backtests. Typed Python with structured src/, docs (ARCHITECTURE.md, design files), tests, and strategy engine. Early-stage experimental scope (0 stars, ~60 days old).
HarshaMatta /
chromadub
Early-stage video localization SaaS using OCR, translation (Gemini), and LaMa inpainting. Typed Python backend with FastAPI/Celery pipeline, React frontend. Lacks README, tests, CI, and production-grade documentation; 26KB codebase with recent single commit indicates fresh start.
HarshaMatta /
Checkoff2
Minimal scaffold repo created 2026-04-23 with 2 commits and near-empty README (only "new line"). No source files, no tests, no CI, no license—appears to be an early-stage placeholder.
06 · Timeline
- Oct 28, 2018Joined GitHub
- Dec 21, 2025Created quant_strategy_lab
- Mar 17, 2026Created chromadub — Video localisation software.
- Apr 23, 2026Created Checkoff2
- Apr 23, 2026Most recent push to Checkoff2
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.