01 · Roasts
Heatmap witness protection
Five commits this year left 49 of 52 heatmap weeks blank; the graph has more silence than signal.
License absent, twice as loud
All three scored projects omit a license, so even the well-packaged todo app ships with legal ambiguity.
Weathered, not documented
vijayapura-historical-weather collected daily data for more than three years, then skipped the README explaining why anyone should use it.
Portfolio, not flywheel
Three named projects demonstrate shipping, but 18 total stars, zero forks, zero PRs, and zero issues show little external pull.
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% weight33F
- Consistency20% weight20F
- Quality20% weight37F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
4 active days
Language distribution
- JavaScript35%
- Ruby31%
- HTML9%
- Shell7%
- Python7%
- CSS5%
- Other6%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
5
Followers
13
Joined GitHub
Nov 2013
05 · Top repos
amitmbee /
todos-app
A small React/Redux todo CRUD client with Axios services, async loading UI, a smoke test, and Docker/Nginx production packaging, but limited adoption and no CI, license, or typed implementation.
amitmbee /
vijayapura-historical-weather
A focused historical-weather collector with daily OpenWeatherMap snapshots from 2020-05-30 through 2023-10-26, automated by a scheduled GitHub Actions workflow but lacking tests, documentation, typing, and license metadata.
amitmbee /
todos-api
A documented Rails 5.2 CRUD API with Docker/PostgreSQL setup and conventional controllers, models, routes, and migrations, but only 1 star and no tests, CI, or license limit adoption and engineering assurance.
06 · Timeline
- Nov 12, 2013Joined GitHub
- Jul 31, 2019Created todos-api — CRUD todos api on rails
- Aug 5, 2019Created todos-app
- May 30, 2020Created vijayapura-historical-weather — A github action that records the weather data for Vijayapura city and records it in a file
- Oct 26, 2023Most recent push to vijayapura-historical-weather
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.