← ClaudeAtlas

orbit-do-itlisted

The brainless orchestrator. User points at a plugin path; this skill auto-detects plugin type (Elementor / Gutenberg / WooCommerce / form / membership / generic), picks the right combination of audit + UAT + perf + security + compat skills, runs them in parallel, and produces a one-page TL;DR + master HTML report. Zero questions after the path. Use whenever the user says "do it", "audit my plugin", "ship it", "check everything", or just `/orbit-do-it`.
adityaarsharma/orbit · ★ 1 · Testing & QA · score 58
Install: claude install-skill adityaarsharma/orbit
# 🪐 orbit-do-it — The Brainless Team Agent > One command. Zero prompts. Walks away. Comes back to a verdict. > Designed for non-technical team members + dev leads who want the audit done, not configured. --- ## How it works (the path the user takes) ``` $ /orbit-do-it ~/plugins/my-new-plugin 🪐 Hi. Auditing my-new-plugin in the background. Detected: Elementor addon (PHP 8.1+, 14 widgets, 0 Gutenberg blocks) Selected pipeline: - 6 core audits (security, performance, DB, standards, a11y, code quality) - Elementor-specific (dev, controls, compat, skins, V4 atomic) - UAT — natural-language flows via /orbit-uat-agent - Live security feeds (NVD + Patchstack + WPScan, fetched just now) - Lighthouse + editor perf ETA: 12 min. I'll open the report when done. [12 minutes pass] ✅ Done. Verdict: BLOCK release — 2 Critical findings need fix. Top 3 things to fix: 1. Settings page — XSS in `?search=` parameter (active probe found it) 2. widget-X — render() echoes attribute without esc_html 3. Editor perf — widget-Y inserts in 1.4s (target < 300ms) Full report: open ~/plugins/my-new-plugin/reports/index.html ``` --- ## Phase 1 — Auto-detect Reads the plugin folder. Determines: | Signal | Inferred type | |---|---| | `register_widget()` extends `\Elementor\Widget_Base` | Elementor addon | | Files matching `block.json` exist | Gutenberg block plugin | | `add_action('woocommerce_*'...)` present | WooCommerce extension | | `wp_regist