pilot-release-management-setup

Automate a three-agent release workflow for changelogs, versioning, and announcements.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-release-management-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-release-management-setup
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-release-management-setup
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-release-management-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy an automated release management pipeline with 3 agents.

Core Features & Use Cases

  • Automates release notes generation from merged PRs and commits.
  • Coordinates version bumps, tags, and rollout timing across agents.
  • Publishes announcements to Slack, email, and documentation sites during a release.

Quick Start

Run the setup to deploy three agents and configure the roles for your release workflow.

Frequently Asked Questions about pilot-release-management-setup

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

FAQPage Schema
How do I automate multi-agent release pipelines for semantic versioning and changelogs?

You can automate multi-agent release pipelines by deploying a three-agent workflow that generates changelogs, manages semantic versions, and publishes announcements. This setup coordinates release tasks across agents using a handshake protocol.

What's the best way to orchestrate release announcements to Slack and documentation sites?

Orchestrating release announcements is handled by a dedicated agent that publishes updates to Slack, email, and documentation sites during a release. The pipeline coordinates this messaging alongside version tagging and changelog generation.

Do I need a running Pilot daemon and pilotctl to coordinate version bumps and tags?

Yes, you need a running Pilot daemon and pilotctl to coordinate version bumps, tags, and rollout timing. The setup also requires the clawhub registry and uses skills like pilot-github-bridge and pilot-task-router.

How does a three-agent release workflow generate release notes from merged PRs?

A three-agent release workflow generates release notes by automating the extraction of data from merged PRs and commits. It coordinates changelog generation, version control, and external communications across the agents.

Can I use GitHub integration for automated release management with version tagging?

Yes, GitHub integration is supported for automated release management through the pilot-github-bridge skill. The workflow applies GitHub integration to manage version tagging, changelogs, and release orchestration across multiple agents.