governed-job-launcher

Execute jobs on managed systems with risk assessment and approval gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures secure and compliant execution of jobs on managed systems, by integrating risk assessment, check mode, approval gates, and rollback capabilities.

Core Features & Use Cases

  • Risk Assessment: Integrates with execution-risk-analyzer to assess execution risks before job launch.
  • Check Mode: Supports check mode for dry run and validation of job execution without actual changes.
  • Approval Gates: Ensures governance controls by requiring explicit user approval for high-risk executions.
  • Rollback: Provides options for rollback in case of job failure, using relaunch or alternate templates.
  • Use Case: Before deploying a critical security patch, use this Skill to run a risk assessment, execute in check mode, and proceed to full execution only after user approval.

Quick Start

Use the governed-job-launcher skill to execute the 'secure-patch' job after approval by the risk assessor.

Frequently Asked Questions about governed-job-launcher

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

FAQPage Schema
How do I securely execute jobs on managed systems with rollback and compliance checks?

Secure job execution integrates risk assessment, check mode validation, and approval gates to ensure compliance. This approach requires explicit user approval for high-risk operations and provides rollback capabilities using relaunch or alternate templates if the job fails.

What is check mode for dry run and validation in job execution?

Check mode in job execution performs a dry run to validate operations without making actual changes. It ensures that templates and parameters are correct before proceeding to full execution, preventing unintended modifications to managed systems.

Can I require user approval for high-risk job executions automatically?

Yes, you can enforce governance controls by setting up approval gates that require explicit user approval before high-risk job executions proceed. This ensures that critical operations are manually verified before any changes are applied.

How do I assess execution risks before launching a job on managed systems?

Assess execution risks by integrating a risk assessment analyzer before job launch. This evaluates the potential impact of the operation, categorizing risk levels to determine whether check mode validation or explicit approval is required before execution.

Does governed-job-launcher work with execution-risk-analyzer and aap-mcp-validator?

Yes, governed-job-launcher depends on execution-risk-analyzer for assessing risks and aap-mcp-validator for validation. These integrations provide the necessary risk evaluation and compliance checks required to securely execute jobs.

What are the rollback options if a job execution fails on managed systems?

If a job execution fails, rollback options include relaunching the job with corrected parameters or using alternate templates. This ensures that managed systems can be restored to a compliant state after a failed operation.