01 · Roasts
93% Pascal in 2024
With 93% of your codebase in Pascal across 95 repos, you're not just niche — you're archaeologically niche. FreePascal is a fine tool, but your language diversity score is basically a single data point.
The Burst-and-Ghost Pattern
Your heatmap tells the story: weeks 7–12 are an inferno of commits, then silence for months. 308 commits/year sounds okay until you realize 73% of your repos haven't been touched in over 2 years.
setup-lazarus: Brilliant, But Tired
Your most-used project has a README section literally titled 'seeking maintainer.' You built something the community needed, then publicly announced you're done with it. That's a flex and a cry for help simultaneously.
95 Repos, 3 Scored
You've got 95 public repos but only 3 had enough signal to score. At a stale ratio of 0.73, roughly 69 of those repos are digital tombstones. The graveyard is real and it is yours.
1 PR All Year
totalPRsYear = 1. One. You opened 28 issues (mostly on your own repos) but contributed exactly one PR to the wider GitHub ecosystem. For someone with 148 followers, that's a remarkably closed loop.
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% weight58D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
46 active days
Language distribution
- Pascal93%
- TypeScript4%
- Shell1%
- Inno Setup1%
- PHP0%
- Makefile0%
- Other1%
04 · Numbers
Owned repos
non-fork
73
Commits
last 12 months
308
Followers
148
Joined GitHub
May 2009
05 · Top repos
gcarreno /
setup-lazarus
GitHub Actions setup for Lazarus IDE with multi-version support, typed TypeScript, structured CI, and comprehensive package management. Owner publicly acknowledged maintenance challenges in README.
gcarreno /
fp-h2pas
Early-stage C-to-Pascal header translator with working CLI, comprehensive test suite (3 test modules), and CI/CD pipeline; 64 KB codebase with organized modular structure (preprocessor, AST, clang abstraction layers).
gcarreno /
GC-BoilerPlate
Personal boilerplate and reference collection spanning Pascal, Go, PHP, and web frameworks. Well-documented via README and ARCHITECTURE.md, but no executable codebase or tests. Last commit Feb 2026 shows active maintenance of reference materials.
06 · Timeline
- May 6, 2009Joined GitHub
- Jan 15, 2018Created GC-BoilerPlate — My boiler plate stuff
- Apr 8, 2020Created setup-lazarus — Set up your GitHub Actions workflow with a specific version of Lazarus
- Apr 3, 2026Created fp-h2pas — A tool that translates C header files into Object Pascal
- Apr 11, 2026Most recent push to fp-h2pas
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.