01 · Roasts
9-Minute Ship
friday-landingpage was created and last pushed within the same 9-minute window on 2026-03-31. That's not a landing page, that's a deployment anxiety attack.
145 Commits, 0 PRs
A full year on GitHub, 145 commits, and literally zero pull requests to other projects. The open-source community doesn't know you exist, Edison.
56 Repos, 2 Stars
Fifty-six public repositories and a grand total of 2 stars. That's a 0.036 stars-per-repo ratio — rounding to zero is not technically wrong.
Test-Free Zone
Not one of the three analyzed repos has a single test file. You're shipping to production on vibes and prayer — at least add a try/except.
License to Not License
Three repos, zero licenses. Your code is technically all-rights-reserved by default, which is a strange flex for someone with 2 stars.
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% weight35F
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
188 active days
Language distribution
- Python42%
- TypeScript16%
- HCL9%
- Dart7%
- Java5%
- HTML4%
- Other17%
04 · Numbers
Owned repos
non-fork
48
Commits
last 12 months
145
Followers
5
Joined GitHub
Dec 2022
05 · Top repos
DanisonEdiel /
Libros-Consolidado
Academic observatorio project (UCE thesis) analyzing Ecuador's bookstore sector via SRI data + Google Maps integration; offline-capable web app with Python ETL pipeline, heuristic scoring model, and multi-language docs. No stars/adoption yet but structured, typed-ish, and well-documented institutional work.
DanisonEdiel /
instagram-scraper
Personal Instagram scraper using Instaloader & Playwright for profile extraction with Facebook OAuth login. Python 3.10+, ~43 KB, typed, structured src/, configuration management, but minimal adoption (2 stars), no tests/CI/license, and very recent (1 month old).
DanisonEdiel /
friday-landingpage
Astro landing page for SaaS product "Friday." Typed TypeScript, structured components, professional design with animations. 0 stars; created and last pushed same day (2026-03-31). Minimal commit history; one-time dump of a landing page template.
06 · Timeline
- Dec 12, 2022Joined GitHub
- Nov 12, 2025Created instagram-scraper
- Feb 17, 2026Created Libros-Consolidado
- Mar 31, 2026Created friday-landingpage
- Mar 31, 2026Most recent push to friday-landingpage
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.