01 · Roasts
"All the good stuff is in private repos"
Your own README literally says this — which means your entire public GitHub is 3 repos, 9 total commits, and a profile bio. That's not a portfolio, that's a business card with nothing on the back.
Speed-Runner of Software Development
bulls-and-cows: created and closed in 4 minutes. Payment-Receipts: 3 minutes. You're not shipping fast, you're copy-pasting and logging off. Your repos have shorter lifespans than a TikTok trend.
AI Data Specialist with 9 Commits
The bio says 'AI Data Specialist @Meta' and 'Building real AI products 🛠️'. The GitHub says 9 public commits in a year, zero ML code visible, and a Bulls and Cows game. The gap between the LinkedIn and the ledger is astronomical.
0 Stars, 0 Forks, 0 PRs, 0 Issues
A perfect quadruple zero. Not a single star, fork, pull request, or issue — from anyone, anywhere, ever. You are statistically invisible to the open-source ecosystem.
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% weight15F
- Consistency20% weight10F
- Quality20% weight22F
- Depth15% weight5F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
56 active days
Language distribution
- Python40%
- Java27%
- CSS12%
- HTML12%
- JavaScript9%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
9
Followers
2
Joined GitHub
Oct 2024
05 · Top repos
rasrescodes /
bulls-and-cows-game
One-file 3 KB Bulls and Cows guessing game. Working script with README but no tests, CI, types, or license. Created and last pushed 2024-11-12 (same day, 4 min apart). Minimal scope and single-session dump.
rasrescodes /
Payment-Receipts
Single-file Python script generating PDF receipts with reportlab. Minimal scope, one-shot commit, no tests, CI, license, or version control infrastructure.
rasrescodes /
rasrescodes
Personal portfolio/profile README with no functional code. 18 KB repo, 9 commits in 1 day, zero source files. Profile placeholder rather than working project.
06 · Timeline
- Oct 31, 2024Joined GitHub
- Nov 7, 2024Created Payment-Receipts
- Nov 12, 2024Created bulls-and-cows-game
- Apr 17, 2026Created rasrescodes
- Apr 17, 2026Most recent push to rasrescodes
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.