release

Automate Routa release preparation from version sync to notes and blog generation.

1.8k|247|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/phodal/routa --skill release-phodal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/phodal/routa/tree/main/.agents/skills/release
Command: npx skills add https://github.com/phodal/routa --skill release-phodal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the Routa release preparation workflow from version sync through release notes and blog generation, reducing manual steps and ensuring consistency across artifacts.

Core Features & Use Cases

  • Deterministic release artifact generation: creates docs/releases and dist/release outputs from a version tag.
  • Version synchronization and guardrails: validates version bumps and enforces dry-run or actual publish flows with human confirmation where needed.
  • Release notes and blog generation: generates release notes and blog content, with optional AI-assisted summaries.
  • Guided publish paths: supports scripted release and manual publish workflows with clear validation checkpoints.

Quick Start

Specify the target version and whether to perform a dry run or an actual publish, then follow the prompts to review and finalize artifacts.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate git release notes and changelog generation?

To automate release notes and changelog generation, this Skill processes version tags to produce docs/releases and dist/release outputs, optionally using an ACP provider for AI-generated summaries.

What is the best way to synchronize version bumps and prevent accidental publishing?

The best way to prevent accidental publishing is using built-in guardrails that validate version bumps and enforce dry-run or actual publish flows with human confirmation checkpoints before finalizing artifacts.

How do I prepare a dry-run release with automated version sync?

You can prepare a dry-run release by specifying the target version and selecting the dry-run option, which validates version synchronization and generates release artifacts without executing the actual publish flow.

Do I need node and git to automate release publishing workflows?

Yes, you need both node and git to run the automated release publishing workflow, and you optionally need an ACP provider configured to enable AI-assisted release summaries and blog generation.

What are the limitations of using scripts for automated release preparation?

A key limitation is that automated release preparation is tailored specifically for the Routa workflow, meaning the scripts and generated artifacts are structured for Routa's docs and dist outputs rather than general-purpose publishing.