01 · Roasts
79% Graveyard Operator
81 repos and 79% of them haven't been touched in 2+ years. That's not a portfolio, that's a digital attic where good intentions go to fossilize.
40 Public Commits All Year
totalCommitsYear = 40 public commits. Even accounting for the private-work safety net, that's roughly one commit per week — 'token gambling' in the bio might describe your commit frequency too.
The No-Test Trilogy
MotionCues, future, faisalsayed10 — a clean sweep of zero test coverage across every scored repo. You write beautiful Swift but apparently trust vibes over assertions.
34-Minute Feature Release
MotionCues was created and last pushed on the same day, within 34 minutes. Bold to call it a GitHub release. Bolder to call it a shipped product.
Solo to the Core
soloPct = 100%. 0 external PRs this year, 6 issues total. You have 205 followers watching you build alone in silence — parasocial open source at its finest.
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% weight41D
- Consistency20% weight55D
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
139 active days
Language distribution
- TypeScript52%
- JavaScript16%
- Python9%
- Swift9%
- HTML5%
- CSS3%
- Other6%
04 · Numbers
Owned repos
non-fork
61
Commits
last 12 months
40
Followers
205
Joined GitHub
Feb 2018
05 · Top repos
faisalsayed10 /
future
Swift iOS app with share extension for scheduling links. Well-structured multi-target architecture using FoundationModels for NLP and on-device AI labeling. Strong typed codebase and clean UI, but at 9.6 MB, pre-release maturity (no tests, CI, or license), and zero external adoption.
faisalsayed10 /
MotionCues
MacBook motion-sickness mitigation app using accelerometer/gyroscope with low-pass filtering. Novel hardware application, clean typed Swift architecture, but early-stage with minimal adoption and only 4 commits in initial 34-minute burst.
faisalsayed10 /
faisalsayed10
Personal profile/portfolio repo with minimal code substance—mostly README with social links and GitHub metrics. No meaningful source files, no tests, no license, no gitignore. Active CI suggests some automation but repo lacks deliverable code.
06 · Timeline
- Feb 19, 2018Joined GitHub
- Aug 1, 2020Created faisalsayed10
- Feb 19, 2026Created future — Send links to your future self
- Apr 12, 2026Created MotionCues
- Apr 26, 2026Most recent push to faisalsayed10
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.