orbit-gauntlet

Audit WordPress plugins with 11 sequential quality, security, and performance checks.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-gauntlet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-gauntlet
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-gauntlet
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-gauntlet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a complete audit of a WordPress plugin, ensuring code quality, security, performance, and compatibility before release.

Core Features & Use Cases

  • Comprehensive Audit: Perform 11 sequential checks on a plugin including PHP linting, PHPCS, PHPStan, asset weight, i18n, Playwright, Lighthouse, DB profiling, competitor comparison, UI performance, AI skill audits, and PM UX.
  • Three Modes: Quick (3-5 min), Full (30-45 min), and Release (45-60 min) to cater to different stages of development and release.
  • Use Case: Before submitting a plugin to WP.org or for a major release, use the release mode to ensure the plugin meets all quality standards.

Quick Start

Run the gauntlet with the quick mode for a fast feedback loop in development:

bash scripts/gauntlet.sh --plugin ~/plugins/my-plugin --mode quick

Frequently Asked Questions about orbit-gauntlet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a WordPress plugin for code quality and security before release?

Auditing a WordPress plugin for code quality and security involves running sequential checks like PHP linting, PHPCS, and PHPStan. Using the release mode ensures your plugin meets all quality and compatibility standards before submission.

What checks are included in a full WordPress plugin audit?

A full WordPress plugin audit includes 11 sequential checks: PHP linting, PHPCS, PHPStan, asset weight, i18n, Playwright, Lighthouse, DB profiling, competitor comparison, UI performance, AI skill audits, and PM UX. This comprehensive process takes 30-45 minutes to complete.

Can I run a quick performance and security check during plugin development?

Yes, you can run a quick plugin audit mode that takes 3-5 minutes for a fast feedback loop during development. This allows you to continuously monitor performance and security without executing the full 11-check sequence every time.

Does this WordPress plugin audit tool check database performance and UI metrics?

Yes, the audit includes DB profiling to check database performance and Lighthouse for UI performance metrics. It also runs Playwright tests to ensure your plugin's user interface functions correctly under various conditions.

What is the best way to ensure WordPress plugin compatibility before a major release?

The best way to ensure WordPress plugin compatibility before a major release is to run a comprehensive release audit. This 45-60 minute mode executes all 11 checks, including i18n and competitor comparison, to verify all quality standards are met.

How do I check WordPress plugin internationalization and asset weight?

Checking WordPress plugin internationalization and asset weight requires dedicated i18n verification and asset weight analysis checks. These specific tests are included as part of the sequential audit process to ensure proper translation readiness and optimal loading performance.