01 · Roasts
Test Who?
Three repos, zero test files across all of them. You wrote a 668 KB AI pricing agent with Convex cron jobs and WebSocket streaming but couldn't spare 10 lines for a pytest. The QA team is you, apparently, and they're on vacation.
The 48-Hour Architect
30 commits in 2 days on best-yc-browser-project, 30 commits in 8 days on osint-directory, 16 commits in 5 days on instagram-dms-mcp. You build entire platforms over a long weekend and then... move on. Depth score suffers when 'sustained' means 'until the next hackathon.'
License to Ignore
Not a single license file across the scored repos. You've got an ARCHITECTURE.md, a STATUS.md, a docs/ folder — you literally documented your own system design — but couldn't add an MIT license. Someone, somewhere, is afraid to use your code because of this.
Solo Act
soloPct=0 means 100% of your commits are authored solo. 15 PRs in a year and they're almost certainly all on your own repos. The community sees a builder; the community just hasn't been invited to collaborate yet.
CI? Never Heard of Her
You integrated Browser-Use SDK, Convex cron triggers, MQTT sockets, and a Go messagix client — but GitHub Actions remains a mystery. A Makefile with 'setup, dev, deploy' targets is not a CI pipeline, Henry.
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% weight51D
- Consistency20% weight65C
- Quality20% weight59D
- Depth15% weight50D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
263 active days
Language distribution
- TypeScript47%
- Python21%
- Go15%
- CSS8%
- JavaScript6%
- HTML2%
- Other1%
04 · Numbers
Owned repos
non-fork
24
Commits
last 12 months
613
Followers
21
Joined GitHub
May 2023
05 · Top repos
braindead-dev /
best-yc-browser-project
Scrooge is a full-stack AI marketplace pricing agent built with Next.js, FastAPI, Browser-Use SDK, and Convex. Actively maintained with working infrastructure spanning backend, frontend, and async job orchestration; typed Python/TypeScript and documented but lacks test/CI coverage.
braindead-dev /
instagram-dms-mcp
Fresh Instagram DM MCP server integrating Python FastMCP frontend with a Go messagix gateway. Typed Go codebase with structured layout, reasonable documentation, and working HTTP API, but very new (5 days old, 16/30 recent commits), no tests/CI, minimal stars, and early-stage implementation.
braindead-dev /
osint-directory
TypeScript Next.js OSINT tool directory with search/filtering UI, curated tool database (100+ entries), dark mode, responsive design. No tests, CI, or license; fresh project (8 days old) with 30 commits.
06 · Timeline
- May 21, 2023Joined GitHub
- Nov 27, 2024Created osint-directory — 🔍 A broad directory of OSINT tools
- Dec 28, 2025Created instagram-dms-mcp — mcp for your instagram dms
- Feb 28, 2026Created best-yc-browser-project
- Mar 1, 2026Most recent push to best-yc-browser-project
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.