01 · Roasts
AGENTS.md: Honesty Is a Double-Edged Sword
Explicitly labeling networth_tracker as 'practice for best practices' in AGENTS.md is refreshingly self-aware, but it also means your most substantial project is self-documented as a work-in-progress with no README, no tests, and no CI. That's not practice — that's just homework.
55 Public Commits in a Year
totalCommitsYear=55 with a 46% stale repo ratio. The heatmap shows you had a nice burst in weeks 31–38 (lots of 4s), then... silence. The data suggests you exist in commit form approximately once per season.
3 Followers, 0 External PRs
With 29 public repos, 3 stars, 0 forks, and 0 PRs filed anywhere this year, the GitHub social graph has concluded you are a lurker in your own repositories. soloPct=100% is not a flex.
Notes.md Is Not a Repo
A repo named 'Notes' containing 13 KB of markdown stubs — one of which is literally empty — scored depth=5. The DDIA 'Storage and Retrieval' note containing zero words is a mood, but it is not code.
C++ at 15% With No C++ Repos Scored
C++ makes up 15% of your language footprint but none of the three scored repos touch it. There's a ghost in the stack — either buried in the 26 unanalyzed repos or haunting a stale project from 2022.
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% weight25F
- Consistency20% weight55D
- Quality20% weight36F
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
91 active days
Language distribution
- Python29%
- JavaScript17%
- C++15%
- Makefile14%
- Lua7%
- CSS5%
- Other13%
04 · Numbers
Owned repos
non-fork
28
Commits
last 12 months
55
Followers
3
Joined GitHub
Mar 2021
05 · Top repos
tatercode /
networth_tracker
Personal net worth tracker integrating SimpleFin API with FastAPI backend and React frontend. Functional but lacks documentation, tests, CI, and is actively learning-focused per AGENTS.md; 0 stars indicates early-stage experimental project.
tatercode /
nvim
Personal Neovim configuration with 18 commits over a month, typed Lua codebase (~110 KB) with organized plugin structure and LSP setup, minimal README and no tests/CI.
tatercode /
Notes
Personal study notes repo with minimal code: two algorithm implementations (binary search, selection sort) and markdown notes from "Designing Data-Intensive Applications." No tests, CI, license, or meaningful project scope.
06 · Timeline
- Mar 5, 2021Joined GitHub
- Jan 31, 2025Created nvim — New neovim setup
- Mar 1, 2026Created networth_tracker — Networth tracker built using simplefin
- Mar 11, 2026Created Notes — Just my md notes on various subjects
- Apr 11, 2026Most recent push to networth_tracker
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.