release

Coordinate Paperclip release workflows with changelogs, version validation, testing, and publishing.

Updated May 4, 2026
One-click install
npx skills add https://github.com/o9nn/entelechorg --skill release-o9nn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/o9nn/entelechorg/tree/main/.agents/skills/release
Command: npx skills add https://github.com/o9nn/entelechorg --skill release-o9nn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill orchestrates the entire Paperclip release process, ensuring smooth coordination among verification, versioning, testing, and publication.

Core Features & Use Cases

  • Workflow Automation: Coordinates changelog drafting, verification, smoke testing, GitHub releases, and announcements.
  • Release Management: Manages version tagging, changelog updates, and release publishing for stable and canary versions.
  • Use Case: When leadership requests a new Paperclip release, this Skill guides through all preparation, validation, and publishing steps seamlessly.

Quick Start

Use the release skill to coordinate a full release cycle, including tagging, changelog updates, and publication.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate a release workflow with Git tags, changelogs, and npm publishing?

To automate a release workflow, you coordinate Git version tagging, changelog drafting, validation testing, and npm publishing into a unified procedure. This approach manages both automated canary deployments and manual stable promotions to ensure reliable software releases.

What is a canary deployment in software release management?

A canary deployment is an automated release strategy that publishes new software versions to a subset of users first. It requires passing strict validation and verification procedures before wider rollout, ensuring reliability during the release cycle.

Do I need Git and npm installed to manage versioning and release publishing?

Yes, managing versioning and release publishing requires Git and npm installed. The process depends on accessing Git for version tagging and changelog updates, and using npm to publish packages, ensuring safe management of release-related files.

How do I validate a software version before publishing a stable release?

You validate a software version before publishing a stable release by running smoke tests, verifying changelog updates, and checking version tags. This manual stable promotion follows strict verification procedures to ensure the package is ready for deployment.

What's the best way to draft a changelog for a new GitHub release?

The best way to draft a changelog for a new GitHub release is to automate it within a coordinated release workflow. This ensures changelog updates are validated alongside version tagging and smoke testing before final publication and announcements.