01 · Roasts
Portfolio carries the pitch
djenriquez.dev links three live projects, but the portfolio repository itself has 0 stars—excellent showroom, tiny foot traffic.
Tests chose one roommate
DClutter has substantive Swift tests and CI; CircuitBuilder and the portfolio brought strict TypeScript but left the test suite at home.
Logic goes hard
LogiSketch does QMC reduction, NAND/NOR synthesis, and collision-managed routing for exactly 1 star. The Boolean algebra has more followers than the repo.
Commit heat, real range
627 commits this year and 142 multi-repo recent commits say this is not a tutorial-account cosplay.
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% weight68C
- Consistency20% weight65C
- Quality20% weight62C
- Depth15% weight58D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
190 active days
Language distribution
- TypeScript56%
- Java21%
- Swift15%
- Python5%
- CSS1%
- JavaScript1%
- Other1%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
627
Followers
10
Joined GitHub
Sep 2024
05 · Top repos
RokiTheWise /
CircuitBuilder
LogiSketch is a deployed, documented TypeScript/Next.js Boolean-logic tool with interactive truth tables, QMC simplification, NAND/NOR synthesis, schematic routing, and report-oriented UI, but lacks tests and CI.
RokiTheWise /
enriquez-portfolio-v2
A polished, deployed TypeScript/Next.js portfolio with a WebGL particle hero, scroll-driven project gallery, archive ledger, SEO metadata, and links to three additional live projects.
RokiTheWise /
DClutter
A focused, documented Swift 6 macOS file-triage app with strong safety boundaries, persistence, undo/redo, and CI, but only 3 stars and a very recent short development history.
RokiTheWise /
PBA-Player-Radar-Statistic
A documented class exercise that cleans a small PBA Finals CSV dataset and interactively renders normalized two-player radar charts with pandas, NumPy, and matplotlib.
RokiTheWise /
recipebook-enriquez-dexterjethro
A small, documented Django recipe catalog with admin-managed recipes, reusable ingredients, list/detail views, and migrations, but no automated tests, CI, license, or meaningful adoption.
RokiTheWise /
RokiTheWise
A maintained GitHub profile README showcasing five named projects and a portfolio link, but this repository contains no sampled source files, tests, CI, license, or demonstrated external adoption.
RokiTheWise /
pokemon-card-market-analysis
A clearly documented Pokémon card market analysis with a Tableau dashboard and quantified findings across 23,314 rows, but no observable code, tests, CI, license, stars, or external adoption.
06 · Timeline
- Sep 30, 2024Joined GitHub
- Feb 8, 2026Created RokiTheWise
- Feb 9, 2026Created recipebook-enriquez-dexterjethro
- Feb 10, 2026Created CircuitBuilder — An interactive web tool designed to bridge the gap between Boolean algebra and digital logic circuits
- Mar 31, 2026Created enriquez-portfolio-v2 — Active personal portfolio
- Jul 1, 2026Created PBA-Player-Radar-Statistic
- Aug 15, 2026Created pokemon-card-market-analysis
- Aug 26, 2026Created DClutter — Swipe-based file triage for macOS. One Downloads file at a time: keep it, trash it, or file it with a key or a gesture.
- Aug 30, 2026Most recent push to RokiTheWise
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.