shipping-and-launch

Generates pre-launch checklists and manages feature flags, monitoring, and rollback for production deployments.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/tuanfung/pqt-agent-skills --skill shipping-and-launch-tuanfung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-and-launch
Source: https://github.com/tuanfung/pqt-agent-skills/tree/main/skills/shipping-and-launch
Command: npx skills add https://github.com/tuanfung/pqt-agent-skills --skill shipping-and-launch-tuanfung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, monitoring tools, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of safely and effectively deploying software to production, providing a comprehensive pre-launch checklist, monitoring, rollback strategies, and feature flag management.

Core Features & Use Cases

  • Pre-Launch Checklist: Offers a detailed pre-launch checklist covering code quality, security, performance, accessibility, infrastructure, and documentation.
  • Feature Flag Management: Supports feature flag implementation and phased rollout strategies for controlled feature releases.
  • Monitoring and Observability: Provides guidelines for monitoring and ensuring system health and performance after deployment.
  • Rollback Strategy: Offers a structured approach to rollback in case of deployment issues or failures.

Quick Start

Run the shipping-and-launch skill to generate a pre-launch checklist for your upcoming production deployment.

Frequently Asked Questions about shipping-and-launch

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

FAQPage Schema
How do I create a pre-launch checklist for production deployment?

Create a production deployment pre-launch checklist by evaluating code quality, security, performance, accessibility, infrastructure, and documentation. This Skill generates a comprehensive checklist to ensure all critical verification steps are completed before releasing software.

What is the best way to implement a rollback strategy for a failed release?

The best rollback strategy for a failed release involves following a structured recovery procedure. This Skill provides predefined rollback strategies and scripts to safely revert production environments to their previous stable state during deployment failures.

How do I manage feature flags for a controlled phased rollout?

Manage feature flags for a phased rollout by toggling functionality on and off without deploying new code. This Skill supports feature flag implementation to help you execute controlled feature releases and minimize deployment risks.

What monitoring guidelines should I follow after a production launch?

Post-production launch monitoring guidelines should track system health metrics and application performance continuously. This Skill provides observability guidelines to ensure infrastructure stability and detect anomalies immediately after deployment.

Do I need Python and external monitoring tools to use this deployment framework?

Yes, you need Python installed to run the deployment scripts provided. Additionally, integrating external monitoring tools is required to execute the observability checks and automate the rollback procedures effectively.