01 · Roasts
Commit engine, test vacuum
865 commits this year, yet all four scored repos report no tests and no CI. The keyboard is working harder than the safety net.
One-star economy
Currency-Converter owns the account's lone star; the other three repos are still waiting for their first outside witness.
C++ monoculture
100% of language bytes are C++. Great for focus; less great when every problem starts looking like a header file.
Prototype purgatory
markdown-to-html says “Not finished!”, while Currency-Converter repeats its first prompt and never calculates a result. Finish lines are not optional APIs.
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% weight65C
- Quality20% weight26F
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
145 active days
Language distribution
- C++100%
- Makefile0%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
865
Followers
4
Joined GitHub
Aug 2023
05 · Top repos
swft-dev /
CPP
A documented C++ learning repository containing bank, bankV2, hangman, and interpreter examples, but with no tests or CI and several incomplete or non-building paths.
swft-dev /
markdown-to-html
A small beginner C++ CLI that converts only ATX headings from a Markdown file to output.html; it has a README and basic file/error handling but remains unfinished and lightly structured.
swft-dev /
Currency-Converter
Small C++ currency-converter prototype with a broad hard-coded rate table, but incomplete conversion flow, interface mismatches, and no tests or project automation.
swft-dev /
swft-dev
A 0-star profile README repository containing social links, technology badges, and three linked repositories, but no source files or implementation to evaluate.
06 · Timeline
- Aug 21, 2023Joined GitHub
- Mar 27, 2026Created swft-dev
- May 8, 2026Created CPP — Trying to learn C++
- Jul 20, 2026Created markdown-to-html — [CLI] Turn Markdown files into HTML, still learning c++ so it's gonna be sloppy
- Jul 29, 2026Created Currency-Converter — C++ Currency converter
- Sep 7, 2026Most recent push to swft-dev
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.