orbit-release-gate

Automate WordPress plugin release verification through four sequential gate checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, python3, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the verification of WordPress plugin releases through a comprehensive four-step gate process, ensuring all necessary checks are completed before release.

Core Features & Use Cases

  • Sequential Gates: Executes preflight, metadata check, full release-mode gauntlet, and evidence pack generation.
  • Automated Checks: Performs code standards, security, performance, and compatibility checks.
  • Evidence Pack: Generates a report bundle providing evidence of the release process.
  • Use Case: Run this Skill before deploying a plugin update or new version to automate the release verification process.

Quick Start

To initiate the release verification process for a plugin, execute the command /orbit-release-gate --version v2.3.0.

Frequently Asked Questions about orbit-release-gate

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

FAQPage Schema
How do I automate WordPress plugin release verification before deployment?▼

Automate WordPress plugin release verification by executing a four-step gate process that runs preflight checks, metadata validation, full release-mode checks, and evidence pack generation to ensure code quality and security.

What checks are included in the WordPress plugin release gate process?▼

The release gate process includes code standards validation, security checks, performance verification, and compatibility checks, culminating in an evidence pack report bundle that provides proof of the release process.

Do I need bash and python3 to run WordPress plugin release verification?▼

Yes, you need bash and python3 installed in your local environment to execute the release verification scripts and run the four-step gate process for your WordPress plugin.

How do I start the release verification process for a specific WordPress plugin version?▼

To start release verification for a specific plugin version, execute the command with the version flag, such as `/orbit-release-gate --version v2.3.0`, which triggers the sequential gate process.

What is an evidence pack in WordPress plugin release verification?▼

An evidence pack in WordPress plugin release verification is a generated report bundle that provides documented evidence of the completed release process, including all preflight, metadata, and release-mode checks.