01 · Roasts
The 8-Minute Engineer
ny-patrol-citation-system was created and last-pushed within 8 minutes, with crud.py cut off mid-function. That's not a project — that's a zip file with delusions of grandeur.
Star Arbitrage
Your profile README has 6 stars — more than any actual codebase you've shipped. Your resume is outperforming your engineering, which should prompt some reflection.
34 Public Commits in a Year
34 total public commits in 12 months is one commit per 10 days. The heatmap looks busy, so presumably there's private work — but 'trust me bro' doesn't ship features.
Test Suite? Never Heard of Her
Zero repos across the entire portfolio have a test suite. HAS_TESTS=no on all four. You have CI in exactly one repo, and it just runs typecheck. That's not a safety net, that's a comfort blanket.
Blockchain Ambition, Junior Adoption
ton-assemble is genuinely ambitious — 5 interdependent packages, TON blockchain, Telegraf bot, React frontend — and has 2 stars. Your architecture is writing cheques your community can't cash.
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% weight33F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
303 active days
Language distribution
- TypeScript40%
- Python31%
- JavaScript15%
- CSS7%
- HTML7%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
34
Followers
4
Joined GitHub
Sep 2023
05 · Top repos
ByYefimenko /
ton-assemble
Full-stack TypeScript Telegram Mini App for .ton domain publishing. Monorepo with Fastify API, React web frontend, Telegraf bot, SQLite DB, TON blockchain integration, and site templates. Typed, documented, structured multi-file project but early stage with 2 stars and minimal adoption.
ByYefimenko /
genetic-tsp-solver
A young personal project implementing a Genetic Algorithm solver for TSP in Python with configurable selection/mutation/crossover operators. Well-structured, typed-like implementation with visualization, but brand-new (created and last-pushed same day), minimal adoption, and no tests or CI.
ByYefimenko /
ny-patrol-citation-system
Course assignment: Full-stack traffic citation system (FastAPI + MySQL + vanilla JS) with JWT auth, dual portals, and role-based access. Incomplete codebase truncation, no tests/CI, but meets minimum typed + documented + structured threshold.
ByYefimenko /
ByYefimenko
Personal portfolio README showcasing skills and education; no source code, tests, CI, or meaningful project artifacts. Pure resume presentation repo with 6 commits over 11 days.
06 · Timeline
- Sep 13, 2023Joined GitHub
- Mar 2, 2026Created ton-assemble — Telegram Mini App for creating and publishing websites to .ton domains.
- Jun 27, 2026Created ny-patrol-citation-system — Full-stack traffic citation management platform built with FastAPI, MySQL and vanilla JavaScript featuring JWT authentication, role-based access control and separate driver/admin p
- Jun 27, 2026Created ByYefimenko
- Jun 27, 2026Created genetic-tsp-solver — Genetic Algorithm solver and visualisation tool for the Travelling Salesman Problem built in Python.
- Jul 9, 2026Most recent push to ton-assemble
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.