01 · Roasts
CI? Never heard of her.
Across all 4 scored repos — stride-app, devspot, yt-playlist-mix, hacker-rank-ios-widget — not a single CI pipeline exists. 509 commits this year and not one green checkmark to show for it.
Speed-runner, not a marathoner.
devspot went from 0 to 30 commits in 2 days, yt-playlist-mix was born and 'shipped' in a single push. You build fast and then the heatmap goes dark for weeks at a time.
54 total stars, 57 repos.
That's less than 1 star per repo on average. The portfolio is wide but the audience hasn't found it yet — or vice versa.
Tests are for stride-app only, apparently.
HomeScreen.test.tsx is the lone test file across the entire reviewed portfolio. Three other repos have zero test coverage. One data point does not make a testing culture.
Luanda-first, world-later strategy.
stride-app targets Luanda runners, devspot maps Luanda dev spots — admirable local focus, but the PRD for stride-app is more ambitious than the 1 star it has earned suggests the world knows about it yet.
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% weight36F
- Consistency20% weight50D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
173 active days
Language distribution
- TypeScript51%
- Java22%
- HTML10%
- CSS6%
- JavaScript4%
- SCSS3%
- Other4%
04 · Numbers
Owned repos
non-fork
43
Commits
last 12 months
509
Followers
51
Joined GitHub
Mar 2022
05 · Top repos
DevDario /
devspot
Community map platform for dev-friendly spots in Luanda. TypeScript React+Vite SPA with Supabase, MapLibre, OSRM routing. Typed, documented, structured codebase; no tests/CI; nascent project (2 days old, 30 commits).
DevDario /
stride-app
Expo/React Native running app with geographic feedback & challenge features. Typed, documented, structured codebase with tests; lacks CI/CD and production history. Young project (5 months old, 10 recent commits) with ambitious local-first running community concept for Luanda.
DevDario /
yt-playlist-mix
Personal project: YouTube playlist-to-MP3 mixer with interactive Textual TUI. Has README, MIT license, and clean module structure (app.py + pipeline.py), but untyped Python code, no tests, no CI, and single-day creation.
DevDario /
hacker-rank-ios-widget
One-shot iOS widget script for tracking HackerRank streaks via Scriptable. Single JS file (~300 LOC), no documentation, tests, CI, or license. Minimal git history (1 commit in last 30 days, same day creation/push).
06 · Timeline
- Mar 5, 2022Joined GitHub
- Mar 28, 2026Created stride-app — Feedback & Challenge Based Running App
- May 24, 2026Created hacker-rank-ios-widget — basic widget to track your Hacker Rank Streak - just upload the code to scriptable and you're good to go
- Jun 9, 2026Created devspot — places devs actually go to — A community-driven map for discovering and sharing developer-friendly spots in Luanda, Angola.
- Aug 7, 2026Created yt-playlist-mix — turns a YouTube playlist into a single MP3 mix
- Aug 7, 2026Most recent push to stride-app
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.