01 · Roasts
Specification Sommelier
jobtrax has 6 documentation files — ERD, PRD, technical design, implementation walkthrough — and exactly zero lines of working code. You've written more docs for an app that doesn't exist than most devs write for apps that ship.
Burst-Fire Committer
Your heatmap is a seismograph: weeks of flatline silence, then a 4-4-4-4 earthquake in week 19. 734 commits in a year but roughly 60% of weeks are dead zeros. David Xiao works in seasons.
84 PRs, 2 Followers
You opened 84 pull requests this year — more than most developers open in three years — yet only 2 people follow you. Either you're extremely productive in private org repos, or you're PRing into the void at scale.
Stars: Scarce as Friends
6 total stars across 36 public repos. That's one star per 6 repos. Even your own profile README has zero stars, and you've had time to give it one yourself.
C/C++ Ghost
38% C and 26% C++ in your language breakdown — that's 64% systems code — yet none of your scored repos are C/C++ projects. Where are these 12,000+ bytes of systems work hiding? Classified? Abandoned? Both?
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% weight72B
- Depth15% weight65C
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
80 active days
Language distribution
- C38%
- C++26%
- TypeScript17%
- Python4%
- Shell3%
- Makefile3%
- Other9%
04 · Numbers
Owned repos
non-fork
36
Commits
last 12 months
734
Followers
2
Joined GitHub
Sep 2022
05 · Top repos
daveonthegit /
Kyarafit
Comprehensive cosplay wardrobe & convention planning app with TypeScript backend (Convex), Next.js web, and React Native mobile. Well-structured, documented, typed, with CI/CD and tests. Modest stars (2) but demonstrates complete, production-intent shipped project.
daveonthegit /
OutfAI
Wardrobe-recommendation SaaS prototype built with Next.js, Convex, TypeScript. Clean typed architecture with outfit scoring/ML personalization, full CI/CD, and multi-layer docs. Early-stage (1 star) indie project with non-trivial algorithmic depth.
daveonthegit /
Personal_Portfolio
Personal portfolio built with Go + TypeScript, featuring LaTeX resume, dark UI, and contact form. Well-structured full-stack project with typed code, tests, CI/CD, but minimal external adoption (1 star). Clear personal project demonstrating full-stack craft.
daveonthegit /
karavyn
Early-stage real-time group coordination app with TypeScript monorepo (Fastify API, Expo mobile, PostgreSQL). Typed, documented, CI configured, but minimal commits (4 of 30), no tests, fresh project lacking production validation.
daveonthegit /
daveonthegit
Personal portfolio README with tech stack badges. No actual project code, tests, CI, or license. Appears to be a profile repository rather than a working software project.
daveonthegit /
jobtrax
Planning-stage database design documentation for a Flask/SQLite job tracker. No working code shipped, no tests/CI. Thorough specification docs (product requirements, ERD, implementation walkthrough) but repository is a specification scaffold, not a functioning project.
06 · Timeline
- Sep 23, 2022Joined GitHub
- Aug 25, 2025Created Personal_Portfolio
- Sep 10, 2025Created daveonthegit
- Sep 17, 2025Created Kyarafit — A mobile-first cosplay wardrobe and coord planner. Track your builds, organize pieces, design outfits, and get restock alerts — all in one place.
- Mar 16, 2026Created OutfAI — Wardrobe-first outfit intelligence. OutfAI helps you decide what to wear by generating context-aware outfits from your own closet—using mood and weather—with optional, explainable
- Mar 25, 2026Created karavyn — Real-time group coordination app. One session, one live map, everyone in sync.
- Mar 30, 2026Created jobtrax — Smart Job Tracker - Flask/SQLite job application tracker (planning docs)
- Apr 23, 2026Most recent push to Kyarafit
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.