quick-release

Execute pre-release gates on steer plugins, skipping manual reviews.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/element22llc/e22-plugins --skill quick-release
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quick-release
Source: https://github.com/element22llc/e22-plugins/tree/main/.claude/skills/quick-release
Command: npx skills add https://github.com/element22llc/e22-plugins --skill quick-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill facilitates quick releases of steer plugins by skipping manual reviews and focusing on essential, machine-checkable checks to ensure a streamlined and rapid release process.

Core Features & Use Cases

  • Skip Manual Reviews: By using this skill, users can bypass the full review process and focus on checks that a machine can validate.
  • Essential Checks: This skill ensures the pre-release gates are checked and only blocks on red gates, allowing for a faster release of the plugin.
  • Use Case: When a quick, well-understood release is needed, such as a patch or minor version release for a plugin with no coherence drift.

Quick Start

Execute /quick-release in your steer plugin directory to cut a release with minimal review steps.

Frequently Asked Questions about quick-release

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

FAQPage Schema
How do I skip manual reviews for a fast steer plugin release?▼

To skip manual reviews for a steer plugin release, execute `/quick-release` in your steer plugin directory. This bypasses human-judgment-based reviews and focuses on essential machine-checkable gates like CI and strict documentation builds.

What pre-release checks are required for a quick steer plugin release?▼

Required pre-release checks for a quick steer plugin release include CI, strict documentation build, and deployed-docs freshness. The process blocks only on these red gates, ensuring essential validations are met before cutting the release.

When should I use a quick release for steer plugins instead of a full review?▼

Use a quick release for steer plugins when cutting a rapid release for small or non-contentious changes, such as a patch or minor version release. It is ideal when your plugin has no coherence drift and needs minimal review steps.

Can I cut an immediate steer plugin release without waiting for human approval?▼

Yes, you can cut an immediate steer plugin release without human approval by using the quick-release skill. It executes a pre-release gate that skips manual reviews entirely, ensuring essential machine-checkable gates pass for rapid deployment.

What are the limitations of skipping manual reviews for steer plugin versioning?▼

The limitation of skipping manual reviews for steer plugin versioning is that it should only be used for small or non-contentious plugin changes. It is not suitable for complex updates that require human judgment to assess coherence drift or deeper architectural impacts.