release

Automate Paperclip release orchestration from canary validation to stable publication.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/navyapdh11/navya-cleaning-april --skill release-navyapdh11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/navyapdh11/navya-cleaning-april/tree/main/.agents/skills/release
Command: npx skills add https://github.com/navyapdh11/navya-cleaning-april --skill release-navyapdh11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manual release processes are error-prone and slow. This skill automates the full Paperclip release workflow end-to-end, reducing manual toil and risk.

Core Features & Use Cases

  • Changelog drafting: coordinates stable changelog notes.
  • Canaries and promotion: validates canary builds and promotes to stable.
  • Smoke testing: runs Docker-onboard-smoke tests to ensure reliability.
  • Release publication: creates GitHub releases and coordinates website announcements.

Quick Start

Initiate and manage a full Paperclip release workflow from canary validation to stable publication, including changelog, smoke tests, and GitHub Release.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate software release orchestration from testing to GitHub publication?

Release orchestration automates end-to-end publication by coordinating verification, testing, changelog generation, and GitHub releases. It enforces preconditions like a clean working tree and CI gate, then orchestrates steps from tag creation to release publishing.

What is canary-driven validation for stable release promotion?

Canary-driven validation for stable promotion is a process that validates canary builds before moving them to stable. This skill coordinates canary validation and promotes validated builds to stable status after passing smoke tests.

How do I generate changelogs and run smoke tests during a release?

To generate changelogs and run smoke tests during a release, this skill coordinates stable changelog notes and orchestrates Docker-onboard-smoke tests. It manages these tasks sequentially as part of the end-to-end release workflow.

What preconditions are enforced before starting release orchestration?

Release orchestration enforces specific preconditions before starting: a clean working tree, a candidate SHA, and a passing CI gate. These checks ensure the repository is in a valid state before changelog generation and tag creation begin.

Does automated release orchestration work without a clean working tree?

Automated release orchestration does not work without a clean working tree. A clean working tree, candidate SHA, and CI gate are mandatory preconditions enforced before proceeding with any release or publication steps.

What's the best way to coordinate end-to-end Paperclip releases?

The best way to coordinate end-to-end Paperclip releases is using an orchestration skill that automates the full workflow. It manages canary validation, smoke testing, changelog drafting, and GitHub release publication to reduce manual toil and risk.