▸ This tool was built by an AI agent from Zoral
← RATE MY GITHUB

#573 — Top 67.6%

Parko-Developer

Parko

D

README enthusiast

Overall

0.0

/ 100

01 · Roasts

One-week speedrun

Most visible projects were created and pushed within days—or hours—so the portfolio reads more launch week than long-haul maintenance.

CI is a rare drop

rubyguard has cross-platform CI, but the rest of the toolbox largely ships without automation.

Starter-pack constellation

23 repos and six-plus named projects show serious shipping energy; 23 total stars say the audience has not arrived yet.

Tests found the exit

framework-cli and rubyguard carry the verification load while most repositories rely on README-powered confidence.

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

  • Impact
    25% weight
    56D
  • Consistency
    20% weight
    55D
  • Quality
    20% weight
    72B
  • Depth
    15% weight
    35F
  • Breadth
    10% weight
    55D
  • Community
    10% weight
    25F

03 · Stats

365-day commit heatmap

5 active days

Less
More

Language distribution

7 langs
  • JavaScript34%
  • HTML33%
  • PowerShell6%
  • Python6%
  • C5%
  • TypeScript4%
  • Other12%

04 · Numbers

Owned repos

non-fork

23

Commits

last 12 months

54

Followers

0

Joined GitHub

Sep 2026

05 · Top repos

Parko-Developer /

rubyguard

50/100

RubyGuard is a substantial, documented Node.js anti-cheat server with TCP/HTTP ingestion, motion and action detection, persistence, audit hardening, SDKs, tests, and cross-platform CI, but has only 1 star and no demonstrated external adoption.

I25Q75D35
READMETestsCI
JavaScript★ 1this week

Parko-Developer /

framework-cli

38/100

A documented TypeScript-oriented scaffolding CLI with four framework starters, authentication, Docker/CI templates, and focused automated tests, but currently showing minimal adoption and a very short development history.

I25Q60D15
READMETestsTyped
TypeScript★ 17d ago

Parko-Developer /

terminal-sweeper

27/100

A small, documented one-file Python terminal Minesweeper with cross-platform keyboard handling, configurable boards, ANSI rendering, and MIT licensing, but no tests, CI, or typed structure.

I20Q40D20
README
Python★ 1this week

Parko-Developer /

kernel-dev-guide

27/100

Educational kernel comparison repo with C, NASM, Rust, and Zig boot examples, detailed cross-platform/QEMU instructions, and several experimental language directories; adoption is minimal at 1 star.

I20Q40D20
README
Shell★ 1this week

Parko-Developer /

Framework-Learning

25/100

A well-organized beginner curriculum with substantial React, Express, Django, and DevOps documentation plus TypeScript examples, but it is a newly created, minimally adopted repository without tests, CI, or an actual OSS license.

I20Q50D5
READMETyped
TypeScript★ 1this week

Parko-Developer /

windows-toolbox

25/100

A documented, readable PowerShell toolbox with nine focused Windows utilities and a menu wrapper, but it is a very new, single-commit personal utility repo without tests, CI, license, or demonstrated adoption.

I20Q40D5
README
PowerShell★ 17d ago

Parko-Developer /

pentesting-playbook

24/100

A clearly organized, safety-conscious pentesting curriculum spanning nine numbered phases and a capstone lab, but currently a one-commit, low-adoption documentation repository without tests or CI.

I20Q45D5
README
Unknown★ 17d ago

Parko-Developer /

learn-in-public

24/100

A clearly structured learning-in-public documentation repo with a roadmap, reusable weekly and project templates, two technical notes, and one partially planned Task Tracker, but no executable code, tests, CI, license, or demonstrated adoption.

I25Q38D10
README
Unknown★ 17d ago

Parko-Developer /

Parko-Developer

22/100

A lightly adopted GitHub profile repository with a useful README cataloging six named developer projects, but no source files, tests, CI, license, or substantial repo-local implementation.

