01 · Roasts
Commit Once, Commit Never Again
COM3610 is 13,358 KB of ML dissertation dumped in a single commit at 22:02. GitHub is not a file-hosting service for zip archives — your entire development history is missing.
69 Commits in 52 Weeks
Forty-two of 52 weeks are completely empty on your heatmap. That's not a developer schedule, that's a developer occasionally remembering they have a GitHub account.
Tests? Never Heard of Her
Three repos, three times HAS_TESTS=no, HAS_CI=no, HAS_LICENSE=no. You've achieved a hat-trick of quality negligence. Even your ML backtesting pipeline — the one with LSTMs and walk-forward validation — ships without a single assertion.
Zero Followers, One Following
You follow exactly one person and zero people follow you back. Your GitHub social graph is a dead end — not even a mutual.
Hackathon Star Carrier
Your sole star and sole fork come from a hackathon project built in under 24 hours. That's the crown jewel of the portfolio. The bar is on the floor and it's still doing most of the heavy lifting.
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% weight46D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
21 active days
Language distribution
- Python60%
- HTML34%
- CSS3%
- JavaScript2%
- Ruby1%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
69
Followers
0
Joined GitHub
Jul 2022
05 · Top repos
Owen621 /
alpha
Personal Solana token analytics tool with 269 KB codebase, multi-module structure, and documented development log. Built over weeks with API integration and PnL tracking, but lacks tests, CI, typed code, and deployment evidence beyond personal use.
Owen621 /
COM3610
Cryptocurrency ML trading dissertation pipeline comparing three models (Logistic Regression, Random Forest, LSTM) with time-aware data splits, feature engineering, backtesting, and regime analysis. Well-documented README, typed modular design (src/), but zero tests, no CI, no license, and all work committed at once.
Owen621 /
hacksheffield10
Hackathon project integrating Flask + Solana blockchain for NFT-based clothing tracking with loyalty tokens. Recently created, single developer, unpolished but functional with NFT minting and on-chain interactions.
06 · Timeline
- Jul 5, 2022Joined GitHub
- Jun 17, 2025Created alpha
- Nov 29, 2025Created hacksheffield10
- Apr 21, 2026Created COM3610
- Apr 21, 2026Most recent push to COM3610
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.