01 · Roasts
38-Minute Architect
sailsforce was born and apparently finished in a single 38-minute window with 3 commits. An empty README and 5 KB of Electron boilerplate — at least it's honest about its ambitions.
Graveyard Keeper
64% of your repos haven't been touched in over 2 years. You're not maintaining a portfolio — you're curating a museum of abandoned side projects.
35 Commits, 52 Weeks
35 commits across an entire year works out to roughly one commit every 10 days — and the heatmap confirms most of those were clustered in two frantic bursts. The other 48 weeks: silence.
Test-Optional Engineer
2 out of 3 scored repos have zero tests. The one that does has a single placeholder test in App.test.js. Cambridge CS curriculum apparently covers everything except test coverage.
Solo 100%
soloPct = 100. Every single commit across every analyzed repo is yours alone. Seven PRs filed externally this year, but on your own projects? A party of one.
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% weight25F
- Consistency20% weight20F
- Quality20% weight32F
- Depth15% weight40D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
20 active days
Language distribution
- Python32%
- Makefile25%
- Dart16%
- Jupyter Notebook14%
- JavaScript4%
- CSS3%
- Other6%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
35
Followers
10
Joined GitHub
Jan 2020
05 · Top repos
DaryaSanina /
latex-converter-ai
Full-stack text-to-LaTeX converter app using React frontend and Python Flask backend with OpenAI integration. Has README, tests, and typed structure, but minimal adoption (0 stars/forks) and recent development history (created Oct 2025, ~5 commits sampled).
DaryaSanina /
gpt-chan
Early-stage GPT-4 Telegram bot with anime persona and voice synthesis. Functional but underdeveloped: no types, no tests, no CI, no license, unstructured API usage (global state in modules), minimal documentation, and thin feature set.
DaryaSanina /
sailsforce
Minimal Electron scaffold with only 3 commits in hours. Empty README, no tests/CI/license. Boilerplate startup code with no documented purpose or functionality.
06 · Timeline
- Jan 8, 2020Joined GitHub
- Mar 31, 2023Created gpt-chan — A GPT-4-based assistant in a form of a cute anime girl. The answers are voiced using elevenlabs.io
- Oct 26, 2025Created latex-converter-ai — Takes text and converts it into LaTeX
- May 14, 2026Created sailsforce
- May 14, 2026Most recent push to sailsforce
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.