01 · Roasts
The Bursty Builder
Your entire commit history is 20+ dead weeks followed by a frantic sprint. warehouse-robot got 26 of its 30 commits in 6 days. That's not development cadence — that's panic-driven assignment submission.
Solo To A Fault
81% solo work, 2 PRs all year, 0 issues filed, 13 followers. You've been on GitHub since Nov 2024 and left basically no fingerprints on anyone else's code. Open source is a conversation, not a monologue.
README Rich, Test Poor
Every repo has a README. Zero repos have tests. You documented ARCHITECTURE.md, design.md, dev_log.md, AND future.md for warehouse-robot but couldn't drop in a single pytest file. The docs-to-tests ratio is unhinged.
88% C++ Developer (Allegedly)
88% of your code by bytes is C++, but your most interesting projects are Python. CMake shows up at 3% just to remind you the build system exists. Java is listed at 0% — a ghost language haunting your stats.
PyPI Optimist
stencil-ui has been on PyPI for 6+ months and has 1 star — your own, probably. The product identity is solid (YAML-to-UI CLI tool), the architecture is clean, but zero forks and zero external contributors suggest the world hasn't found it 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% weight43D
- Consistency20% weight55D
- Quality20% weight59D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
51 active days
Language distribution
- C++88%
- Python6%
- CMake3%
- C2%
- Jinja1%
- Java0%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
174
Followers
13
Joined GitHub
Nov 2024
05 · Top repos
Krishanth-K /
stencil
Lightweight Python CLI tool for generating UIs from YAML/JSON with support for HTML, curses, and ImGui backends. Well-structured, documented, typed codebase with clean abstractions but no tests or CI.
Krishanth-K /
warehouse-robot
Ontology-driven warehouse robot controller in Webots simulator featuring ethical constraint reasoning via Owlready2+Pellet, LiDAR/camera human detection, multi-joint PR2 manipulation, and fact assertion pipeline. Well-documented personal research project with solid architecture but no external adoption.
Krishanth-K /
grind-101
Educational DSA practice repo with 30 commits over ~9 months, mixing LeetCode solutions and coursework implementations in C++. Well-organized file structure, documented problems via inline comments, but lacks tests and CI. Typed language (C++) with clear module separation earns quality floor of 50.
06 · Timeline
- Nov 2, 2024Joined GitHub
- Jul 12, 2025Created grind-101 — Proof that I can solve problems... eventually
- Sep 27, 2025Created stencil — A lightweight CLI tool that generates UI files directly from a simple YAML or JSON configuration
- Mar 3, 2026Created warehouse-robot
- Apr 21, 2026Most recent push to grind-101
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.