01 · Roasts
57% Graveyard Ratio
Over half your 45 public repos haven't been touched in 2+ years. Your GitHub is less a portfolio and more an archaeological dig site — future devs will carbon-date your jQuery commits.
GSoC Mentor, Zero Issues Filed
You're listed as a GSoC'25 mentor at OWASP-BLT but filed 0 issues and opened 2 PRs this entire year. The students you're mentoring are probably more active on GitHub than you are.
The Undocumented Monolith
Your 'freelances' repo is 72 MB of React, Flutter, and Django crammed into one folder with no README, no license, and no tests. It's not a portfolio — it's a hostage situation.
One-Day PHP Philosopher
'happy-independence-day-wish-script' was born and died on the same day in August 2020. Four years later it still has no README. The independence it celebrates is freedom from documentation.
113 Commits, Mostly Silence
113 commits in a year across 45 repos averages to barely 2.5 commits per repo. With heatmap dead zones spanning most of mid-year, 'coding ⌨️' in your bio is doing a lot of heavy lifting.
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% weight28F
- Consistency20% weight55D
- Quality20% weight29F
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
158 active days
Language distribution
- C++51%
- JavaScript19%
- Dart12%
- HTML5%
- C3%
- TypeScript3%
- Other7%
04 · Numbers
Owned repos
non-fork
21
Commits
last 12 months
113
Followers
27
Joined GitHub
Aug 2020
05 · Top repos
CodeWithBishal /
first-contributions
Beginner-friendly educational repo for first-time open-source contributors with a simple brand showcase webpage. Minimal scope (108 KB, HTML/CSS), sparse documentation, no tests or CI, but serves a clear pedagogical purpose with recent activity.
CodeWithBishal /
freelances
Multi-project portfolio repo mixing React admin panel, Flutter puja-booking app, and Django content aggregators with no README, tests, CI, or external impact. Typed, structured code but undocumented and experimental.
CodeWithBishal /
happy-independence-day-wish-script
Single-file PHP holiday greeting script with hardcoded logic, no README, tests, CI, or license. Minimal scope created and abandoned in one day.
06 · Timeline
- Aug 17, 2020Joined GitHub
- Aug 16, 2021Created happy-independence-day-wish-script
- Aug 17, 2023Created freelances
- Dec 8, 2024Created first-contributions
- Apr 14, 2026Most recent push to freelances
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.