execution

Block execution until user approval and pre-execution state validation pass.

3|1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/metraton/gaia --skill execution-metraton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution
Source: https://github.com/metraton/gaia/tree/main/skills/execution
Command: npx skills add https://github.com/metraton/gaia --skill execution-metraton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that only approved, validated operations proceed to execution, preventing unverified commands from running and guarding against drift or state inconsistencies.

Core Features & Use Cases

  • Coordinates pre-execution checks, drift detection, and rollback readiness for approved operations.
  • Guarantees explicit approvals are required before execution and provides clear rollback guidance.
  • Supports end-to-end safety with non-interactive execution and verifiable outcomes in DevOps workflows.

Quick Start

Approve the operation nonce and trigger the execution sequence after pre-execution checks pass.

Frequently Asked Questions about execution

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

FAQPage Schema
How do I enforce explicit approval before running DevOps deployment commands?

To enforce explicit approval before running DevOps commands, block execution until user confirmation is received. This skill coordinates pre-execution checks and validates the operation nonce to ensure only approved commands proceed.

What is drift detection in pre-execution validation for deployments?

Drift detection in pre-execution validation identifies state inconsistencies before running commands. It checks the current environment against the expected baseline to guard against unverified operations and ensure deployment safety.

How do I set up a rollback path for non-interactive execution?

Setting up a rollback path for non-interactive execution requires verifying rollback readiness before triggering commands. The workflow validates pre-execution checks, confirms approval, and establishes clear recovery steps for verifiable outcomes.

Can I use guarded steps for approved T3 operations in CI/CD pipelines?

Yes, you can use guarded steps for approved T3 operations in CI/CD pipelines. The skill coordinates non-interactive execution, drift detection, and explicit approvals to ensure verifiable, safe deployments.

Why are my unverified commands blocked from running in the deployment workflow?

Unverified commands are blocked from running to prevent state inconsistencies and ensure deployment safety. The workflow requires explicit approval confirmation and successful pre-execution checks before any operation proceeds.

What's the best way to coordinate safety checks for verifiable DevOps deployments?

The best way to coordinate safety checks for verifiable DevOps deployments is to integrate drift detection, rollback readiness, and explicit approval validation. This approach enforces guarded steps and provides clear rollback paths.