01 · Roasts
97% TypeScript, 100% Same App
Two repos, two React Native AI apps. Pokedex with Gemini, FoodScanner with Gemini. You've discovered a template and you're running it into the ground. Branch out — literally.
The Ghost Heatmap
96 commits scattered across 52 weeks like someone spilled pixels on a blank canvas. Entire months — weeks 20 through 29 — are a complete void. Your commit graph looks more like Morse code than a developer's.
0 PRs, 0 Issues, 0 Community
totalPRsYear: 0. totalIssuesYear: 0. You've been coding for 3+ years and haven't opened a single PR on someone else's repo. GitHub is a social network for code — try talking to it.
Tests? Never Heard of Her
HAS_TESTS=no across every single repo. You built a battle engine with type effectiveness multipliers and SQLite caching but couldn't spare one test file. BattleEngine.ts fighting in the dark.
19 Followers, 65 Following
You're following 3.4x more people than follow you back. That's not networking, that's lurking with extra steps. Ship something people can star.
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% weight43D
- Consistency20% weight35F
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
25 active days
Language distribution
- TypeScript97%
- Kotlin1%
- JavaScript1%
- Ruby1%
- Swift1%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
96
Followers
19
Joined GitHub
May 2022
05 · Top repos
INCENDIOCODM /
react-native-Pokedex
TypeScript React Native Pokédex app with comprehensive feature set: AI photo identification, battle system, favorites, caching, and theming. Well-structured multi-module codebase (1MB, ~50 source files) with responsive UI, but minimal tests/CI and fresh commit history (1 month old).
INCENDIOCODM /
FoodScanner
Early-stage React Native food scanner app using Gemini AI. Typed TypeScript with camera integration and settings management, but no tests, CI, or production-ready features. WIP status with minimal stars and recent activity (7 commits in last 30 days).
INCENDIOCODM /
INCENDIOCODM
GitHub profile config repo with personal bio README; 2 KB, minimal commits, no code or functional purpose beyond profile decoration.
06 · Timeline
- May 25, 2022Joined GitHub
- Nov 16, 2022Created INCENDIOCODM — Config files for my GitHub profile.
- Nov 20, 2025Created FoodScanner — An app that uses AI to tell you the food ingredients, Healthy to eat or not and much more . Work In Progress
- Dec 31, 2025Created react-native-Pokedex — React native application that utilizes the Pokeapi
- Apr 14, 2026Most recent push to react-native-Pokedex
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.