01 · Roasts
Follower Funnel Paradox
105 followers, 884 following. You're not building an audience — you're collecting them like Pokémon. The ratio suggests a follow-back campaign, not a reputation.
Night Owl Who Never Ships Tests
nightOwlPct = 100 — you code exclusively in the dark, which is fine, but partial_reconfiguration_sim has zero tests and zero CI. Apparently the night shift skips QA.
The Graveyard Ratio
46% of your 53 repos haven't been touched in over 2 years. That's 24+ abandoned projects. Your GitHub profile is less a portfolio and more an archaeological dig.
136 Public Commits, Infinite Ambition
You're working on FPGA simulation, SystemVerilog compilers, and a personal blog simultaneously — and logged only 136 public commits this year. privateWorkLikely saves your score; your public history doesn't.
Specialization Without Stardom
EDA tooling, FPGA simulation, SystemVerilog bindings — genuinely niche and technically impressive, yet 70 total stars across 53 repos. The audience for this work exists; they just haven't found you yet.
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% weight51D
- Consistency20% weight55D
- Quality20% weight69C
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
102 active days
Language distribution
- C++72%
- Python12%
- TypeScript5%
- Svelte4%
- TeX2%
- Go1%
- Other4%
04 · Numbers
Owned repos
non-fork
26
Commits
last 12 months
136
Followers
105
Joined GitHub
May 2018
05 · Top repos
CheeksTheGeek /
pyslang-dev
Python bindings for slang SystemVerilog compiler with comprehensive test suite, CI/CD, and documentation. Actively maintained nightly distribution wrapper with 35 MB C++ codebase. Well-structured multi-module API (ast, syntax, parsing, analysis).
CheeksTheGeek /
blog
Personal blog built on Quartz v4 framework with TypeScript configuration, comprehensive documentation, tests, and CI. 30 recent commits over ~1 month (2025-01-07 to 2026-02-09) show active development with full-stack setup including theme customization, comment system, and plugin configuration.
CheeksTheGeek /
partial_reconfiguration_sim
Experimental FPGA partial reconfiguration simulation framework using DPI-C bridges and multi-process Verilator. Typed Python with structured architecture, configuration system, and working examples, but limited adoption (0 stars), minimal commit history (8 of 30), and documentation gaps.
06 · Timeline
- May 18, 2018Joined GitHub
- Jan 7, 2025Created blog
- Dec 23, 2025Created partial_reconfiguration_sim — Simulating Partial Reconfiguration Systems by using Switchboard
- Feb 18, 2026Created pyslang-dev — Repo to auto publish pyslang as nightly
- Mar 5, 2026Most recent push to partial_reconfiguration_sim
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.