deploy-skillops

Automate SkillOps releases with version bumps, tagging, and publishing.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/leodinhsa/skillops --skill deploy-skillops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-skillops
Source: https://github.com/leodinhsa/skillops/tree/main/.kiro/skills/deploy-skillops
Command: npx skills add https://github.com/leodinhsa/skillops --skill deploy-skillops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end release workflow for SkillOps, coordinating version bumps, release notes, tagging, and publishing to GitHub Releases and the Homebrew tap.

Core Features & Use Cases

  • End-to-end release orchestration: bump version, craft release notes, create tags, and trigger publishing pipelines across GitHub Actions, Goreleaser, and taps.
  • Validation and guardrails: enforce Version-tag consistency and require explicit confirmation for release names and notes to prevent unsafe releases.
  • Multi-platform publishing: coordinates builds and releases across platforms through Goreleaser and automation workflows.

Quick Start

Initiate a release by confirming the next tag and providing release notes.

Frequently Asked Questions about deploy-skillops

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

FAQPage Schema
How do I automate GitHub releases and Homebrew tap publishing with Goreleaser?

You can automate GitHub releases and Homebrew tap publishing by orchestrating Goreleaser and GitHub Actions workflows to handle version bumps, release notes, tagging, and multi-platform builds end-to-end.

What is the best way to coordinate version bumps and tagging across GitHub Actions workflows?

The best way to coordinate version bumps and tagging is using an orchestration workflow that enforces version-tag consistency and requires explicit confirmation for release names and notes to prevent unsafe releases.

How do I publish multi-platform builds to a Homebrew tap using GitHub Actions?

To publish multi-platform builds to a Homebrew tap, you coordinate Goreleaser within your GitHub Actions workflows to automate the builds and push the release artifacts directly to the tap.

Does Goreleaser enforce validation and guardrails for version-tag consistency before releasing?

Goreleaser orchestration can enforce version-tag consistency and require explicit confirmation for release names and notes, providing guardrails to prevent unsafe or misaligned releases.

Why do my automated release notes fail to sync with my Homebrew tap after tagging?

Release notes may fail to sync if version-tag consistency is broken or explicit confirmation is missing, disrupting the automated pipeline between GitHub Actions and the Homebrew tap.

Can I trigger an end-to-end release workflow by just confirming the next tag and providing release notes?

Yes, you can trigger an end-to-end release workflow by confirming the next tag and providing release notes, which initiates the automated version bump, tagging, and publishing pipelines.