01 · Roasts
Star-Free Zone
14 repos, 0 total stars, 1 fork — your GitHub is a perfectly hermetic ecosystem that has yet to make contact with another human's ⭐ button.
Heatmap? More Like Heat-Nap
37 of 52 weeks are completely blank. The most active stretch is a 6-week cluster that then vanishes for months. Your commit calendar looks like a QR code with most of the dots missing.
The No-Test Trilogy
Three repos, three times README=yes, TESTS=no, CI=no. You documented the dream but never wrote a single assertion to verify it was real.
74 Commits, 34 PRs
You opened 34 PRs this year but only made 74 commits total in your own repos. You're more active in other people's houses than your own.
Future Enhancements Forever
Typing-Speed-Tester's README explicitly lists 'GUI and persistent storage' as future plans — a repo created and last pushed 7 months apart with 6 sampled commits. The future is taking its time.
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% weight30F
- Consistency20% weight20F
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
40 active days
Language distribution
- JavaScript41%
- HTML30%
- CSS18%
- Java5%
- C4%
- C++1%
- Other1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
74
Followers
16
Joined GitHub
Dec 2022
05 · Top repos
Naveen77qwerty /
Typing-Speed-Tester
Java typing speed tester with OOP design, WPM tracking, and difficulty levels. Typed + documented + structured, but minimal external adoption (0 stars), sparse commit history (6 of last 30), and no tests/CI.
Naveen77qwerty /
DSA-C-family
Educational DSA implementation repo in C/C++ with basic data structures (linked lists, trees, queues) and sorting algorithms. Minimal adoption (0 stars), incomplete implementations, and no tests or CI, but shows structured effort across multiple modules with functional code samples.
Naveen77qwerty /
Store_management_System
Personal educational project demonstrating Java OOP concepts with a console-based store management system. Well-structured codebase with validation and interfaces, but minimal architectural complexity and experimental scope suitable for a learning exercise.
06 · Timeline
- Dec 18, 2022Joined GitHub
- Sep 1, 2025Created Store_management_System — Exploring OOPs concepts with a Java-based Store Management System for handling inventory, sales, and customer records with a simple console-driven interface.
- Sep 1, 2025Created Typing-Speed-Tester — A Java-based Typing Speed Tester with real-time WPM tracking, accuracy measurement, difficulty levels, and user statistics.
- Oct 10, 2025Created DSA-C-family — This repository contains implementations of fundamental Data Structures and Algorithms (DSA) using the C programming language. It is designed to help beginners and intermediate pro
- Apr 5, 2026Most recent push to Typing-Speed-Tester
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.