01 · Roasts
The Two-Minute Repo
linux_foundation_courses was created and abandoned in literally 2 minutes. That's less time than it takes to brew instant noodles, and arguably less nutritious.
Typo-Driven Development
monpi ships 'get_curent_usage' and 'respone_time' as real function names. At 1KB of code, there were only so many characters to get right — and you still missed some.
0 Stars, 18 Repos
Across 18 public repositories, you've accumulated a grand total of 0 stars. That's not bad luck — that's a consistent philosophical commitment to invisibility.
README? Optional, Apparently
Two of three scored repos have no README at all. The one that does is a 2-sentence stub. Documentation is not a nice-to-have when it's the only artifact anyone can evaluate.
12 PRs, 2 Followers
You opened 12 pull requests this year but have 2 followers. At this rate, you're contributing to an audience of yourself — which, to be fair, is a very loyal demographic.
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% weight8F
- Consistency20% weight35F
- Quality20% weight10F
- Depth15% weight5F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
116 active days
Language distribution
- Python48%
- JavaScript35%
- CSS8%
- HTML8%
- Mako0%
- Turing0%
- Other1%
04 · Numbers
Owned repos
non-fork
13
Commits
last 12 months
147
Followers
2
Joined GitHub
Nov 2024
05 · Top repos
SkSakilAli /
linux_foundation_courses
Empty scaffold repo created to sync Linux Foundation course notes; no files present, minimal README, single commit in 2 minutes.
SkSakilAli /
monpi
Minimal FastAPI monitoring service with 1KB codebase, 3 recent commits, no documentation, tests, CI, or type hints. Incomplete implementation with apparent typos in function names.
SkSakilAli /
SkSakilAli
Personal GitHub profile README with no code, no structure, and no external impact. A one-off config placeholder with a personal bio comment.
06 · Timeline
- Nov 9, 2024Joined GitHub
- Nov 9, 2024Created SkSakilAli — Config files for my GitHub profile.
- Jan 24, 2026Created linux_foundation_courses — Notes for courses of linux foundation
- Apr 15, 2026Created monpi — A lighweight FastAPI Application monitorning service
- Apr 15, 2026Most recent push to monpi
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.