01 · Roasts
The 38-Week Sabbatical
Your heatmap is 38 consecutive weeks of pure zeros. Even pandas hibernate less. The last 12 weeks saved you from an F, but only barely.
Architecture Cosplay
BudgetDiet has a documented Clean Architecture with domain/, infrastructure/, and application/ layers — and every domain layer file is an empty stub. You named the rooms but forgot to build the furniture.
One-Commit Wonders
Dopi: 1 commit, 1 KB, 0 source files. It has a license for code that doesn't exist. Truly avant-garde open source.
Zero Stars, Zero Forks, Zero Watchers
15 public repos and not a single star across any of them. The GitHub star system has collectively chosen silence.
Test-Averse Across the Board
Six repos scored. Six repos with HAS_TESTS=no and HAS_CI=no. That's not a pattern — that's a lifestyle commitment.
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% weight48D
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
28 active days
Language distribution
- CSS37%
- TypeScript20%
- JavaScript14%
- Jupyter Notebook12%
- Python6%
- HTML6%
- Other5%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
59
Followers
6
Joined GitHub
Mar 2021
05 · Top repos
sigema0223 /
BudgetDiet
TypeScript-based AI financial analysis app (Convex backend, React frontend) with documented clean architecture but incomplete domain layer implementation and no tests/CI. ~32KB codebase, 22 recent commits across 3 days.
sigema0223 /
sigema0223.github.io
Personal portfolio website built with React showcasing work experience, projects, and background. Typed language (JavaScript/JSX), structured multi-file layout with components and styling, meaningful documentation via README. No tests or CI, modest star count indicates hobbyist personal project.
sigema0223 /
InkWise
Vanilla JS computational drawing app converting photos to pen-stroke animations using Canvas API. Polished UI with edge detection, path tracing, and hatching; pure ES6 modules, no dependencies; created 2 days ago with ~4 commits sampled.
sigema0223 /
Souuju
Typed React Native diary app with Supabase auth, mood tracking, and visual planet progression. Created and pushed within 15 minutes with minimal commits; early-stage personal project lacking documentation and tests.
sigema0223 /
sigema0223
Personal profile repository with README containing only social badges and profile SVG; no substantive code, tests, CI, or functional project demonstrated.
sigema0223 /
Dopi
Empty repository with only 1 KB and single commit; no source files, no documentation, no tests. MIT license present but repo appears to be a scaffold with no meaningful content.
06 · Timeline
- Mar 23, 2021Joined GitHub
- Jan 7, 2024Created sigema0223
- Mar 4, 2025Created sigema0223.github.io
- Jan 30, 2026Created BudgetDiet — An AI-powered TypeScript service that analyzes financial data to deliver structured spending insights.
- Mar 14, 2026Created Dopi — Dopi website
- Mar 19, 2026Created Souuju
- Mar 25, 2026Created InkWise
- Apr 4, 2026Most recent push to sigema0223
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.