01 · Roasts
The 2012 Time Capsule
Two of your three scored repos were created AND abandoned on the same day in 2012. cucumber_selenium was pushed start-to-finish in 17 seconds. That's not a project, that's a ctrl+C ctrl+V with a git push.
56 Repos, 0 Commits This Year
You've accumulated 56 public repos over 15 years of GitHub history and managed to post exactly 0 commits in the past 12 months. That's a ratio that would make a museum curator proud.
Jupyter Notebook Graveyard
61% of your codebase is Jupyter Notebooks — the spiritual home of 'I'll finish this analysis later.' With a stale repo ratio of 79%, 'later' never came.
The Social Ghost
34 followers, 0 PRs this year, 0 issues filed. You have more followers than GitHub activity. They're all still waiting for the sequel.
Licensed to Abandon
Not a single scored repo has a license. Legally, no one can use your one-shot 2012 boilerplate samples anyway — which is probably fine given the 1 total star across all of them.
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% weight15F
- Consistency20% weight10F
- Quality20% weight23F
- Depth15% weight5F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
103 active days
Language distribution
- Jupyter Notebook61%
- JavaScript14%
- Ruby12%
- TypeScript6%
- HTML3%
- Clojure1%
- Other3%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
0
Followers
34
Joined GitHub
May 2009
05 · Top repos
deepakprasanna /
ScalaPlaySampleapp
One-off tutorial/sample app from 2012 using Play Framework 2.0 with Scala. Minimal boilerplate registration example with no tests, CI, or meaningful docs. Single commit in one day suggests experimental learning project.
deepakprasanna /
deepakprasanna.github.com
Personal GitHub Pages scaffold with minimal commits (3 of 30 days) and no documentation, tests, or CI. Appears to be an early-stage setup with no substantive output.
deepakprasanna /
cucumber_selenium
One-off Cucumber/Selenium test scaffold with a single example feature, no README, no tests, no CI, and no commits after initial dump on 2012-05-23.
06 · Timeline
- May 6, 2009Joined GitHub
- May 23, 2012Created cucumber_selenium
- Jun 5, 2012Created deepakprasanna.github.com — deepakprasanna.github.com
- Jul 12, 2012Created ScalaPlaySampleapp
- Jul 12, 2012Most recent push to ScalaPlaySampleapp
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.