01 · Roasts
The Dijkstra Cinematic Universe
Two of your four repos are literally the same algorithm. You didn't build a portfolio — you built a franchise around one CS textbook problem.
Zero Commits This Year
totalCommitsYear = 0. The heatmap has a beautiful burst of activity in late 2023 then goes completely dark. Your GitHub is a museum exhibit.
PyPI Clout, Zero Downloads
You published dijkstra-tg to PyPI — bold move. Then earned 0 stars, 0 forks, and presumably 0 downloads. The package exists; the audience does not.
The Azure One-Night Stand
CXCostManagement has debug print statements and commented-out code baked in like a souvenir from a hackathon you never finished. One commit out of 30, then silence.
100% Python, 0% Variety
Every single byte across all repos is Python. Not even a stray YAML config or Dockerfile to break the monochrome. langPcts tells the whole story: 100%.
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% weight42D
- Depth15% weight35F
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
118 active days
Language distribution
- Python100%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
0
Followers
1
Joined GitHub
Dec 2018
05 · Top repos
TOMG-A /
DijkstrasAlgorithm
Educational implementation of Dijkstra's algorithm published to PyPI with tests and CI. Untyped Python, minimal documentation, and 67 KB codebase show active but early-stage project work.
TOMG-A /
DjikstraGraphGeneration
Educational tutorial on Dijkstra's algorithm with graph generation utility. Untyped Python, minimal docs, test harness present, but no CI and very small scope (24 KB, 2 main files). Created Nov 2023, 24 commits in 26 days—single-sprint effort.
TOMG-A /
CXCostManagement
Single-day scaffolding: Azure Function app skeleton parsing Azure cost data to Coralogix. Minimal commit history (1 of 30), no docs, tests, or CI. Unpolished code with debug logging and commented-out sections.
06 · Timeline
- Dec 24, 2018Joined GitHub
- Nov 23, 2023Created DjikstraGraphGeneration
- Nov 23, 2023Created DijkstrasAlgorithm
- Jun 25, 2024Created CXCostManagement
- Jun 25, 2024Most recent push to CXCostManagement
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.