01 · Roasts
The 9-Hour Architect
volatility-trading-dashboard: 9 commits in under one day, 0 KB on disk, and a dashboard.py that calls methods like process_implied_volatility() that don't exist yet. Bold strategy — ship the function calls before the functions.
Commit Desert
120 commits in a year but 44 of 52 heatmap weeks are completely empty. Your GitHub looks like an activity chart for a bear in hibernation — explosive bursts, then silence.
Stars: None. Domain Diversity: Surprisingly Decent.
You've built a platformer, an emotion detector, an LLM CLI tool, a physics edu site, and a trading dashboard — all with 0 stars total. You're out here shipping into the void with impressive variety.
97% Solo Operator
97% solo commit rate, 0 PRs, 0 issues, 0 followers. Your repos are like extremely well-crafted messages in bottles — complete, sometimes tested, absolutely unread.
Type Hints Allergy
Four repos, four TYPED=no flags — even snoopy-platformgame which runs mypy in CI somehow escapes full typing adoption. The CI knows. The CI is judging you.
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% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
33 active days
Language distribution
- Python51%
- JavaScript23%
- HTML14%
- CSS12%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
120
Followers
0
Joined GitHub
Dec 2024
05 · Top repos
mtysac /
physics-notes
Student-made physics education site with interactive HTML5 canvas simulators (kinematics, Newton's laws) and PDF notes. Typed JSDoc comments, clean CSS layout, ESLint CI pipeline, but no automated tests.
mtysac /
snoopy-platformgame
Pygame platformer with complete feature set: typed Python, CI/pytest/mypy, README with full controls & structure docs, 2-player mode, level editor, tile physics. Solo personal project with 0 stars, no external adoption signals.
mtysac /
meme-facerecognition
Python emotion detector with dual face-detection modes (Haar/MediaPipe) trained on SVM. Well-documented personal project with CI/tests but minimal adoption (0 stars). 24 recent commits across months show sustained development, typed only in function signatures.
mtysac /
git-conventional-message
CLI tool generating conventional commit messages from staged diffs using local Ollama LLM. Well-documented, tested, and CI-integrated personal project with structured multi-file layout and comprehensive README, though untyped Python and zero external adoption.
mtysac /
volatility-trading-dashboard
Early-stage volatility dashboard using yfinance for data fetching and tkinter GUI. No README, no tests, no CI, no license, untyped Python. 9 commits in <1 day, ~0 KB repo size suggests incomplete scaffold or placeholder state.
06 · Timeline
- Dec 8, 2024Joined GitHub
- Apr 1, 2025Created physics-notes — Physics notes and interactive simulators built with vanilla HTML/CSS/JS. Made by a student, for students.
- Sep 23, 2025Created snoopy-platformgame — Simple platform game with tile editor
- Oct 11, 2025Created meme-facerecognition — Matches funny hamster face based on your facial expressions
- Apr 24, 2026Created git-conventional-message — Uses local llm (ollama - llama3) to generate conventional message based on staged changes
- May 11, 2026Created volatility-trading-dashboard — Dashboard using Interactive Brokers
- May 11, 2026Most recent push to volatility-trading-dashboard
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.