01 · Roasts
WakaTime as a Personality
30 commits over 2.8 years on your profile repo — every single one a robot updating a bar chart. Your most consistent contributor is a cron job.
pip install os
StockMovementPrediction's requirements.txt lists 'os' as a pip dependency. That's a Python built-in. You literally tried to install the standard library.
C:/Users/theankitsinha/Desktop
Hardcoded your Desktop path in sentiment.py and pushed it to GitHub. The code only runs on one specific laptop that probably has a My Little Pony sticker on it.
0 Stars, 0 Forks, 0 Followers
Three repos, zero stars, zero forks, zero followers, zero external PRs. GitHub is treating your account like a private journal — and honestly, fair.
Next.js Boilerplate Preserved in Amber
facebook-helpdesk still has the create-next-app README. You scaffolded a project, typed some Prisma models, and called it a helpdesk. The Facebook engineers are not trembling.
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% weight36F
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight5F
03 · Stats
365-day commit heatmap
6 active days
Language distribution
- TypeScript55%
- Python42%
- JavaScript2%
- CSS1%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
0
Followers
0
Joined GitHub
Jun 2019
05 · Top repos
theankitsinha /
facebook-helpdesk
Early-stage Facebook helpdesk integration tool using Next.js, TypeScript, and Prisma. Typed codebase with structured src layout and authentication, but minimal commits (18 of 30 days) and no tests/CI. README is boilerplate (create-next-app template). No evidence of external adoption or production use.
theankitsinha /
StockMovementPrediction
Educational stock prediction project combining sentiment analysis on news headlines with financial data. Three-stage pipeline (sentiment.py, regression.py, validate.py) lacks tests, CI, type hints, and production-grade structure despite implementing XGBoost/Random Forest models achieving 50-84% accuracy on 2008-2019 da
theankitsinha /
theankitsinha
Personal profile README with WakaTime integration CI—no actual code product, tutorials, or sustained project work. Pure portfolio/vanity repo.
06 · Timeline
- Jun 21, 2019Joined GitHub
- Apr 14, 2023Created theankitsinha
- Jan 8, 2024Created StockMovementPrediction — Prediction of stock market movement using Sentiment Analysis on News Headlines
- Mar 20, 2024Created facebook-helpdesk
- May 6, 2026Most recent push to theankitsinha
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.