01 · Roasts
README? Never Heard of Her
Out of 3 scored repos, one README says 'SWITCH TO MASTER', one says 'This is a calculator... I wom't tell you how', and one has no README at all. Zero out of three pass basic documentation hygiene.
The Hardcoded Path Villain
Your hackathon project ships with '/home/seetvn/random_projects/hack_sussex/project/ml_model/models/add4.pkl' baked into production code. That's not a bug, that's a lifestyle choice.
107 Commits, 33 Repos, 1 Star
33 public repos across 4 years, 107 commits this year, and a grand total of 1 star (on the calculator that won't tell you how it works). The portfolio is wide, but the impact is atomic.
Burst Mode Only
Your heatmap looks like a seismograph after 6 months of silence — a frantic cluster around weeks 13–22 then nothing. Consistency isn't your villain origin story, it's your entire arc.
42% Abandoned
staleRepoRatio = 0.42 means nearly half your repos haven't been touched in 2+ years. GitHub is not a graveyard, though yours is trending that way.
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% weight18F
- Consistency20% weight35F
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
30 active days
Language distribution
- Python92%
- Jupyter Notebook3%
- JavaScript2%
- Cython1%
- C1%
- Ruby0%
- Other1%
04 · Numbers
Owned repos
non-fork
26
Commits
last 12 months
107
Followers
5
Joined GitHub
Feb 2022
05 · Top repos
seetvn /
project
HackSussex submission: a TypeScript/Python calculator with neural-network-based arithmetic. Frontend is typed React, backend uses SKLearn models for computation. Lacks tests, CI, license, and meaningful architecture documentation. README is minimal placeholder text.
seetvn /
seetvn.github.io
Minimal test repository with 7 KB of HTML, no README, tests, CI, or license. 7 commits over ~3 months suggests occasional experimental work with no structured purpose.
seetvn /
movies_analysis
Minimal experimental repo with nearly empty README ("SWITCH TO MASTER"), no tests/CI, untyped, and only 657 KB total size. Zero stars/forks and only 2 commits in last 30 days suggest abandoned prototype state.
06 · Timeline
- Feb 19, 2022Joined GitHub
- Nov 14, 2024Created seetvn.github.io — testt
- Feb 20, 2025Created movies_analysis
- Feb 22, 2025Created project — Project for hacksussex
- Feb 16, 2026Most recent push to seetvn.github.io
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.