01 · Roasts
Burst Coder, Not a Builder
MathSense-2.0 went from zero to 'comprehensive feature set' in 4 calendar days with 12 commits. That's not depth, that's a hackathon you forgot to submit.
CI? Never Heard of Her
Not a single CI workflow across all 3 repos. You have Playwright e2e tests in toyeshh.com that have never been automatically run. Tests that don't run on a schedule are just expensive comments.
TypeScript Purist Who Ships JS Anyway
47% TypeScript in the language split, yet MathSense-2.0 — your most feature-rich app — is untyped JavaScript with 2000+ lines in App.jsx. The hypocrisy is measurable.
4 Followers, 20 PRs
You've opened 20 PRs this year on other people's code but have 4 followers. You're contributing more to the community than the community knows you exist.
The 18-Day Senior Engineer
toyeshh.com has a terminal filesystem, AI agent proxy, streaming output, and PDF viewer — all built in 18 days. Either you're extremely productive or this is going to need a serious refactor in 6 months.
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% weight40D
- Consistency20% weight55D
- Quality20% weight72B
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
33 active days
Language distribution
- TypeScript47%
- HTML29%
- JavaScript21%
- CSS2%
- MDX0%
- Other1%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
97
Followers
4
Joined GitHub
Oct 2024
05 · Top repos
Doomtsu /
toyeshh.com
Personal portfolio + terminal-style site with React, TypeScript, Tailwind. Includes AI agent proxy (Gemini/Mistral fallback), interactive filesystem, project showcase. Typed, tested, documented, well-structured.
Doomtsu /
MathSense-2.0
React+Vite mental math quiz app with timed quizzes, practice mode, leaderboards, badges, and Firebase persistence. Well-documented but very new (4 days old), minimal commits, untyped JavaScript, and no tests/CI.
Doomtsu /
WearItForward
Student-led nonprofit landing page built with vanilla HTML/CSS and Tailwind. Basic informational site with animations but minimal architecture, no tests/CI, and thin documentation.
06 · Timeline
- Oct 13, 2024Joined GitHub
- Apr 22, 2025Created WearItForward — Wear It Forward is a student-led nonprofit organization dedicated to making clothing donations simple and accessible while reducing textile waste and helping those in need in our c
- Apr 4, 2026Created toyeshh.com
- Apr 7, 2026Created MathSense-2.0 — A UIL Number Sense–inspired mental math quiz app built with React + Vite. Features timed quizzes, practice mode with AI explanations, leaderboards, badges, and performance stats.
- Apr 22, 2026Most recent push to toyeshh.com
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.