01 · Roasts
68% Graveyard Rate
Nearly 7 in 10 of your 61 repos haven't been touched in over 2 years. That's not a portfolio — that's a digital attic full of half-assembled furniture.
65% Jupyter, 0% Tests
Two-thirds of your codebase by bytes is Jupyter Notebooks, and you have zero test coverage across almost every repo. Science experiments belong in labs, not production portfolios.
The One Good Repo Is Dead
ajay-notes is your only repo with CI, tests, typed language, AND a license — and it has had exactly 1 commit in 10 months. Peak hygiene, minimal survival.
247 Commits, All in February
Your heatmap is a cliff: dense bursts in weeks 1–9, then a vast empty tundra for the next 43 weeks. Sprinting is not the same as shipping.
5 Followers, 5 PRs, 0 Issues
With 5 followers and 5 external PRs all year, your GitHub presence is roughly as discoverable as a README in a private repo. The community signal is basically noise.
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% weight35F
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
51 active days
Language distribution
- Jupyter Notebook65%
- HTML14%
- JavaScript5%
- TypeScript5%
- Python3%
- C++2%
- Other6%
04 · Numbers
Owned repos
non-fork
47
Commits
last 12 months
247
Followers
5
Joined GitHub
Jun 2021
05 · Top repos
ajaykrmnc /
docs
Personal knowledge-base/documentation repo with 50+ markdown guides on systems programming, databases, and C/C++ covering architecture, kernel internals, and interview prep. VitePress-powered with CI/CD but no tests or license.
ajaykrmnc /
ajay-notes
Personal TypeScript notes app with comprehensive documentation (docs/, design.md, ARCHITECTURE.md, STATUS.md), tests, CI, and MIT license. Zero public adoption; 1 recent commit in 10+ months suggests experimental/personal use phase.
ajaykrmnc /
chromeui
Brand-new Chrome extension for Vim-like tab management with clean class-based architecture, but severely under-documented, no tests/CI, and minimal proof of adoption (0 stars, <1 day old, 28 KB).
ajaykrmnc /
ecopoolcabs
Boilerplate-heavy React cab-booking app with generic Create React App README, no tests/CI, untyped JS, and minimal meaningful documentation beyond default scaffolding. Only 2 commits in last 30 days signals low activity.
ajaykrmnc /
dotfiles
Personal dotfiles repo (nvim LazyVim config, shell scripts, yazi plugins) with no README, no tests, no CI. 209KB of Lua/shell scripts providing custom editor & workflow automation for single developer use.
ajaykrmnc /
DSA_CP
Unstructured DSA/CP learning dump with 32MB of code across ~78 days (Jan–Apr 2026), no README, tests, CI, or license; 3 commits in last 30 days suggest abandoned exploration.
06 · Timeline
- Jun 2, 2021Joined GitHub
- Oct 6, 2022Created ecopoolcabs
- Apr 8, 2025Created ajay-notes
- Oct 19, 2025Created dotfiles
- Jan 17, 2026Created DSA_CP
- Feb 19, 2026Created chromeui
- Feb 21, 2026Created docs
- Apr 19, 2026Most recent push to dotfiles
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.