approvals

Create and enforce approvals before external actions with audit trails.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill approvals-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: approvals
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/approvals
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill approvals-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents high-stakes external actions from executing without explicit permission.

Core Features & Use Cases

  • Create an approval before performing external actions (emails to real people, deployments, data deletions, or any irreversible task) to ensure deliberate consent.
  • Block tasks until approval is granted, notify the user, and await the decision to proceed or abort.
  • Maintain an auditable workflow with contextual details and category classifications to streamline governance.

Quick Start

Request an approval before taking any external, irreversible action.

Frequently Asked Questions about approvals

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

FAQPage Schema
How do I require explicit approval before executing external actions like code deployments?

To require explicit approval before external actions, you can block tasks until a decision is made. The workflow creates an approval gate, notifies the user, waits for consent, and then proceeds or aborts.

What is the best way to automate governance and prevent irreversible data deletions without permission?

Automating governance for irreversible data deletions involves enforcing an approval gatekeeper workflow. This blocks the external action, categorizes the request, and maintains an auditable trail before executing or aborting the task.

Can I block automated workflows from sending emails to real people until a gatekeeper approves?

Yes, you can block automated workflows from sending emails to real people. The system creates an approval request, pauses the task, notifies the designated user, and waits for their decision to proceed or abort.

Does this governance workflow maintain audit trails for team compliance and risk management?

Yes, the governance workflow maintains audit trails for team compliance. It logs contextual details and category classifications for every approval request, ensuring a clear record of the decision to proceed or abort.

How do I set up a wait-for-decision workflow for high-stakes product operations?

Setting up a wait-for-decision workflow for product operations uses a create-approval, block-task, notify-user, and act-on-decision sequence. This ensures high-stakes external actions require deliberate consent before execution.