01 · Roasts
The Graveyard Gardener
love-event-ticketer has 0 commits, 0 files, and 0 everything. You named it, created it, and immediately abandoned it like a plant you forgot to water. RIP to whatever love event needed ticketing.
One-Shot Scientist
Stock_Market_and_Investment_Analyser: 68 KB, 1 commit, pushed in a single 2-hour session. That's not a project — that's a file dump with a README slapped on top.
41 PRs, 0 Stars
You opened 41 pull requests this year — more than most people — yet somehow accumulated exactly 0 stars across 29 repos. Prolific contributor to other people's glory; anonymous in your own.
Consistency Speedrunner
Your heatmap has 11 consecutive empty weeks (rows 6–17). That's not a dry spell, that's a sabbatical. GitHub's contribution graph is mostly a flat line with occasional panic spikes.
Test-Phobic Portfolio
Six repos scored. Zero have tests. Zero have licenses. You're shipping code like it's 2005 and Stack Overflow hasn't been invented yet. HAS_TESTS=no is your personal brand.
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% weight35F
- Quality20% weight35F
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
76 active days
Language distribution
- JavaScript51%
- Python28%
- CSS13%
- HTML7%
- Other1%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
154
Followers
5
Joined GitHub
Sep 2024
05 · Top repos
nexpectArpit /
hertz_way
Full-stack car rental SaaS prototype: React frontend + Express/Node backend with session auth, MySQL database, and production deployment instructions. Typed language missing, no tests/CI, but ships structured multi-file layout and complete README.
nexpectArpit /
course_Enrollment_API
Personal FastAPI course enrollment API with layered architecture, Pydantic schemas, SQLAlchemy ORM, and PostgreSQL backend. Typed Python code, structured src layout, README, but no tests, CI, or license. ~15 KB codebase with 0 stars indicates experimental personal project.
nexpectArpit /
ResumeIQ
Early-stage Streamlit + LangGraph resume analyzer with multi-agent pipeline; brand new (3 days old), minimal commits, no tests/CI/license, but functional typed Python with documented architecture.
nexpectArpit /
Stock_Market_and_Investment_Analyser
RAG system for investment analysis with Flask backend + vector embeddings. One-shot project dump: 68 KB, 1 commit in 2 hours, no tests/CI/typing, minimal documentation structure.
nexpectArpit /
nexpectArpit
Personal GitHub profile README with no source code—purely decorative badges, analytics widgets, and social links. No functional project, no typed code, no meaningful architecture or substance.
nexpectArpit /
love-event-ticketer
Empty scaffold with zero commits, no files, and no documentation. Created 2026-02-10, never pushed beyond initial creation.
06 · Timeline
- Sep 27, 2024Joined GitHub
- Apr 2, 2025Created nexpectArpit — Config files for my GitHub profile.
- Nov 19, 2025Created course_Enrollment_API — Student course enrollment management
- Feb 10, 2026Created love-event-ticketer
- Apr 1, 2026Created Stock_Market_and_Investment_Analyser — RAG System Implementation where basically we have to demonstrate a functional Retrieval-Augmented Generation (RAG) system using a specialized investment textbook. We will demonstra
- Apr 1, 2026Created hertz_way — a car rental agency
- Apr 7, 2026Created ResumeIQ — a resume reviewer
- Apr 24, 2026Most recent push to nexpectArpit
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.