release-manager

Automate STG deployment and PRD tagging workflows for GitHub repositories.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill release-manager-semicolon-devteam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: release-manager
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/ops/qa/skills/release-manager
Command: npx skills add https://github.com/semicolon-devteam/semo --skill release-manager-semicolon-devteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

STG 배포를 자동화하고 PRD 태깅 및 마일스톤 관리까지 연계합니다.

Core Features & Use Cases

  • 마일스톤 관리: release-버전 형식의 마일스톤 생성/확인
  • Staging 배포 트리거: Staging CI/CD 실행
  • Production 태깅: PRD 태깅 및 릴리스 노트 생성

Quick Start

STG 배포를 시작하고 PRD 태깅 프로세스를 자동화합니다.

Frequently Asked Questions about release-manager

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

FAQPage Schema
How do I automate staging deployment and production tagging for GitHub repositories?▼

This Skill automates STG deployment and PRD tagging workflows by triggering staging CI/CD pipelines, creating release milestones in release-{major}.{minor}.{patch} format, and applying production tags with versioning via GitHub API and gh CLI commands.

Can I use this to manage release milestones and production tags automatically?▼

Yes. The Skill creates and verifies milestones following naming conventions, monitors CI/CD workflow execution for staging deployments, and generates production releases with tags and release notes, validating each step via gh API.

What GitHub CLI operations does this Skill perform for releases?▼

It interacts with GitHub milestones, branches, and releases through gh API and GH CLI, executing staging CI/CD workflows, applying version tags to production, and reporting deployment status and release validation results.

Do I need to manually verify staging deployments before production tagging?▼

No. The Skill monitors workflows to validate releases automatically, checking staging CI/CD execution status and reporting completion before proceeding to production tagging, reducing manual verification steps.

What happens if a staging deployment fails during the release process?▼

The Skill monitors workflow status and reports failures, preventing production tagging from proceeding until staging deployment validation completes successfully, ensuring only verified builds reach production.