01 · Roasts
GitHub Debutant
Joined in 2019, but your entire public commit history fits inside a long weekend — 322 commits in a year, mostly in August bursts. The other 10 months: tumbleweeds.
CI? Never Heard of Her
Zero repos across your profile have CI configured. You wrote tests (respect), then left them to die untriggered. A push hook costs nothing, Quint.
The 14-Day Veteran
Both of your substantive repos — market-microstructure-simulator and portfolio-risk-engine — were under 14 days old at scoring time. Bold portfolio, but let's see if they survive month two.
93% Solo Artist
soloPct = 93, totalPRsYear = 0, totalIssuesYear = 0. You are coding in an isolation pod. The open-source ecosystem is right there, and you have filed exactly zero external PRs this year.
License? What License?
Not a single repo carries a license. Your 'open source' projects are legally all rights reserved by default. PRs welcome — except nobody can legally use your code anyway.
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% weight28F
- Consistency20% weight55D
- Quality20% weight67C
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
94 active days
Language distribution
- Python77%
- Rust18%
- Shell4%
- Other1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
322
Followers
6
Joined GitHub
Dec 2019
05 · Top repos
quintoorschot /
market-microstructure-simulator
Educational Rust project implementing a limit order book and matching engine with event-driven simulation. Well-typed with tests and clean architecture, but minimal adoption (3 stars), no CI/license, and early-stage (14 days old).
quintoorschot /
portfolio-risk-engine
Personal quantitative finance project implementing VaR/CVaR portfolio risk metrics with historical and parametric models. Typed Python with structured layout, comprehensive tests, but minimal adoption and recent creation.
quintoorschot /
quintoorschot
Personal profile/portfolio repo with README listing 3 external projects. 15 KB, no source code in this repo itself, minimal recent activity (13 of last 30 commits). Acts as a landing page rather than substantive codebase.
06 · Timeline
- Dec 23, 2019Joined GitHub
- Jul 15, 2026Created portfolio-risk-engine — A Python-based tool for measuring and analyzing financial portfolio risk through statistical modelling and quantitative methods.
- Aug 5, 2026Created quintoorschot
- Aug 13, 2026Created market-microstructure-simulator — A discrete-event market microstructure simulator for exploring limit order books, matching engines, and agent-based trading.
- Aug 27, 2026Most recent push to quintoorschot
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.