01 · Roasts
66% Jupyter, 0% Reproducibility
Two-thirds of your codebase is Jupyter Notebooks — yet not a single repo has CI or tests. Those notebooks are probably a graveyard of cells run out of order that only work on your laptop at 2am.
vk-rs-bindings Can't Even Ship to crates.io
You built a 90k-LOC Vulkan bindings generator from scratch, correctly parsed the Khronos XML registry, wired up dispatch tables — and then hit the crates.io keyword limit. The universe is telling you to write a README section, not add more features.
Sprint-and-Disappear Development Style
Your heatmap is a Jackson Pollock: intense bursts of 4s in weeks 43–51, then two-month dead zones with literal all-zeros rows. You don't write software, you have episodes.
4 PRs/Year on Other Repos
You follow 32 people, have 30 followers, and submitted 4 external PRs all year. That's not community engagement — that's waving at strangers through a window.
CI: Not Even Once
Six repos analyzed, zero with CI. You've implemented Vulkan dispatch tables and dual-language AST pipelines but can't find 20 minutes for a GitHub Actions YAML. The bar for 'typed and tested' is on the floor and you're tunneling under it.
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% weight48D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
176 active days
Language distribution
- Jupyter Notebook66%
- Rust31%
- Python1%
- Visual Basic .NET1%
- Go1%
- TypeScript0%
04 · Numbers
Owned repos
non-fork
23
Commits
last 12 months
234
Followers
30
Joined GitHub
Nov 2021
05 · Top repos
JakubCzarlinski /
vk-rs-bindings
Comprehensive Vulkan 1.4 bindings generator with modular architecture. Parses Khronos registry XML into typesafe Rust FFI with feature-gated dispatch tables. Early-stage project (v0.1.3) with working demos but minimal adoption (1 star, unpublishable to crates.io).
JakubCzarlinski /
jakubc-dev
Personal portfolio website showcasing a Go-Svelte SSR framework with TypeScript, Tailwind CSS, and Docker containerization. Active recent commits and clean typed codebase, but minimal adoption and stars.
JakubCzarlinski /
svelte-ssr
TypeScript/Go SSR utility for Svelte with tests and CI-less multi-language implementation. Modest stars (1), structured layout, functional tooling with documented CLI args, but early-stage adoption.
JakubCzarlinski /
redact
Personal browser extension for redacting sensitive data (email, phone, SSN, etc.) on webpages. Fresh repo (created Apr 18, 2026) with working DOM manipulation, Chrome/Firefox support, and settings UI but no tests, CI, or substantial documentation beyond README.
JakubCzarlinski /
typst-templates
Personal collection of 3 Typst document templates (CV, report, cover letter) with minimal documentation and 9 commits over 10 months. Functional but lacks scaffolding for reuse.
JakubCzarlinski /
JakubCzarlinski
GitHub profile config repo with 1 star; README lists owner's research interests and selected projects but contains no actual code or substantive content—pure profile documentation.
06 · Timeline
- Nov 10, 2021Joined GitHub
- Nov 10, 2021Created JakubCzarlinski — Config files for my GitHub profile.
- Oct 7, 2024Created jakubc-dev — Portfolio website.
- Oct 8, 2024Created svelte-ssr — Custom SSR utilities for Svelte.
- Jun 28, 2025Created typst-templates — Collection of Typst Templates
- Mar 15, 2026Created vk-rs-bindings — Modular feature complete Vulkan bindings for Rust.
- Apr 18, 2026Created redact — Browser extension for redaction of personal data.
- May 1, 2026Most recent push to vk-rs-bindings
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.