01 · Roasts
14 commits and counting (slowly)
14 public commits in an entire year. That's roughly one commit per 26 days. Your keyboard is aging better than your commit history.
3 commits in 8 minutes
focusbuddy was born and essentially abandoned in a single sitting. The Pomodoro timer ironically never got a second Pomodoro of effort.
Tests? Never heard of her
Zero test files across all three repos. clickrank scores your documents with PageRank precision, yet no test checks whether it actually works correctly.
HTML: 58% of your identity
Over half your codebase is HTML. For someone building ML-flavored search engines, that's a bold statement about where the real work lives.
0 stars, 0 forks, 2 followers
Both followers are likely your own accounts. The internet has not yet discovered Vidushi Meel — and with 0 external PRs and 0 issues opened, neither has Vidushi Meel discovered the internet.
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% weight25F
- Consistency20% weight20F
- Quality20% weight40D
- Depth15% weight40D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
213 active days
Language distribution
- HTML58%
- JavaScript20%
- Python11%
- TypeScript7%
- CSS4%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
14
Followers
2
Joined GitHub
Dec 2023
05 · Top repos
meelvidushi /
clickrank
Personal search ranking system combining TF-IDF, PageRank, and query history for reranking. Typed Python project with README and structured code, but no tests, CI, or license; demonstrated through ~30 commits over ~50 days on a single experimental codebase.
meelvidushi /
clickrank-website
CS 547 student project showcasing a Next.js marketing website for ClickRank search ranking algorithm. Typed TypeScript, structured layout with CI, but minimal codebase (72 KB, 5 commits in 4 days) and no tests. Serves as portfolio piece with working responsive UI.
meelvidushi /
focusbuddy
One-off Pomodoro timer webapp with mascot feedback, soundscapes, and session tracking. Created 2025-11-25, 3 commits in 8 minutes, 14 KB. No README, tests, CI, license, or type safety.
06 · Timeline
- Dec 18, 2023Joined GitHub
- Oct 23, 2025Created clickrank — Enhances PageRank with user click data and query similarity to dynamically rerank search results for improved relevance & user engagement.
- Nov 25, 2025Created focusbuddy
- Dec 7, 2025Created clickrank-website — Clickrank website for CS 547
- Dec 11, 2025Most recent push to clickrank
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.