01 · Roasts
CI/CD Allergic
Four repos analyzed. Four README=yes. Four CI=no. Four TESTS=no. You've mastered the art of documenting code that has never been automatically verified. Bold strategy.
The README Whisperer
qotws README literally says 'If you know, you know.' That's not documentation — that's a riddle wrapped in a repo. Someone has to know, and it's clearly not future-you.
Consistency? Occasionally.
Your heatmap has a 9-week dead zone (weeks 14–22) where commits flatlined completely. 241 commits/year sounds decent until you notice they cluster like a heartbeat monitor during a nap.
Rust Ghost
11% of your codebase is Rust, yet zero Rust repos made it into the analysis. Somewhere there's a Rust project quietly rusting away, unscored and unloved.
57 Stars, All Alone
57 total stars across 23 repos with only 32 followers. You're averaging 2.5 stars per repo, which is technically above 'private project' territory but well below 'anyone noticed'.
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% weight45D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
118 active days
Language distribution
- Python62%
- Go14%
- Rust11%
- HTML7%
- JavaScript4%
- CSS2%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
241
Followers
32
Joined GitHub
Dec 2022
05 · Top repos
skifli /
watson
Lightweight Go CLI tool for username reconnaissance across 17 social platforms. Well-typed, documented README, structured src/ layout with fast HTTP client, but no tests or CI. Single primary source file with modest scope (~127 KB).
skifli /
creft
A typed Go Discord bot with counting channels, rock-paper-scissors games, and admin management. Structured modules with JSON database persistence, but minimal tests or documentation beyond the brief README.
skifli /
gocc
Go cross-compilation utility with clean typed codebase, structured layout, and functional design. MIT licensed with README, but lacks tests, CI, and production adoption signals.
skifli /
qotws
Private submission repository with minimal documentation ("If you know, you know"), 1 star, no tests or CI, 86KB codebase, but 23 commits over ~2.5 years showing sustained engagement.
06 · Timeline
- Dec 23, 2022Joined GitHub
- Jan 5, 2023Created gocc — Go Cross-Compilation made easy.
- Mar 16, 2023Created watson — Find social media accounts by username. Fast.
- Mar 19, 2023Created creft — A simple utility / games bot for Discord.
- Sep 28, 2023Created qotws — Question of the Week submissions.
- Apr 13, 2026Most recent push to watson
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.