launch

Orchestrate deployment, live verification, and marketing announcements for software projects.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill launch-rune-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch
Source: https://github.com/Rune-kit/rune/tree/main/skills/launch
Command: npx skills add https://github.com/Rune-kit/rune --skill launch-rune-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire process of taking code from development to production and announcing it to the world, ensuring a smooth and coordinated release.

Core Features & Use Cases

  • End-to-End Orchestration: Manages pre-flight checks, deployment, live verification, marketing asset creation, and announcement.
  • Quality Assurance: Enforces strict quality gates, blocking deployment if tests fail or critical issues are detected.
  • Use Case: When you're ready to ship a new feature or product, simply invoke /rune launch to automate the deployment to your chosen platform, verify it's live, and generate marketing copy for social media.

Quick Start

Use the launch skill to deploy the current project to production and prepare marketing announcements.

Frequently Asked Questions about launch

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

FAQPage Schema
How do I automate software deployment to production and announce the release?

You can automate software deployment to production by orchestrating pre-flight testing, artifact readiness checks, and deployment commands across platforms like Vercel and Netlify, followed by automated marketing asset generation and public announcements.

What is the best way to verify live site integrity after a production deployment?

The best way to verify live site integrity after a production deployment is to use browser automation to check the live site, ensuring the release is fully functional before proceeding to marketing asset creation and public announcements.

Can I deploy to Vercel or Netlify and generate marketing copy in the same workflow?

Yes, you can deploy to Vercel or Netlify and generate marketing copy in the same workflow. The deployment pipeline executes platform commands, verifies the live site, generates marketing assets via a dedicated skill, and sets up post-deploy monitoring.

Does the deployment process enforce test and security compliance before releasing?

Yes, the deployment process enforces hard gates for test and security compliance before releasing. It blocks deployment if pre-flight tests fail or critical issues are detected, ensuring strict quality assurance for the production release.

What happens if pre-flight tests fail during the production release orchestration?

If pre-flight tests fail during the production release orchestration, the pipeline enforces strict quality gates that block the deployment. This prevents compromised code from reaching production and ensures artifact readiness before proceeding.

How do I coordinate post-deploy monitoring and marketing announcements for a new feature?

You coordinate post-deploy monitoring and marketing announcements by running an end-to-end orchestration pipeline that verifies the live deployment, generates marketing assets for social media, and automatically sets up monitoring after the release.