release

Coordinate Paperclip release workflows from canary validation to stable promotion.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Lautaro073/zCorvus_agents --skill release-lautaro073
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/Lautaro073/zCorvus_agents/tree/main/AI_Workspace/Agents/Frontend/skills/release
Command: npx skills add https://github.com/Lautaro073/zCorvus_agents --skill release-lautaro073

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinate a full Paperclip release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up. Use when leadership asks to ship a release, not merely to discuss versioning.

Core Features & Use Cases

  • stable changelog drafting via release-changelog
  • canary verification and publish status from master
  • Docker smoke testing via scripts/docker-onboard-smoke.sh
  • manual stable promotion from a chosen source ref
  • GitHub Release creation
  • website / announcement follow-up tasks

Quick Start

Run the stable release workflow with the target source_ref and date to initiate a production release.

Frequently Asked Questions about release

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

FAQPage Schema
How do I coordinate an end-to-end GitHub release workflow from canary validation to stable promotion?

To coordinate a GitHub release workflow, this Skill validates a candidate SHA, drafts a stable changelog, runs Docker smoke tests, and publishes the GitHub Release using the repository's release scripts.

What is the process for drafting a stable changelog before a production release?

Drafting a stable changelog involves using the `release-changelog` script to compile changes from a chosen source ref, ensuring all merged features and fixes are documented before the final GitHub Release.

Can I run Docker smoke tests as part of my release automation workflow?

Yes, you can run Docker smoke tests during your release workflow by executing `scripts/docker-onboard-smoke.sh`, which verifies the release candidate's stability before promoting it to stable.

How do I validate a canary release before proceeding to a stable promotion?

Canary validation involves checking the publish status from the `master` branch and verifying CI checks against the candidate SHA, ensuring the canary release is stable before manual promotion.

Do I need specific repository scripts to publish a GitHub Release for my project?

Yes, publishing a GitHub Release requires the repository's existing release scripts to automate the process, as this Skill coordinates their execution rather than replacing them.