01 · Roasts
Scaffolds with receipts
mae-ops has Docker, Alembic, and five smoke tests, but its README says “No module is built yet.”
Testing carries
gh-oshealth supplies 11 focused tests; the rest of the portfolio mostly leaves QA at the door.
Notebook monoculture
95% of tracked language bytes are Jupyter Notebook, while the product surface is still finding its legs.
Zero-adoption club
Five analyzed repos, 0 stars, and 0 forks: shipping has started; strangers have not arrived yet.
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% weight65C
- Depth15% weight35F
- Breadth10% weight50D
- Community10% weight25F
03 · Stats
365-day commit heatmap
14 active days
Language distribution
- Jupyter Notebook95%
- Python3%
- JavaScript1%
- HTML1%
- CSS0%
- Shell0%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
32
Followers
1
Joined GitHub
Dec 2025
05 · Top repos
denisephie /
gh-oshealth
A documented early-stage Python OSS health pipeline with thoughtful GH Archive design, tests, CI/tooling configuration, and a fixed analytics watchlist, but no demonstrated adoption and an incomplete fetch implementation.
denisephie /
deport
A small React/Vite café portfolio with routed landing, drinks data, and time-of-day theming; it is structured and runnable but remains an early personal demo with no tests, CI, license, or demonstrated adoption.
denisephie /
mae-ops
Documented FastAPI/PostgreSQL Docker scaffold with a passcode gate and five smoke tests, but the README explicitly says the planned operations modules are not yet built and the repository has only one commit.
denisephie /
denisephie
A small GitHub profile README repository with no sampled source files, tests, CI, license, or typed implementation; activity spans four recent commits in a three-day window.
denisephie /
pomotivity
A compact vanilla JavaScript Pomodoro task tracker with localStorage persistence, task completion, focus selection, and a 25-minute timer, but no documented adoption or development infrastructure.
06 · Timeline
- Dec 20, 2025Joined GitHub
- Aug 5, 2026Created gh-oshealth
- Aug 13, 2026Created deport
- Aug 24, 2026Created denisephie
- Aug 24, 2026Created pomotivity
- Aug 31, 2026Created mae-ops
- Sep 2, 2026Most recent push to gh-oshealth
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.