01 · Roasts
One-Commit Wonder Factory
TrialBridge: 1 commit, created and pushed in the same minute. Echoes: 2 commits in 2 hours. You're not building software, you're filing GitHub paperwork.
HTML/CSS Speedrun
72% of your codebase is HTML and 16% is CSS. That's 88% markup. The 'systems' domain tag in your stats is doing a lot of heavy lifting right now.
The 4-Follower Crowd
You've shipped a live SaaS product (gitgraveyard.com) and a Cloudflare internship demo — and somehow still have 4 followers. Marketing budget: $0.
CI Allergy
6 repos scored, 1 has CI (cf_ai_herald). You know .github/workflows/ exists because you used it once. The other 5 repos are watching jealously.
Burst Developer Syndrome
VoiceAIHack: 4 days old. cf_ai_herald: 10 days old. TrialBridge: 1 commit. Your commit history looks like a seismograph during a slow news week — then sudden spikes of panic.
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% weight55D
- Consistency20% weight55D
- Quality20% weight67C
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
74 active days
Language distribution
- HTML72%
- CSS16%
- Python5%
- JavaScript4%
- TypeScript2%
- R0%
- Other1%
04 · Numbers
Owned repos
non-fork
28
Commits
last 12 months
68
Followers
4
Joined GitHub
Apr 2024
05 · Top repos
moulish-dev /
gitgraveyard
TypeScript SaaS tool analyzing GitHub repo abandonment via multi-signal scoring algorithm (decay, intention penalties, vitality multipliers). Full Next.js 14 stack with 3D scene rendering, ships with README but no tests/CI.
moulish-dev /
vita
VITA is a pluggable TTS toolkit supporting Kokoro-82M and Bark with Python API + CLI. Well-documented with multiple model backends, structured layout, and tests; lacks CI/CD and type hints in Python code.
moulish-dev /
cf_ai_herald
TypeScript Cloudflare Workers AI agent with voice input, real-time weather, task scheduling via Durable Objects. Polished UI with Kumo components. Early-stage project (10 days old, 4 commits), minimal star adoption, personal assignment work.
moulish-dev /
VoiceAIHack
Web-to-backend voice transcription demo integrating Speechmatics realtime API and optional Thymia biomarker analysis. Clean FastAPI/WebSocket backend with typed Python, structured layout, and clear README, but 0 stars/forks and nascent codebase (created 4 days ago, 13 commits) limit scope.
moulish-dev /
Echoes
Compassionate dementia-support SPA using React+Claude API with rich documentation (README, ARCHITECTURE.md, design.md, STATUS.md) and local session storage. Created 2026-03-07 with minimal commit activity (2 commits), no tests/CI. Typed language (JavaScript) but no TypeScript; clean structure with error boundary and th
moulish-dev /
TrialBridge
Brand-new R Shiny prototype (created and pushed on same day, 1 commit) demonstrating clinical trial visualization and multi-omics platform comparison. Has README but no tests, CI, or license; minimal file structure (single app.R) with mock data and basic reactive logic.
06 · Timeline
- Apr 23, 2024Joined GitHub
- Apr 11, 2025Created vita — Plug-and-play TTS integration toolkit powered by Kokoro-82M. Python + CLI interface. Lightweight, open-source, and ready for real-world use.
- Mar 3, 2026Created gitgraveyard
- Mar 7, 2026Created Echoes — A gentle AI that helps early-stage dementia patients record their life story — before it fades. Before the memories fade, Echoes saves them.
- Apr 11, 2026Created TrialBridge
- Apr 12, 2026Created cf_ai_herald
- Apr 18, 2026Created VoiceAIHack
- Apr 22, 2026Most recent push to cf_ai_herald
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.