release

Coordinate 1% AI Labs releases across npm, GitHub, and website publishing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kysonttan-sys/1percent-AI-Labs --skill release-kysonttan-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/kysonttan-sys/1percent-AI-Labs/tree/main/.agents/skills/release
Command: npx skills add https://github.com/kysonttan-sys/1percent-AI-Labs --skill release-kysonttan-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm, docker, gh, jq, git, and includes scripts (resource) components.

What problem does it solve?

Coordinating a full 1% AI Labs release across engineering verification, npm, GitHub, website publishing, and announcement follow-up to ensure a smooth, ship-ready process.

Core Features & Use Cases

  • Changelog automation: Drafts and aligns the stable changelog using dedicated release tooling.
  • Release train management: Coordinates start, canaries, testing, publishing, and tagging across teams.
  • Post-release execution: Schedules website updates and announcement workflows after a successful publish.

Quick Start

Start a new release by running the release-start script with the desired patch, minor, or major bump.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate a full release workflow with changelog drafting and npm publishing?

Automate a full release workflow by orchestrating engineering verification, changelog drafting, npm canary publishing, Docker smoke tests, and GitHub release tagging through a multi-step script. This coordinates end-to-end deployment automation.

What's the best way to coordinate release branches and canary publishing before a stable deployment?

Coordinate release branches and canary publishing by running a release-start script for version bumps, enforcing a prerelease canary workflow, and validating Docker smoke tests before stable deployment.

Do I need pnpm and gh installed to manage GitHub releases and Docker smoke tests?

Yes, managing GitHub releases and Docker smoke tests requires pnpm, gh, docker, jq, and git installed. These dependencies execute the local scripts needed for canary publishing and release branch coordination.

How does changelog automation work during a CI/CD release campaign?

Changelog automation works by drafting and aligning the stable changelog using dedicated release tooling during a CI/CD campaign. It ensures release notes match the version bump before npm and GitHub publishing.

Can I schedule website updates and announcements after a successful npm publish?

Yes, you can schedule website updates and announcement workflows after a successful npm publish. The release workflow includes post-release execution to update website content and trigger announcements.

When should I not use an automated release train for patch or minor version bumps?

Avoid an automated release train for patch or minor bumps if your project lacks Docker smoke test integration or requires manual engineering verification outside the enforced prerelease canary workflow.