governance-executor

Automate governed job execution with risk analysis, check mode, and approval workflows.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill governance-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-executor
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/rh-automation/skills/governance-executor
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill governance-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aap-mcp-validator, execution-risk-analyzer, governed-job-launcher, execution-summary, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of governed jobs, ensuring risk analysis, check mode, approval, and rollback are applied to sensitive operations.

Core Features & Use Cases

  • Risk Analysis: Analyzes job execution risk and identifies potential issues.
  • Check Mode: Provides a dry run to validate job templates and configurations.
  • Approval Workflow: Requires human confirmation for critical operations.
  • Rollback: Offers rollback options in case of failures.
  • Use Case: Use this Skill when deploying critical job templates to production environments to ensure governance and compliance.

Quick Start

Execute the job template 'production-update' with governance controls by invoking the governance-executor skill.

Frequently Asked Questions about governance-executor

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

FAQPage Schema
How do I automate governed job execution with risk analysis for sensitive environments?

Automated governed job execution triggers risk analysis and check mode validation before launching job templates in sensitive environments. It enforces approval workflows to ensure operations meet compliance and governance controls prior to execution.

What is the approval workflow process for launching production job templates?

The approval workflow process requires human confirmation for critical production job template launches after completing risk analysis. It validates configurations through a dry run check mode, ensuring sensitive operations receive explicit governance approval before execution proceeds.

Does governed job execution require MCP server validation?

Yes, governed job execution requires MCP server validation to authenticate and control sensitive operations. The execution framework depends on validated server connections to perform accurate risk analysis and enforce governance controls during job template launches.

Can I perform a dry run to validate job template configurations before production deployment?

You can perform a dry run using check mode to validate job template configurations before production deployment. This mechanism simulates the execution to identify potential issues, ensuring configurations meet governance controls without applying changes.

What is the best way to handle rollback when a critical job execution fails?

The best way to handle rollback after a critical job execution fails is to use the integrated rollback options provided by the governance framework. This mechanism reverts sensitive environment changes, ensuring system stability when deployment operations encounter issues.

Why does job execution risk analysis matter for sensitive operations?

Job execution risk analysis matters for sensitive operations because it identifies potential issues before changes are applied. Analyzing risk enforces governance compliance, preventing unintended disruptions during job template launches in critical production environments.