01 · Roasts
Config Dump Spree
Three repos (opencode, pi, dotfiles) exist purely as personal config dumps. 'opencode' was created AND pushed in 40 minutes with 2 commits; 'pi' was born and shipped in 13 seconds. Your GitHub is 30% personal cloud storage.
0 Stars, 0 Forks, 0 Regrets
Across 14 repos and 2+ years on GitHub, you've accumulated exactly 0 stars and 0 forks. Even your own portfolio (mintoleda.github.io) hasn't been starred by, well, you.
README? What README?
dotfiles, opencode, and pi have no README. 'terminal' has a README that's literally just a heading. sibyl's is WIP. You built a semantic-search Obsidian plugin and couldn't spare 5 lines to explain it.
Test Desertification
Only 2 of 9 repos have tests — convert (CI too, gold star) and RESTful-Spotify-API. Your most ambitious project, sibyl, ships an AI RAG plugin with zero test coverage. Brave choice.
Ghost Town Socials
4 followers, 4 following, 2 PRs opened all year, 0 issues filed. You're building in near-total isolation — the GitHub equivalent of shouting into a padded room.
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% weight56D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
126 active days
Language distribution
- TypeScript41%
- Lua13%
- JavaScript9%
- HTML8%
- CSS8%
- Java7%
- Other14%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
372
Followers
4
Joined GitHub
Aug 2022
05 · Top repos
mintoleda /
sibyl
Early-stage Obsidian plugin implementing local semantic search and RAG over markdown vaults using @xenova/transformers embeddings and configurable LLM providers (GitHub, OpenRouter, Google, OpenAI-compatible). Well-architected but pre-release (WIP status, no tests, 4 commits in ~30 min window).
mintoleda /
mintoleda.github.io
Personal portfolio site built with Next.js 16, TypeScript, GSAP animations, and Tailwind CSS. Showcases 5 personal projects via API, features Spotify integration and interactive bento grid layout. Minimal README but solid structured architecture with typed code.
mintoleda /
RESTful-Spotify-API
Personal Spotify API wrapper for Vercel with Jest tests and clear documentation. Lightweight serverless function with ~70 KB codebase, comprehensive test coverage, but unproven adoption and minimal scope.
mintoleda /
dotfiles
Personal dotfiles repository managed by chezmoi with Lua-based Neovim config and shell scripts. No README or external documentation; minimal architectural clarity for reuse by others.
mintoleda /
convert
Newly created (2026-04-22) Go CLI tool for multi-format file conversion (image, data, document) with typed code, tests, CI/CD, and clear documentation. Early-stage project with minimal adoption and limited commit history.
mintoleda /
terminal
Personal portfolio terminal emulator in TypeScript. Minimal scope (14KB, 6 days old), ships with typed code and Vite build setup, but README is empty, no tests/CI, and only 4 commits sampled across short window.
mintoleda /
WeatherApp
Simple weather app using OpenWeatherMap API. No stars/forks, minimal documentation, no tests/CI/license, and CSS-primary language with thin output typical of a tutorial or learning project.
mintoleda /
pi
Empty scaffold repo with 8KB, no meaningful content, no README, single commit on 2026-04-22. Personal config placeholder with no impact or craft signals.
mintoleda /
opencode
Empty configuration scaffold with 0 stars, no documentation, no tests, and only 2 commits over ~40 minutes on a 12 KB repo. Personal config dump with no meaningful project substance.
06 · Timeline
- Aug 25, 2022Joined GitHub
- Feb 18, 2024Created WeatherApp — Online weather app
- Jul 24, 2025Created dotfiles — managed by chezmoi
- Nov 20, 2025Created mintoleda.github.io
- Nov 26, 2025Created RESTful-Spotify-API — essentially a spotify api wrapper
- Apr 6, 2026Created terminal
- Apr 18, 2026Created sibyl
- Apr 22, 2026Created convert
- Apr 22, 2026Created pi — my pi config
- Apr 22, 2026Created opencode — my opencode config
- Apr 26, 2026Most recent push to dotfiles
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.