rune-launch

Orchestrates testing, deployment, live verification, and marketing asset generation for product launches.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/dangvu008/VietTruyen --skill rune-launch-dangvu008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rune-launch
Source: https://github.com/dangvu008/VietTruyen/tree/main/.agents/skills/rune-launch
Command: npx skills add https://github.com/dangvu008/VietTruyen --skill rune-launch-dangvu008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating a product launch requires juggling test suites, deployment commands, live site verification, monitoring setup, and marketing copy creation, which is error-prone when done manually across disconnected tools. ## Core Features & Use Cases - Pre-flight Verification Gate: Runs the full test suite, type checks, lint, build, and security scan, and hard-blocks deployment if anything fails. - Platform-Detected Deployment: Auto-detects Vercel, Netlify, Fly.io, or custom deploy scripts and captures the live URL. - Live Verification and Monitoring: Confirms the deployed site returns HTTP 200 with no console errors, then configures health-check monitoring. - Marketing Asset Generation: Produces landing page copy, Twitter/X threads, LinkedIn posts, Product Hunt descriptions, and SEO meta tags. - Use Case: After finishing a feature, invoke the launch pipeline to run tests, deploy to Vercel, verify the live site, and receive ready-to-publish announcement copy in one session. ## Quick Start Ask the agent to launch the project to production and generate the announcement marketing assets.

Frequently Asked Questions about rune-launch

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

FAQPage Schema
How do I deploy and announce a product launch in one workflow?

Invoke the launch pipeline, which runs pre-flight tests, deploys to the detected platform, verifies the live site, sets up monitoring, and generates marketing copy. Each phase is gated so failures stop the pipeline before proceeding.

What deployment platforms does the launch pipeline support?

It auto-detects Vercel, Netlify, Fly.io, and custom npm deploy scripts by inspecting package.json, vercel.json, netlify.toml, Dockerfile, and fly.toml. If no platform is detected, it asks the user for the deploy command.

Can I deploy if some tests are failing?

No. A hard gate blocks deployment if any tests fail, TypeScript errors exist, the build fails, or critical security findings are detected. The pipeline stops and reports all failures with file and line references.

Does the launch pipeline publish marketing posts automatically?

No. It generates landing copy, Twitter threads, LinkedIn posts, Product Hunt descriptions, and SEO meta tags, then presents them for user approval. Nothing is published externally without explicit user confirmation.

What happens if the live site verification fails after deploy?

The pipeline reports the failure with screenshots and error logs, stops before the marketing phase, and can invoke incident triage to contain the issue. Monitoring setup only proceeds after a successful HTTP 200 verification.