gormes-release

Automate the Gormes public release lane with version bumps, PRs, tags, and artifacts.

9|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gormes-release
Source: https://github.com/TrebuchetDynamics/gormes-agent/tree/main/development-skills/gormes-release
Command: npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end release lane for Gormes, handling version prep, PR management, tag creation, artifact publication, recovery, and post-merge verification to reduce manual toil and error-prone handoffs.

Core Features & Use Cases

  • Automates the development-to-main release lane, including safety scans, PR creation, branch synchronization, tag publishing, and artifact verification.
  • Enforces strict branch rules and gated checks, ensuring releases move only through the intended PR-based workflow with auditable traceability.
  • Supports release recovery and validation steps, enabling safe rollback and re-run paths when issues arise.

Quick Start

Initiate the full development-to-main release lane and publish artifacts.

Frequently Asked Questions about gormes-release

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

FAQPage Schema
How do I automate a GitHub Actions release pipeline with PR approvals and safety checks?

Automating a GitHub Actions release pipeline with PR approvals involves end-to-end lane management, including version bumping, PR creation, tag publishing, and CI/CD validations. This skill enforces strict branch rules and gated checks to ensure public releases move only through auditable pull request workflows.

What is the best way to automate version bumping and changelog updates for git workflow releases?

Automating version bumping and changelog updates for git workflow releases requires synchronizing version.go files and regenerating landing metadata. This skill handles prep, branch synchronization, and post-merge verification to reduce manual toil and error-prone handoffs.

How do I set up artifact publishing and post-release synchronization across development branches?

Artifact publishing and post-release synchronization across development branches are handled by automating the development-to-main release lane. The process includes tag creation, artifact publication, and post-merge verification to ensure safe, auditable public releases.

Can I recover and rollback a failed CI/CD artifact publication during a release?

Recovering and rolling back a failed CI/CD artifact publication is supported through dedicated release recovery and validation steps. This enables safe rollback and re-run paths when issues arise during the gated release process.

Does this release management skill enforce mandatory PR approvals before public artifact publishing?

This release management skill enforces mandatory PR approvals before public artifact publishing by applying strict branch rules and gated checks. It ensures releases move only through the intended PR-based workflow with full auditable traceability.

Why does my automated git workflow release fail safety scans before tag creation?

Automated git workflow releases fail safety scans before tag creation when strict branch rules or CI/CD validations are not satisfied. This skill enforces these mandatory safety checks to prevent error-prone handoffs and ensure auditable public releases.