01 · Roasts
Sprint King, No Marathon
Both Backtester repos were built in 5-day sprints then immediately abandoned. At least commit to ghosting them after a week, not after 8 commits.
README? More Like READ-NOTHING
Backtester's README is literally two lines: activate venv, run tests. The tests don't exist. The documentation lied to you before you even started.
52 Commits, 46 Quiet Weeks
totalCommitsYear = 52 across a full year. That's one commit per week on average, but the heatmap shows you actually did them in frantic 2-day bursts with months of silence in between.
Kafka in Prod, 3 Unit Tests in Total
Recipe wires up Kafka, Elasticsearch, Kibana, MySQL, and JWT auth in docker-compose — then validates all of it with exactly 3 unit tests in ElasticControllerTest.java. Bold strategy.
0 Stars, 0 Forks, 0 Followers
The entire GitHub profile has accumulated exactly zero stars, zero forks, and zero followers. The algorithm isn't ignoring you — it literally hasn't noticed you exist yet.
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% weight40D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
24 active days
Language distribution
- Python67%
- Java24%
- HTML5%
- JavaScript3%
- CSS2%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
52
Followers
0
Joined GitHub
Jul 2024
05 · Top repos
DeeveshRai /
Recipe
Spring Boot recipe web app with Kafka event streaming, Elasticsearch integration, JWT auth, and role-based access. Typed, structured, but lacks README, tests are minimal, no CI, and no license.
DeeveshRai /
Backtester
Early-stage backtester with working CLI, simple SMA strategy, and basic portfolio tracking. Untyped Python, no tests/CI, minimal documentation, and 7 KB codebase shows experimental single-week sprint rather than sustained project.
DeeveshRai /
Backtester-Data-Pipeline
Early-stage trading data pipeline project with 11 commits in 5 days. Has basic CLI, data fetching, normalization and cleaning modules but lacks tests, CI, type hints, error handling, and has incomplete formatting module. No external adoption or distribution.
06 · Timeline
- Jul 2, 2024Joined GitHub
- Oct 9, 2025Created Recipe — Recipe Web App:
- Jan 27, 2026Created Backtester-Data-Pipeline — Data Pipeline for Trading Bot, specifically for the backtester
- Feb 1, 2026Created Backtester — Backtester for Trading Bot
- Feb 6, 2026Most recent push to Backtester
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.