01 · Roasts
30 commits? Even your README commits more.
totalCommitsYear = 30. Your heatmap looked great through spring, then fell off a cliff like a poorly planned SLA. GitHub is not a seasonal vegetable.
PyPI publisher, solo hermit
little-timmy made it to PyPI v3.5.0, which is legitimately cool — but with 11 followers and 4 PRs all year, you're shipping into the void. Trees falling in forests and all that.
Architecture docs but no tests
keycloak-client-authz has an ARCHITECTURE.md AND a CHANGELOG, yet somehow tests didn't make the cut. You documented the house blueprints but skipped the smoke detectors.
PoC that became a tombstone
scalr-cdktf was a proof-of-concept and remained exactly that. Depth score of 35, no CI, minimal recent activity. Even the bash orchestration has given up.
5 languages, 3 repos
Python, TypeScript, Java, Go, JavaScript — impressive language spread across… 3 public projects. That's like owning 5 guitars and knowing 3 songs.
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% weight40D
- Consistency20% weight35F
- Quality20% weight67C
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
290 active days
Language distribution
- Python36%
- TypeScript29%
- Java27%
- Go6%
- JavaScript1%
- Shell0%
- Other1%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
30
Followers
11
Joined GitHub
Nov 2015
05 · Top repos
hoo29 /
little-timmy
Specialized Ansible linter finds unused and duplicated variables. 97 KB typed Python project with README, tests, CI pipeline, configurable defaults, and published to PyPI with 3.5.0 release.
hoo29 /
keycloak-client-authz
Specialized Keycloak authenticator plugin for client role authorization. Well-structured Java project with typed code, CI/CD pipeline, tests, and comprehensive documentation (README, ARCHITECTURE.md, CHANGELOG). Narrow use-case with minimal adoption (2 stars).
hoo29 /
scalr-cdktf
Proof-of-concept example showing cdktf integration with Scalr via bash orchestration. TypeScript + tests + license present, minimal scope, ~300 commits over 8 months with light recent activity.
06 · Timeline
- Nov 19, 2015Joined GitHub
- Jul 7, 2021Created keycloak-client-authz — Keycloak client authorisation plugin
- May 5, 2022Created scalr-cdktf — Example cdktf project using Scalr
- Jun 9, 2024Created little-timmy — Little Timmy will try their best to find those unused and duplicated Ansible variables
- Aug 2, 2026Most recent push to little-timmy
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.