01 · Roasts
28 Commits to Rule Them All
You made 28 public commits in the past year — that's less than one commit every two weeks. The GitHub heatmap has so many empty cells it looks like a checkerboard that gave up.
The TODO Graveyard
Auto-scheduler has a literal '# TODO: Hash password' sitting in the auth endpoint. community-page- ships with 'admin123' hardcoded. These aren't just code smells — they're security hazards flying a skull-and-crossbones flag.
AI Platform Without the AI
Landing-Page-AI-content is a marketing site for an AI content platform that... doesn't contain any AI. ContentService.analyze_style() in Auto-scheduler returns hardcoded values. The brand is writing checks the code can't cash.
Zero Social Presence
0 followers, 0 following, 0 PRs, 0 issues filed — you've been on GitHub since November 2021 and left zero footprint in the broader community. Even a single issue comment would move the needle.
Test Coverage: Vibes Only
Not a single test file across all three repos. No CI pipelines either. The closest thing to quality assurance here is the README saying features 'should' 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% weight30F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
116 active days
Language distribution
- Python31%
- JavaScript24%
- TypeScript22%
- HTML14%
- CSS8%
- Other1%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
28
Followers
0
Joined GitHub
Nov 2021
05 · Top repos
AAhmed-SD /
Auto-scheduler-and-content-creator
Personal content scheduling project with typed Python FastAPI backend, structured multi-module layout, README, and ~100 commits over 3.5 months, but lacks tests, CI, production readiness, and has unfinished placeholder implementations.
AAhmed-SD /
community-page-
Early-stage landing page for Ibaadah habit-building app. Typed Flask backend + HTML/CSS/JS frontend with Firebase auth. Decent structure but minimal production maturity, no tests, no CI, basic docs.
AAhmed-SD /
Landing-Page-AI-content
A Next.js 15 landing page for an AI content platform with TypeScript, Tailwind CSS, and Framer Motion animations. Typed, well-structured, and documented, but deployed as a static marketing site with 1 star and no functional backend or tests.
06 · Timeline
- Nov 23, 2021Joined GitHub
- Mar 27, 2025Created community-page-
- Apr 6, 2025Created Auto-scheduler-and-content-creator — Auto-scheduler and content creator
- Apr 19, 2025Created Landing-Page-AI-content — Landing Page AI content
- Jul 19, 2025Most recent push to Auto-scheduler-and-content-creator
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.