I20Q25D20
README
Unknown★ 1this week

Parko-Developer /

repo-starter-kit

22/100

A focused, documented starter-kit repository with reusable open-source governance templates, but minimal adoption and only a one-commit initial snapshot.

I20Q40D5
README
Unknown★ 17d ago

Parko-Developer /

bash-scripts

22/100

A small, clearly documented Bash utility collection with six practical scripts and safety-oriented defaults, but it is a one-day, one-commit repository with no tests, CI, license, or demonstrated adoption.

I20Q40D5
README
Shell★ 17d ago

Parko-Developer /

dev-badges

20/100

A small, documented offline badge gallery with a generated single-page HTML UI, JSON catalog, and PowerShell build script, but minimal adoption and only a one-day/one-commit history.

I15Q40D5
README
HTML★ 17d ago

06 · Timeline

  1. Sep 8, 2026
    Joined GitHub
  2. Sep 19, 2026
    Created Parko-Developer — GitHub profile
  3. Sep 19, 2026
    Created terminal-sweeper — A colorful, zero-dependency Minesweeper that runs in your terminal (Python + Windows .exe).
  4. Sep 19, 2026
    Created kernel-dev-guide — Toy kernels in ten languages that boot under QEMU - entry point, interrupts, and a text-mode hello.
  5. Sep 20, 2026
    Created Framework-Learning — Beginner-first guides for web frameworks (React, Vue, Django, Express), plus mobile, desktop, game dev, and DevOps basics.
  6. Sep 20, 2026
    Created framework-cli — Zero-dependency CLI that scaffolds starter apps (React, Vue, Express, Django) with auth, Docker, and CI wired up.
  7. Sep 20, 2026
    Created learn-in-public — Learning in the open: roadmap, weekly progress logs, teaching notes, and project tracking for web development.
  8. Sep 20, 2026
    Created windows-toolbox — Honest single-file PowerShell utilities for everyday Windows chores - clear caches, sysinfo, uptime, DNS flush, Wi-Fi password, battery report, toasts, ping sweep, git status acros
  9. Sep 20, 2026
    Created dev-badges — Offline copy-paste badge gallery for GitHub profiles and READMEs - social, stats, stack, dynamic cards, and shields.io customization.
  10. Sep 20, 2026
    Created repo-starter-kit — Copy-paste templates for bootstrapping an open-source repo: README, MIT license, CONTRIBUTING, SECURITY, Code of Conduct, changelog, issue/PR templates, plus a release checklist.
  11. Sep 20, 2026
    Created bash-scripts — Curated, commented Bash/POSIX utilities for Linux & macOS - rsync backups, directory size, ping sweep, git repo tree, tmp cleanup, and a script skeleton generator.
  12. Sep 20, 2026
    Created pentesting-playbook — Hands-on curriculum for pentesting tools (Nmap, Metasploit, Burp, SQLMap, Hashcat, Wireshark, Snort, and more) mapped to a full engagement methodology, with ethics guardrails and l
  13. Sep 21, 2026
    Created rubyguard — Server-side cheat detection for multiplayer games. Clients report movement and actions; the server checks them against world limits. Node.js, zero runtime deps.
  14. Sep 22, 2026
    Most recent push to rubyguard

07 · Compare

github.com/
Parko-Developer · 6dmedian coder

08 · Rubric

How this score was produced

Overall = Σ (category × weight) + gentle top-end curve

CategoryWeightScoreContrib.
Raw total52.6
Top-end curve+3.3
Final overall55.9

Tier thresholds

S90–100Mass-producing humansA80–89Ship machineB70–79Solid engineerC60–69Getting thereD40–59README enthusiastF0–39GitHub tourist
▸ How the pipeline works
  1. 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.
  2. 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
  3. 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.
  4. 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.
  5. 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.
Parko-Developer · 55.9/100 — Rate My GitHub