01 · Roasts
The 6-Hour Dev Cycle
scopenote was created and last pushed on the exact same day (2026-04-23). One sprint, zero tests, a 40-word README — that's not a note-taking app, that's a napkin sketch with a package.json.
80 Commits, 52 Weeks
totalCommitsYear=80 means you averaged 1.5 commits per week. The heatmap has entire months that look like a flatline. Your GitHub is less 'active developer' and more 'occasional visitor.'
1 Star, 0 Forks, 1 Follower
Across 25 repos, you've accumulated 1 star, 0 forks, and 1 follower. The entire internet has collectively acknowledged your work exactly once.
CI? What's CI?
Not a single one of your scored repos has a CI pipeline. You've got Python, Go, TypeScript, and Lua but apparently no time for a GitHub Actions yaml file. Tests exist in exactly one repo.
Polyglot Tourist
Python, Go, TypeScript, Lua — impressive language spread for someone with 80 commits in a year. You're collecting languages faster than you're finishing projects.
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% weight35F
- Quality20% weight50D
- Depth15% weight45D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
110 active days
Language distribution
- Python49%
- Go29%
- TypeScript7%
- HTML7%
- Lua5%
- CSS2%
- Other1%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
80
Followers
1
Joined GitHub
Dec 2019
05 · Top repos
vigneshsekar314 /
static-site-generator
Educational markdown-to-HTML static site generator with typed Python structure, 5 test files, and functional end-to-end conversion pipeline. No CI, no license, limited adoption (1 star).
vigneshsekar314 /
pokedexcli
Learning project implementing a Pokémon CLI explorer in Go with caching and API integration. Typed, documented, and structured but experimental in scope with minimal tests and no CI/license.
vigneshsekar314 /
scopenote
Early-stage TypeScript/SolidJS note-taking app with basic CRUD functionality, typed code, and Tailwind styling. Minimal documentation, no tests or CI, fresh repo (created 2026-04-23) with ~6 commits.
06 · Timeline
- Dec 8, 2019Joined GitHub
- Jul 19, 2024Created static-site-generator — This is a static site generator for markdown to html conversion
- Sep 15, 2025Created pokedexcli — This is a learning project to learn go clients using pokeApi
- Apr 23, 2026Created scopenote — ScopeNote helps you to view your notes in multiple dimensions
- Apr 23, 2026Most recent push to scopenote
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.