01 · Roasts
589 stars living in one basket
pomo has essentially all 589 of your stars. The other 36 repos combine for roughly 1. You didn't build a portfolio — you built one hit and a lot of practice files.
Architecture doc enjoyer, CI avoider
Workbench has ARCHITECTURE.md, docs/conventions.md (500+ lines), STATUS.md, and design.md — but no CI pipeline and no passing test suite. You documented a building that has no load-bearing tests.
nixos-config: no README, no license, no mercy
You spent 4+ months configuring NixOS with a beautiful modular layout, then gave it zero documentation. Future-you will have no idea what pomo dependency does what. Past-you did not care.
11 PRs/year and calling yourself a community member
You opened 11 pull requests and 4 issues across all of GitHub this year. With 37 repos of your own to maintain, you clearly have commitment issues — just not to other people's code.
SWE student with 5 languages and no tests in 4 of 6 repos
JavaScript, Java, HTML, C#, C++, Python, Go, Nix — impressive polyglot range. Now imagine writing a single unit test in any of them outside of pomo. Hypothetically speaking, of course.
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% weight63C
- Consistency20% weight70B
- Quality20% weight72B
- Depth15% weight65C
- Breadth10% weight80A
- Community10% weight50D
03 · Stats
365-day commit heatmap
217 active days
Language distribution
- JavaScript19%
- Java17%
- HTML15%
- C#9%
- C++8%
- Python6%
- Other26%
04 · Numbers
Owned repos
non-fork
33
Commits
last 12 months
1,272
Followers
26
Joined GitHub
Jun 2022
05 · Top repos
Bahaaio /
pomo
Go-based TUI Pomodoro timer with typed code, comprehensive test suite, CI/CD, desktop notifications, ASCII art rendering, and productivity statistics tracking via SQLite.
Bahaaio /
Workbench
Personal project: Team work management SaaS with ASP.NET Core + Blazor Server, kanban boards, milestones, issues. Typed, documented, modular architecture. No tests/CI; early stage with 30 recent commits across 3 weeks. Zero external adoption.
Bahaaio /
dotfiles
Personal dotfiles repo with 742KB of shell configs (zsh, nvim, hyprland, tmux, waybar). Well-organized structure with MIT license and meaningful documentation via README + functional setup. 30 of last 30 commits show active maintenance, but limited external impact or adoption.
Bahaaio /
nixos-config
Personal NixOS flake configuration with structured modular layout across ~30 commits. No documentation, no tests/CI, and no license; primarily a declarative system setup with desktop and development tool modules.
Bahaaio /
monolith-vs-microservices-benchmark
Experimental monolith-vs-microservices benchmark repo in Java + Python. Implements two parallel Spring Boot architectures with Docker, JMeter, and analysis scripts, but lacks documentation, tests, CI, and any external adoption.
Bahaaio /
exercism
Personal collection of Exercism.org problem solutions in Java with 30 commits over ~1 year; no documentation, tests, CI, or license; minimal project structure or reusability.
06 · Timeline
- Jun 22, 2022Joined GitHub
- Jan 30, 2025Created dotfiles — My Dotfiles setup on GNU/Linux.
- Jun 21, 2025Created exercism — my exercism.org solutions
- Aug 10, 2025Created pomo — Customizable TUI Pomodoro timer with ASCII art, progress bar, desktop notifications, and productivity statistics.
- Mar 8, 2026Created monolith-vs-microservices-benchmark
- Apr 16, 2026Created nixos-config — My NixOS setup.
- Aug 10, 2026Created Workbench — Team work management: kanban boards, milestones, and issues. ASP.NET Core + Blazor Server.
- Aug 27, 2026Most recent push to Workbench
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.