01 · Roasts
96% Graveyard Keeper
A staleRepoRatio of 0.96 means 96% of your repos haven't been touched in over 2 years. You're not a developer, you're a digital archaeologist of your own work.
2 Commits, 52 Repos
You have 52 public repos and managed exactly 2 commits in the past year. That's one commit per 26 repos — impressive restraint, if restraint were a virtue here.
The 37-Minute Open Source Contributor
open-source-proposal was created and finalized in 37 minutes flat. GSoC alumni energy does not radiate from a repo that lived shorter than a pizza delivery.
92% Python, 0% Tests
Python is 92% of your codebase, yet every repo analyzed failed HAS_TESTS or had only a trivial snapshot. With great language dominance comes great responsibility — that you've ignored.
Strong Bio, Quiet GitHub
GSoC @ Prometheus, Amazon, DevRev — the bio is doing heavy lifting. The repos are 3 abandoned demos with 7 total stars and 2 commits this year. Let the code speak too.
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% weight20F
- Quality20% weight19F
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
260 active days
Language distribution
- Python92%
- HTML3%
- C2%
- JavaScript2%
- CSS1%
- Java0%
04 · Numbers
Owned repos
non-fork
26
Commits
last 12 months
2
Followers
71
Joined GitHub
Aug 2018
05 · Top repos
weastel /
React-Native-Download-Manager
Tutorial/demo React Native app with download manager wrapper; unpolished boilerplate lacking README, docs, license, CI, and type safety. Minimal ongoing maintenance (1 recent commit in 4 years).
weastel /
UniPlayerGames
Personal Pong game demo built in vanilla JavaScript and canvas. Minimal scope, no documentation, tests, CI, or version control discipline. Single-weekend project with 1 recent commit in 9 months.
weastel /
open-source-proposal
Minimal documentation dump with 1 star, no README, 1 commit in 37 minutes on 2020-08-28. Appears to be a one-off project scaffold listing proposals without substantive content or structure.
06 · Timeline
- Aug 25, 2018Joined GitHub
- Jan 5, 2019Created UniPlayerGames
- Feb 2, 2019Created React-Native-Download-Manager
- Aug 28, 2020Created open-source-proposal — List of all my open source proposals.
- Jan 3, 2023Most recent push to React-Native-Download-Manager
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.