rollout

Orchestrate deployment workflows from planning through post-deploy monitoring.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/firetiger-oss/skills --skill rollout-firetiger-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollout
Source: https://github.com/firetiger-oss/skills/tree/main/rollout
Command: npx skills add https://github.com/firetiger-oss/skills --skill rollout-firetiger-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire process of deploying code changes by managing planning, merging, triggering deployment, and post-deploy monitoring in one unified workflow.

Core Features & Use Cases

  • Automates the deployment workflow: Drafts monitoring plans, merges PRs with user approval, triggers deployments, and monitors rollout health.
  • Supports multiple invocation methods: Handles in-session, out-of-session PR-based, and environment-scoped rollouts efficiently.
  • Use Case: When a developer wants to reliably deploy a feature to production, verify its health through Golden Signals, and detect regressions early, they can invoke /rollout and let the skill orchestrate the process.

Quick Start

Use the rollout skill to deploy the current branch and monitor its performance throughout the post-deploy window.

Frequently Asked Questions about rollout

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

FAQPage Schema
How do I automate code deployment and post-deploy monitoring in one workflow?

Automating code deployment and post-deploy monitoring is handled by orchestrating full workflows that merge PRs, trigger production releases, and monitor rollout health using Golden Signals to detect regressions early with minimal manual intervention.

What is the best way to ensure safe production rollouts with early regression detection?

Safe production rollouts require comprehensive change control, achieved by drafting monitoring plans, merging PRs with user approval, and verifying deployment health through Golden Signals to detect regressions early throughout the post-deploy window.

Can I trigger a production deployment using a PR-based or environment-scoped approach?

Yes, you can trigger a production deployment using in-session, out-of-session PR-based, and environment-scoped rollout invocation methods, allowing flexible orchestration of code changes across different deployment contexts.

How does change control work when merging PRs for a production release?

Change control for merging PRs works by requiring explicit user approval before the merge, triggering the deployment, and then continuously monitoring the rollout health to ensure safe and reliable releases.

Do I need to manually draft a monitoring plan before deploying code to production?

No, you do not need to manually draft a monitoring plan before deploying code, as the workflow automates drafting the monitoring plan, merging the PR, triggering the deployment, and monitoring the rollout health.