01 · Roasts
The 20-Week Hibernation
Your heatmap is a tale of two cities: intense bursts in early and late year, then a ~20-week archaeological dig site in the middle. 679 commits sounds healthy until you see the canyon between weeks 19 and 40.
Solo Act of the Century
soloPct = 99%. You have built an entire orchestration platform with 15+ microservices, a trading simulation engine, and a fitness API wrapper — entirely alone. GitHub thinks you're a one-man startup. The janitor, the CEO, and the QA team are all you.
Sprint God, Marathon Ghost
HevySharp: 22 commits in 4 days. NourSwarm: 4 commits in 9 days. You ship like a rocket and vanish like one too. Sustained depth means more than a weekend of caffeinated heroics, Nourdin.
42 Stars Across 18 Repos
The entire portfolio has accumulated 42 stars — that's 2.3 stars per repo on average. Omnipotent, your most architecturally impressive project, sits at 0. You're building in a soundproof room.
Test? Never Heard of Her
3 out of 4 scored repos have HAS_TESTS=no and HAS_CI=no. HevySharp — the one exception — proves you know how to write tests. So why is everything else flying without a parachute?
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% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
105 active days
Language distribution
- C#64%
- Vue33%
- C++2%
- PowerShell1%
- TypeScript0%
- SCSS0%
04 · Numbers
Owned repos
non-fork
15
Commits
last 12 months
679
Followers
27
Joined GitHub
Jan 2020
05 · Top repos
Klivess /
Omnipotent
Personal orchestration platform with 15+ integrated microservices (KliveAPI, Discord bot, arbitrage bot, LLM agent, analytics). Typed C#, modular architecture, rich docs (design.md, ARCHITECTURE.md), comprehensive service manager. Working project shipped with structured logging, monitoring, and REST routes—but low visi
Klivess /
Klives-Management-Website
Personal project dashboard managing projects via sleek Vue/Nuxt interface. Typed Vue 3, structured layout, middleware-based auth. No tests/CI, minimal README. ~1.6 MB codebase with ~30 commits shows modest scope work over recent months.
Klivess /
HevySharp
C# .NET NuGet wrapper for Hevy fitness API with comprehensive type-safe client, strong test coverage via MockHttpMessageHandler, and published documentation. Early-stage project with 4 stars, 22 commits in 4 days, zero external dependencies.
Klivess /
NourSwarm
Early-stage C# trading simulation engine mapping LOB data to OCEAN personality traits for price prediction. Experimental proof-of-concept with functional backtesting but minimal community adoption and nascent development.
06 · Timeline
- Jan 4, 2020Joined GitHub
- Jul 30, 2021Created Klives-Management-Website — A website which manages my projects through a sleek dashboard, accessible online to only me and a group of individuals
- Mar 1, 2024Created Omnipotent — A bot which does everything for me
- Mar 6, 2026Created HevySharp — A .NET nuget wrapper for the Hevy API.
- Mar 28, 2026Created NourSwarm — A Psychological Swarm Intelligence Engine designed to simulate the personality of traders in a market, and thus predict future stock prices..
- May 10, 2026Most recent push to Omnipotent
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.