01 · Roasts
49 commits in 365 days
That's less than one commit per week. Your heatmap looks like a connect-the-dots puzzle where someone gave up halfway through — 87% of your repos haven't been touched in 2+ years.
epub-reader: The 3-day wonder
You shipped a Ruby EPUB parser in September 2013, pushed commits for exactly 3 days, and then vanished for over a decade. Even the gem on RubyGems is probably collecting dust on some forgotten server rack.
100% Night Owl, 0% PRs
You code exclusively at night and apparently never share the results — totalPRsYear: 0, totalIssuesYear: 0. GitHub is a social platform and you're treating it like a private diary.
51 repos, 3 scored
Out of 51 public repos, only 3 were substantial enough to analyze. The rest are presumably the 87% graveyard that staleRepoRatio confirmed. Quantity is not a portfolio strategy.
15 years of Emacs config
Your most sophisticated project is configuring your text editor. emacs.d is beautifully modular and well-documented — but it's still just... your personal config. You've spent a decade and a half perfecting the workshop and not shipping from it.
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% weight33F
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight70B
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
17 active days
Language distribution
- Jupyter Notebook30%
- Hack11%
- Shell9%
- Assembly9%
- HTML8%
- C6%
- Other27%
04 · Numbers
Owned repos
non-fork
30
Commits
last 12 months
49
Followers
100
Joined GitHub
Apr 2009
05 · Top repos
fernandoalmeida /
emacs.d
Well-structured personal Emacs configuration with 15 years of history. Modular setup using use-package/elpaca, comprehensive language support (Elixir, Python, JS/TS), and clear config organization across 8 focused modules.
fernandoalmeida /
linux-environment
Personal dotfiles and environment setup repo with 13-year history; shell scripts for Arch/Debian package installation and config linking; minimal adoption (3 stars), no tests/CI, but structured Makefile and consistent installation pattern.
fernandoalmeida /
epub-reader
Ruby EPUB parser library with clean API and test coverage, but dormant since Sept 2013 (10+ years inactive), minimal adoption (10 stars), no CI/types, and no recent maintenance.
06 · Timeline
- Apr 15, 2009Joined GitHub
- May 23, 2011Created emacs.d — Emacs enviroment with extensions and customizations
- Feb 20, 2013Created linux-environment — Config files for linux environment
- Sep 20, 2013Created epub-reader — EPUB Reader is a Ruby library which helps you to parse EPUB files conforming as much as possible the specification from IDPF.
- Apr 5, 2026Most recent push to linux-environment
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.