confirm-action

Prompts users for confirmation before irreversible automated actions are executed.

120|34|Updated May 9, 2025
One-click install
npx skills add https://github.com/dandye/ai-runbooks --skill confirm-action
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: confirm-action
Source: https://github.com/dandye/ai-runbooks/tree/main/skills/confirm-action
Command: npx skills add https://github.com/dandye/ai-runbooks --skill confirm-action

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensure deliberate, explicit user consent before executing high-impact security actions, reducing accidental or unintended changes.

Core Features & Use Cases

  • Present a clear QUESTION_TEXT to the user and offer predefined RESPONSE_OPTIONS or allow custom input.
  • Capture and expose USER_RESPONSE for downstream decision branching in automation or playbooks.
  • Works across containment, remediation, or other high-stakes operations requiring human-in-the-loop approval.

Quick Start

Ask for confirmation by supplying a QUESTION_TEXT and optional RESPONSE_OPTIONS.

Frequently Asked Questions about confirm-action

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

FAQPage Schema
How do I add human-in-the-loop approval before executing risky workflow actions?

To add human-in-the-loop approval, you present a clear QUESTION_TEXT to the user and offer predefined RESPONSE_OPTIONS or allow custom input, capturing the USER_RESPONSE to branch downstream decisions.

What is the best way to require explicit user consent for high-impact incident-response operations?

Requiring explicit user consent for incident-response operations involves prompting the user with a QUESTION_TEXT before significant actions, ensuring deliberate approval to prevent accidental or unintended changes.

Can I use predefined response options for decision-making branching in my automation workflow?

Yes, you can supply predefined RESPONSE_OPTIONS or allow custom input, capturing the result as USER_RESPONSE to integrate with workflows and branch decisions for containment, remediation, or other operations.

How do I prompt a user for confirmation before running containment or remediation tasks?

You prompt a user for confirmation by supplying a QUESTION_TEXT as required input along with optional RESPONSE_OPTIONS, which then outputs the USER_RESPONSE to gate the execution of containment or remediation tasks.

When do I need a user confirmation step in an automated playbook?

You need a user confirmation step in an automated playbook when executing high-stakes operations that require deliberate, explicit human consent to prevent mistakes during incident-response or remediation.