01 · Roasts
The Ghost of Commits Past
totalCommitsYear = 0. Not 'barely active' — zero. The heatmap is a solid rectangle of nothing. Your GitHub is a museum, not a workshop.
93% Graveyard
staleRepoRatio of 0.93 means 93% of your 79 repos haven't been touched in 2+ years. That's not a portfolio — that's a burial ground with a README on the headstone.
CI? Tests? License? No, No, and No.
Across every single scored repo, not one has CI, not one has tests, and most lack a license. You've built a Cordova plugin trilogy with the quality guardrails of a hackathon at 3am.
0 Stars, 0 PRs, 2 Followers
totalStars = 0, totalPRsYear = 0, followers = 2 (probably your own accounts). You're shipping internal telecom tooling into the void and the void isn't even starring it back.
Cordova All the Way Down
Java 53%, Obj-C 32%, JS 11% — all in service of exactly one archetype: Cordova mobile plugins. Six languages, one idea, repeated three times. Breadth of vocabulary, narrowness of imagination.
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% weight55D
- Quality20% weight38F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight5F
03 · Stats
365-day commit heatmap
0 active days
Language distribution
- Java53%
- Objective-C32%
- JavaScript11%
- Swift1%
- C1%
- C++1%
- Other1%
04 · Numbers
Owned repos
non-fork
28
Commits
last 12 months
0
Followers
2
Joined GitHub
Nov 2018
05 · Top repos
OutsystemsNOS /
outsystems-plugin-esim
Cordova eSIM plugin with dual platform support (Android/iOS) and structured codebase. Typed (Java/Swift), documented via README, but no tests, CI, or production adoption signals.
OutsystemsNOS /
NOSCordovaPlugin
Internal Cordova authentication plugin for NOS (Portuguese telecom) with Android/iOS webview implementations. Zero stars, no docs, no tests/CI, but shows ~3 years active maintenance across multiple platform activities.
OutsystemsNOS /
Cordova-android-widget-plugin
Early-stage Cordova Android widget plugin with basic updateWidget and button-click functionality. Minimal type safety, no tests/CI, and 0 stars suggests pre-release experimental state despite functional Java implementation.
06 · Timeline
- Nov 21, 2018Joined GitHub
- May 25, 2021Created NOSCordovaPlugin
- Oct 20, 2022Created outsystems-plugin-esim — Cordova plugin that adds eSIM to compatible devices
- Nov 14, 2024Created Cordova-android-widget-plugin — Cordova plugin to provide a simple JavaScript API to display and dynamically update text on the widget, enhancing user engagement outside the app.
- Aug 1, 2025Most recent push to outsystems-plugin-esim
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.