01 · Roasts
Test suite: ceremonial
java-reactive-streams, aoc2025, and adventofcode2023 lean on generated assertTrue(true) tests—the bugs remain respectfully unchallenged.
CI is missing in action
All six sampled repositories lack CI, so the builds get exactly as much automated scrutiny as a late-night force push.
Starter-kit gravity
cool-kidz-club-frontend was pushed 19 seconds after creation; its empty main page is still waiting for the plot to begin.
Puzzle power, product pending
aoc-2024-in-kotlin reaches six days of solutions, but 2 total stars and zero adoption evidence say the audience is currently the author.
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% weight55D
- Quality20% weight43D
- Depth15% weight38F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
14 active days
Language distribution
- PHP69%
- JavaScript21%
- CSS9%
- Kotlin0%
- TypeScript0%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
35
Commits
last 12 months
69
Followers
3
Joined GitHub
Jun 2013
05 · Top repos
DarkninjaD /
java-reactive-streams
A documented Java reactive-streams learning repository with two Maven demos, Reactor HTTP/WebSocket adapters, and a companion Go movie server; it has meaningful structure but only trivial tests and no CI, license, or demonstrated adoption.
DarkninjaD /
aoc-2024-in-kotlin
A documented, typed Kotlin Advent of Code 2024 solution set with Gradle execution and implementations for Days 01–06, but no observed adoption, CI, license, or production-facing product scope.
DarkninjaD /
adventofcode2023
A small, documented TypeScript Advent of Code 2023 workspace with implementations for Days 1–3, alongside largely generated Kotlin scaffolding and a Python hello-world entrypoint.
DarkninjaD /
cplusultra
A small C++ learning collection with six standalone demonstrations, but no README, tests, CI, license, build configuration, or evidence of external adoption.
DarkninjaD /
cool-kidz-club-frontend
A newly created, typed Next.js scaffold with a basic DaisyUI navbar, empty home page, and generated README; no tests, CI, license, or demonstrated adoption.
DarkninjaD /
aoc2025
A tiny Java Advent of Code-style console experiment: Gradle scaffolding and one Main.java contain hard-coded sample inputs, while the only test is a generated always-true assertion.
06 · Timeline
- Jun 18, 2013Joined GitHub
- Dec 1, 2023Created adventofcode2023
- Feb 14, 2024Created cplusultra
- Dec 1, 2024Created aoc-2024-in-kotlin
- Aug 1, 2026Created aoc2025
- Aug 1, 2026Created cool-kidz-club-frontend
- Aug 1, 2026Created java-reactive-streams
- Aug 9, 2026Most recent push to java-reactive-streams
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.