release

Orchestrate pre-deploy release checks and prepare a GitHub Actions dispatch plan.

1|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/whatsper/texterdocs --skill release-whatsper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/whatsper/texterdocs/tree/main/.claude/skills/release
Command: npx skills add https://github.com/whatsper/texterdocs --skill release-whatsper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The release process often lacks a consistent, auditable sequence of checks before deploying to production. This skill orchestrates a safe, repeatable pre-deploy flow to validate changes and prepare a GitHub Actions dispatch plan without actually triggering a deployment.

Core Features & Use Cases

  • Orchestrates a multi-stage pre-deploy release flow that validates the current branch and prepares a deployment plan.
  • Coordinates changelog checks, gate-by-gate validations (typecheck, build, scenarios, docs, and preview checks), and optional cleanup analysis to surface warnings.
  • Enforces safe git operations, surfaces a final plan, and requires explicit user confirmation to dispatch the deployment workflow.

Quick Start

Run the release flow to validate changes, surface issues, and prepare the GitHub Actions dispatch plan for deployment.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate pre-deploy release gates for a GitHub Actions workflow?

Automating pre-deploy release gates requires orchestrating a multi-stage flow that validates your current branch and prepares a GitHub Actions dispatch plan. This skill coordinates changelog checks, typecheck, build, docs, and preview validations before requiring explicit user confirmation to deploy.

What is a pre-deploy release gate validation flow?

A pre-deploy release gate validation flow is a sequence of checks including typecheck, build, scenarios, docs, and preview checks that ensure code readiness. It coordinates safe git operations and surfaces a final deployment plan without actually triggering the deployment.

Can I validate my git branch and prepare a deployment plan without triggering a deploy?

Yes, you can validate your git branch and prepare a deployment plan without triggering a deploy. The flow enforces safe git operations, runs gate-by-gate validations, surfaces warnings from optional cleanup analysis, and requires explicit confirmation before dispatching the GitHub Actions workflow.

How do I run changelog checks and cleanup analysis before dispatching a release?

Running changelog checks and cleanup analysis before dispatching involves coordinating a multi-stage pre-deploy flow. The process validates changes through gate-by-gate checks, surfaces warnings from optional cleanup analysis, and prepares the final GitHub Actions dispatch plan for explicit user confirmation.

Does this release automation enforce safe git operations before dispatching to production?

Yes, this release automation enforces safe git operations before dispatching to production. It validates the current branch, coordinates gate-by-gate validations including typecheck and build, surfaces a final plan, and requires explicit user confirmation to dispatch the deployment workflow.