fleet-config-gate

Enforce a mandatory gate before applying fleet configuration changes.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-config-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-config-gate
Source: https://github.com/supportersimulator/multi-fleet/tree/main/skills/fleet-config-gate
Command: npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-config-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fleet configuration changes can disrupt connectivity across the entire fleet; this gate ensures changes are scoped, communicated, and reversible before taking effect.

Core Features & Use Cases

  • Enforces a hard gate before fleet configuration changes to prevent accidental outages.
  • Scopes blast radius and coordinates multi-node rollout with canary strategies.
  • Provides rollback paths and explicit emergency bypass for outages.

Quick Start

Identify a proposed fleet change, run the gate to validate scope, notify affected nodes, and verify rollback procedures before applying the change.

Frequently Asked Questions about fleet-config-gate

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

FAQPage Schema
How do I prevent unsafe fleet configuration changes from causing network outages?

To prevent unsafe fleet configuration changes, enforce a mandatory hard gate that verifies safety before applying modifications. This gate scopes blast radius, coordinates canary rollouts across nodes, and validates rollback procedures to prevent accidental network outages.

What is a hard gate for fleet change management?

A hard gate for fleet change management is a mandatory checkpoint that intercepts configuration updates before they take effect. It enforces a four-check protocol to validate scope, notify affected nodes, and verify rollback backups for daemon settings and LaunchAgent policies.

How do I safely roll out config.json updates across a fleet subset?

Safely roll out config.json updates by running a validation gate that scopes the blast radius and coordinates a canary rollout. This approach verifies rollback procedures and explicitly notifies affected nodes before applying modifications across the entire fleet.

Can I bypass the configuration gate during an active outage?

Yes, you can bypass the configuration gate during an active outage using explicit emergency bypass guidelines. These guidelines ensure traceability is maintained even when circumventing the standard four-check protocol for urgent fleet modifications.

What is the best way to manage rollback backups for daemon settings?

The best way to manage rollback backups for daemon settings is to use a change management gate that automatically generates these backups before applying modifications. This ensures you can safely revert network-related updates and LaunchAgent policies if disruptions occur.