flux-gate

Validate staging deployments and generate promotion pull requests.

7|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nairon-AI/flux --skill flux-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-gate
Source: https://github.com/Nairon-AI/flux/tree/main/skills/flux-gate
Command: npx skills add https://github.com/Nairon-AI/flux --skill flux-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate a staging deployment after a merge and promote to production, ensuring health checks and approvals before release.

Core Features & Use Cases

  • Staging health validation and promotion PR creation.
  • Browser QA or manual review workflow.
  • Config-driven gating and environment awareness.

Quick Start

Invoke flux-gate to validate the latest staging deployment and open a promotion PR when healthy.

Frequently Asked Questions about flux-gate

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

FAQPage Schema
How do I gate staging to production promotion in a CI/CD workflow?

To gate staging to production promotion in a CI/CD workflow, you validate the staging deployment after a merge and generate a promotion pull request. This enforces health checks and approvals before the release.

What is staging environment promotion gating?

Staging environment promotion gating is the process of validating a staging deployment after a merge to ensure health checks pass before release. It applies config-driven gating to control the promotion to production.

How do I automate production promotion pull requests after a merge?

You automate production promotion pull requests by running validation steps on the latest staging deployment. When the environment is healthy and passes manual review, a promotion PR is automatically generated for production release.

Can I use browser QA to validate staging before production deployment?

Yes, you can use browser QA to validate staging before production deployment. The workflow supports browser QA and manual review to ensure the staging environment meets health requirements before generating a promotion PR.

Does config-driven gating support environment awareness for staging deployments?

Yes, config-driven gating supports environment awareness for staging deployments by reading environment config during validation. This ensures the promotion process respects the specific configuration of the staging environment before release.

Why do I need session-phase tracking for staging promotion?

You need session-phase tracking for staging promotion to enforce the correct sequence of validation steps, browser QA, and manual review. It maintains workflow state and tracks progress accurately before generating a production promotion PR.