01 · Roasts
Ghost Town Network
0 followers, 0 following, 0 PRs, 0 issues — your GitHub profile is a sealed vault. The code ships but apparently no one is allowed to know about it.
Test-Free Zone
Three repos analyzed, zero test files found across all of them. news-analysis has Zod schemas and TypeScript enums but apparently the vibe check IS the CI pipeline.
4-Day Architecture Speedrun
news-analysis clocks in at 1049 KB with a 500-line entityNormalizer.ts — built in under 4 days. Either you're a wizard or future-you is going to have a very bad time maintaining this.
40 Commits, Allegedly
38 public commits in a year with a heatmap that looks like morse code. privateWorkLikely=true is doing a lot of heavy lifting for your Consistency score right now.
JS/TS Monoculture
JavaScript + TypeScript = 79% of your codebase. You have Python and Swift listed too, but they're basically garnish on a very JS-flavored plate.
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% weight55D
- Quality20% weight69C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
31 active days
Language distribution
- JavaScript44%
- TypeScript35%
- Python11%
- CSS6%
- Swift2%
- Shell1%
- Other1%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
38
Followers
0
Joined GitHub
Apr 2019
05 · Top repos
DhruvSkyy /
news-analysis
A full-stack finance news analyzer (React + Express + MongoDB) with structured OpenAI integration for entity extraction and sentiment analysis. Active early-stage project (7 commits in 3 days) shipped with typed code, API routes, and live Render deployment, but zero stars/adoption and thin external evidence of use.
DhruvSkyy /
north-star-hackathon
FACTTRACE is an AI truthfulness-evaluation system using multi-agent orchestration and deterministic arbitration. Python project with structured agents (gap detector, context builder, fact checker, validator), Pydantic schemas, OpenAI integration, and a rule-based arbiter. 861 KB, no tests/CI/license, typed Python with
DhruvSkyy /
DhruvSkyy.github.io
Personal portfolio website built with vanilla HTML/CSS/JS and Particle.js. Minimal documentation, no tests or CI. Single-page hero section with links to CV and social profiles. Recent activity but shallow scope.
06 · Timeline
- Apr 3, 2019Joined GitHub
- Apr 23, 2021Created DhruvSkyy.github.io — My Website
- Jan 31, 2026Created north-star-hackathon
- Mar 21, 2026Created news-analysis
- Mar 23, 2026Most recent push to news-analysis
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.