← ClaudeAtlas

orbit-gauntletlisted

Run the full Orbit gauntlet — 11 sequential checks on a WordPress plugin (PHP lint, PHPCS, PHPStan, asset weight, i18n, Playwright, Lighthouse, DB profile, competitor compare, UI perf, AI skill audits, PM UX). Three modes — `quick` (3-5 min, dev loop), `full` (30-45 min, RC pass), `release` (45-60 min, WP.org submission). Use when the user says "run gauntlet", "audit my plugin", "full QA", "before release", or any unscoped "check my plugin" request.
adityaarsharma/orbit · ★ 1 · Testing & QA · score 58
Install: claude install-skill adityaarsharma/orbit
# 🪐 orbit-gauntlet — The full pipeline The flagship Orbit command. One invocation, every quality angle. > **Smart-agentic mandate.** `--mode full` and `--mode release` run **every step end-to-end**, no cherry-picking. `--skip N` is debug-only — using it for any release-track run requires a brain note (`orbit/08-release`) recording the reason. Smart-agentic = aggressive; conservative shipped 5 RankReady i18n bugs. See `agents/_SMART-AGENTIC-MANDATE.md`. --- ## Quick start ```bash # Daily dev loop — fast feedback (~3-5 min) bash scripts/gauntlet.sh --plugin ~/plugins/my-plugin --mode quick # Pre-PR / beta release — everything (~30-45 min) bash scripts/gauntlet.sh --plugin ~/plugins/my-plugin --mode full # Day-of-release — full + WP.org plugin-check (~45-60 min) bash scripts/gauntlet.sh --plugin ~/plugins/my-plugin --mode release ``` Exit code: **0** = release ready · **1** = blockers found. --- ## Mode comparison | Step | quick | full | release | |---|:-:|:-:|:-:| | 1. PHP lint | ✓ | ✓ | ✓ | | 1a. Release metadata | ✓ | ✓ | ✓ | | 1b. Zip hygiene | — | ✓ | ✓ | | 2. PHPCS (WPCS + VIP) | ✓ | ✓ | ✓ | | 3. PHPStan level 5 | ✓ | ✓ | ✓ | | 4. Asset weight | ✓ | ✓ | ✓ | | 5. i18n + POT (gettext) | — | ✓ | ✓ | | 5a. i18n runtime (UNESCAPED_UNICODE) | — | ✓ | ✓ | | 5b. i18n JS parity (wp_localize_script) | — | ✓ | ✓ | | 5c. i18n translator currency (.po drift) | — | ✓ | ✓ | | 5d. Polylang + WPML endpoint awareness | — | ✓ | ✓ | | 6. Playwright (smoke) | ✓ | full suite | full