release

Automate version bumps, release notes, and deployment with Git and GitHub.

15|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/OpenScribbler/syllago --skill release-openscribbler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/OpenScribbler/syllago/tree/main/.claude/skills/release
Command: npx skills add https://github.com/OpenScribbler/syllago --skill release-openscribbler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire release workflow for the Syllago tool, ensuring efficient and error-free version updates and deployment.

Core Features & Use Cases

  • Automated Release Workflow: Interactively analyze changes, recommend version bumps, write release notes, and deploy updates with human approval.
  • Semantic Versioning: Follows semantic versioning guidelines for major, minor, and patch releases, with clear reasoning for each type.
  • Version Control Integration: Integrates with Git and GitHub to manage version tags, commits, and release notes.
  • Human Approval: Each critical step in the release process requires user approval, reducing the risk of accidental or incorrect releases.

Quick Start

Run the release skill to automate the release process for the Syllago tool.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate semantic versioning and release workflows?

Release workflow automation handles semantic version bumping, release note generation, and deployment interactively, requiring human approval at critical steps to ensure controlled software deployment.

Do I need Git and GitHub CLI to automate software deployment?

Yes, Git and GitHub CLI integration is required to manage version tags, commits, and release notes during the automated software deployment process.

How does semantic versioning determine major, minor, and patch releases?

Semantic versioning analyzes codebase changes to recommend major, minor, or patch version bumps, providing clear reasoning for each version increment during the release workflow.

Can I review and approve version bumps before deployment?

Yes, human approval is required for each critical step in the release process, reducing the risk of accidental or incorrect software deployments.

What's the best way to generate release notes from Git commits?

Automated release note generation analyzes changes interactively and integrates with Git and GitHub to manage version tags and publish controlled release updates.