01 · Roasts
Wrong README, Who Cares?
crypto-higher-lower's README describes 'Task Master', an AI task manager — not a crypto game. You shipped a 16 MB repo with someone else's documentation. Classic 'ship first, think never' energy.
The 6-Month Nap
Your heatmap shows intense activity through week 18, then a near-total blackout until week 51. That's not a sprint, that's a project you ghosted harder than a bad Tinder date.
StarkNet: The Void
2KB. One commit. No files. StarkNet exists purely to raise your repo count by 1. It is philosophically a folder with a name.
97% Python, 0% Variety
Cython at 1% and C++ at 1% are doing the heavy lifting of making your language chart look like it has a pulse. Python monoculture with a garnish.
LeetCode Laundering
Your CI workflow is literally a bot that pushes LeetCode solutions for you. The one repo with CI doesn't have a human writing the CI — it's joshcai/leetcode-sync doing the work.
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% weight35F
- Quality20% weight25F
- Depth15% weight20F
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
46 active days
Language distribution
- Python97%
- Cython1%
- C++1%
- C#0%
- C0%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
188
Followers
4
Joined GitHub
Feb 2024
05 · Top repos
IbrahimMohammad-pi /
crypto-higher-lower
Early-stage crypto game prototype using MCPS with on-chain interaction. Created Apr 2025 with minimal commits, no tests/CI, untyped Python, and mismatch between repo description and README content.
IbrahimMohammad-pi /
leetcode-solutions
Auto-synced LeetCode solutions dump via joshcai/leetcode-sync action; 20+ Python algorithm problems with minimal documentation, no tests, untyped code, and bare GitHub Actions workflow.
IbrahimMohammad-pi /
StarkNet
Empty scaffolding with minimal README, 2KB size, single commit on creation date. No source files, tests, CI, or meaningful documentation beyond a one-line description.
06 · Timeline
- Feb 15, 2024Joined GitHub
- Apr 11, 2025Created StarkNet — Solution for Starknet hackathon
- Apr 14, 2025Created crypto-higher-lower — A multiplayer game that uses mcps and interacts on chain, in a game of higher lower, with winner takes all.
- Apr 12, 2026Created leetcode-solutions
- Apr 12, 2026Most recent push to leetcode-solutions
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.