01 · Roasts
CI/CD Who?
11 repos, 11 HAS_CI=no. Zero. Every single project ships without a single automated test run. You've written custom GLSL shaders for a WebGL particle system but can't spare a GitHub Actions YAML.
License Nihilist
Not one repo carries a license. Your civic portal curating 50+ public resources for Puerto Galera can't be legally used, forked, or built upon by the community it's supposedly serving. Beautiful irony.
Portfolio of Portfolios
You have a portfolio site (en-portfolio-website), a portfolio site v2 (enriquez-portfolio-v2), AND a profile README that lists the same three projects again. Three layers of 'here are my projects' before anyone sees actual code.
Two PRs in a Year
totalPRsYear = 2. You've built a civic portal, a logic synthesizer, a horror game, and a synthesizer — but contributed exactly two pull requests to anyone else's code. Ship more, lurk less.
Burst Developer Energy
Axon: created March 25, last push March 26. The-Realms-of-Yggdrasil: created May 22, last push May 22. The graveyard ratio is 0 only because you started everything recently — check back in 3 months.
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% weight67C
- Depth15% weight65C
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
146 active days
Language distribution
- TypeScript67%
- Java25%
- Python5%
- JavaScript1%
- CSS1%
- HTML1%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
449
Followers
9
Joined GitHub
Sep 2024
05 · Top repos
RokiTheWise /
enriquez-portfolio-v2
Personal portfolio built with Next.js 16, React 19, TypeScript, featuring WebGL hero section with particle effects, smooth scroll (Lenis), and styled animations (Framer Motion, GSAP). Fully typed, well-documented, and structured—demonstrates sustained engineering effort in a shipped, non-trivial project.
RokiTheWise /
aklatang-galera
Bilingual Filipino/English civic portal for Puerto Galera with curated access to scholarships, jobs, and government services. TypeScript + Next.js 16, live at production domain, active community-focused project with structured navigation and resource curation.
RokiTheWise /
CircuitBuilder
LogiSketch: Interactive TypeScript/Next.js boolean algebra visualizer with live truth table generation, circuit diagram rendering, and Quine-McCluskey simplification. Shipped with working UI, structured src layout, and live demo site.
RokiTheWise /
en-portfolio-website
Personal portfolio website built with Next.js 14, TypeScript, and Tailwind CSS. Features custom GSAP animations, responsive design, and three live project showcases. No tests or CI pipeline; minimal external impact despite solid TypeScript foundation and documented features.
RokiTheWise /
bayanihan-app
TypeScript Next.js community reporting app for Philippines infrastructure issues. Typed, documented, with structured multi-file layout and Supabase backend. Under 10 days old, no tests/CI, but demonstrates competent full-stack thinking (geo, image compression, real-time maps).
RokiTheWise /
The-Hunt-of-the-Skinwalker
Functional 2-player Java Swing horror game with asymmetric roles, networked gameplay via server architecture, animation sprites, and collision detection. Well-structured src/ with 12+ classes, documented in README but minimal architecture docs.
RokiTheWise /
guitar_files
A Python synthesizer implementing Karplus-Strong algorithm for guitar and drum sound generation. Typed, structured modules (guitarstring.py, drumstring.py, ringbuffer.py), meaningful README, but no tests or CI in production form despite having test files.
RokiTheWise /
The-Realms-of-Yggdrasil
Fresh Java card-battle game with both console and GUI implementations. Typed, documented via README with game rules, but minimal commits and no tests/CI yet.
RokiTheWise /
Atenean-Stickmin
A Java Swing animation project with styled interactive scenes, well-structured around a DrawingObject interface. Minimal commit history (3 of 30 recent) and no tests/CI, but documented and architecturally sound for an educational demo.
RokiTheWise /
RokiTheWise
Personal portfolio README showcasing 3 named projects (Aklatang Galera, ACE & Co., LogiSketch) with no source code in the repo itself. This is a resume/portfolio display repository, not a code repository.
RokiTheWise /
Axon
Minimal experimental project: ~24 KB Python codebase with 3 typed core modules (bridge.py, foundry.py, config_loader.py) and 2 test scripts. No README, tests, CI, license, or documentation. 5 recent commits over 1 day suggest exploratory work. Typed but lacks foundational project structure.
06 · Timeline
- Sep 30, 2024Joined GitHub
- Sep 18, 2025Created guitar_files
- Feb 3, 2026Created en-portfolio-website
- Feb 8, 2026Created RokiTheWise
- Feb 10, 2026Created CircuitBuilder
- Feb 22, 2026Created bayanihan-app
- Mar 3, 2026Created aklatang-galera
- Mar 25, 2026Created Axon
- Mar 31, 2026Created enriquez-portfolio-v2
- May 21, 2026Created The-Hunt-of-the-Skinwalker
- May 21, 2026Created Atenean-Stickmin
- May 22, 2026Created The-Realms-of-Yggdrasil
- May 23, 2026Most recent push to enriquez-portfolio-v2
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.