01 · Roasts
One Hit Wonder
45 of your 54 total stars live in one repo. The other 39 repos collectively scraped together 9 stars — that's a portfolio, not a pattern.
The Graveyard Keeper
83% stale repo ratio: you've got 40 public repos and roughly 33 of them haven't seen a commit in over 2 years. That's not a portfolio, that's a haunted house.
README? What README?
azd-docs is a documentation repo whose own README is literally 4 words. It's documentation that needs documentation.
HTML Majority
51% of your language bytes are HTML — and most of that is auto-generated SDK docs. Jupyter Notebook takes another 45%. Your 'Java developer' brand is being outvoted by markup.
21 Commits a Year
21 public commits in a year across 40 repos works out to one commit per repo every 700 days. Even accounting for private work, this heatmap looks like a seismograph in a library.
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% weight48D
- Consistency20% weight55D
- Quality20% weight67C
- Depth15% weight65C
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
17 active days
Language distribution
- HTML51%
- Jupyter Notebook45%
- Java3%
- PowerShell1%
- C#0%
- CSS0%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
21
Followers
19
Joined GitHub
May 2016
05 · Top repos
hkarthik7 /
azure-devops-java-sdk
Mature Java SDK for Azure DevOps REST API with 45 stars. Typed, documented, published to Maven Central, CI/CD enabled. Recent activity (last push 2026-02-27), structured architecture, but no test suite.
hkarthik7 /
overflow
Learning-focused .NET Aspire demo implementing a Stack Overflow-like Q&A platform with microservices (question service, search service), PostgreSQL, RabbitMQ, Keycloak auth, and Typesense full-text search. Typed C#, structured multi-file layout, and strong infrastructure setup, but minimal documentation and no tests.
hkarthik7 /
azd-docs
Documentation-only repo for azure-devops-java-sdk with minimal README (4 words), 9.7 MB of HTML/markup, 26 commits in last 30 days, no tests or CI, but consistent recent activity through Feb 2026.
06 · Timeline
- May 25, 2016Joined GitHub
- Nov 26, 2020Created azure-devops-java-sdk — Java SDK for managing Azure DevOps services
- Dec 5, 2020Created azd-docs — azure-devops-java-sdk documentation
- Jan 11, 2026Created overflow — A demo app created using .NET aspire for learning purpose
- Feb 27, 2026Most recent push to azd-docs
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.