release

Automate Paperclip release processes including changelog creation and GitHub Release creation.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/kochangbok/paperclip-ko --skill release-kochangbok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/kochangbok/paperclip-ko/tree/main/.agents/skills/release
Command: npx skills add https://github.com/kochangbok/paperclip-ko --skill release-kochangbok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire release workflow for Paperclip, from changelog drafting to GitHub Release creation and follow-up tasks.

Core Features & Use Cases

  • Release Coordination: Manages release activities like changelog drafting, canary verification, and GitHub Release creation.
  • Task Automation: Automates repetitive tasks in the release process, saving time and reducing errors.
  • Use Case: When a release is requested, use this Skill to ensure that all steps are completed correctly, from canary to stable promotion.

Quick Start

Run the release skill to initiate a full Paperclip release process.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate a GitHub release workflow for canary and stable promotions?

Automating a GitHub release workflow for canary and stable promotions is done by providing a source reference to trigger changelog creation, canary verification, smoke testing, and final release creation.

What is included in an automated release workflow from changelog drafting to GitHub release creation?

An automated release workflow includes drafting changelogs, verifying canary builds, executing smoke tests, and creating the final GitHub release to ensure all steps are completed correctly.

How do I coordinate canary verification and smoke testing during a version control release?

Coordinating canary verification and smoke testing during a version control release requires specifying the promotion type so the workflow can validate the build before finalizing the deployment.

Do I need to provide a specific source reference to start an automated release process?

You need to provide a specific source reference and indicate whether it is a canary or stable promotion to initiate the automated release process successfully.

Can I use automated scripts to manage changelog creation and GitHub release creation together?

You can use automated scripts to manage changelog creation and GitHub release creation together, orchestrating the full release sequence to reduce manual errors and save time.

Why does my release workflow require indicating canary versus stable promotion?

Your release workflow requires indicating canary versus stable promotion to determine the appropriate level of verification, smoke testing, and task automation needed before the final release.