01 · Roasts
104 Repos, 1 Star
You have 104 public repositories and a combined total of 1 star. That's a star-per-repo ratio that would make a GitHub Explorer badge feel generous. Quality over quantity is a suggestion, not just a tweet.
The Graveyard Keeper
A staleRepoRatio of 0.53 means over half your repos haven't been touched in 2+ years. You're not maintaining a portfolio — you're curating an archaeological dig of abandoned ideas.
No Tests, No CI, No Problem (Apparently)
Zero test suites. Zero CI pipelines. Across every single analyzed repo. You're shipping medical representative tracking software (mr-calendar) with zero automated validation. Hope your users enjoy being the QA team.
Burst Coder™
181 commits in a year sounds respectable until you look at the heatmap — 20+ consecutive dead weeks, then a flurry of activity, then silence again. You don't have a coding habit; you have coding episodes.
TypeScript Monogamist
70% TypeScript, 15% Makefile (build tooling noise), and everything else is rounding errors. For someone with 104 repos, the language diversity is somehow narrower than a fresh create-next-app.
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% weight52D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
83 active days
Language distribution
- TypeScript70%
- Makefile15%
- C++4%
- CMake3%
- JavaScript3%
- CSS2%
- Other3%
04 · Numbers
Owned repos
non-fork
78
Commits
last 12 months
181
Followers
42
Joined GitHub
Sep 2022
05 · Top repos
WiseyXD /
portfolio
Personal portfolio site built with Next.js 14, TypeScript, and shadcn/ui. Fully typed, structured multi-file layout with README and clean component architecture. No tests or CI, but well-organized for a personal project shipping production-ready work.
WiseyXD /
ycalidraw
TypeScript multiplayer whiteboard built with React, Excalidraw, and Cloudflare Durable Objects. Functional app with typed code and structured layout, but minimal external adoption, no tests/CI, and negligible documentation beyond a stub README.
WiseyXD /
mr-calendar
Early-stage Next.js medical representative tracking system with TypeScript, structured architecture, and functional MR management features (search, visit logging). Boilerplate README, no tests/CI, minimal documentation, but coherent typed codebase with server actions and Drizzle ORM integration.
06 · Timeline
- Sep 20, 2022Joined GitHub
- Mar 8, 2025Created portfolio
- Nov 17, 2025Created ycalidraw
- Mar 12, 2026Created mr-calendar
- Apr 29, 2026Most recent push to ycalidraw
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.