non-interruptible-mode

Execute long-running task lists without questions or confirmations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/oliverhuynh/codex-master --skill non-interruptible-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: non-interruptible-mode
Source: https://github.com/oliverhuynh/codex-master/tree/main/skills/non-interruptible-mode
Command: npx skills add https://github.com/oliverhuynh/codex-master --skill non-interruptible-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Non-interruptible execution policies enforce finishing long-running task lists without interactive prompts or clarifications, reducing delays and context-switching.

Core Features & Use Cases

  • Enforces strict non-interruptible execution: proceed through all tasks without asking for input.
  • Handles long-running workflows such as batch processing, data pipelines, and automation scripts.
  • Provides explicit guidance on assumptions and final reporting of concerns after task completion.

Quick Start

Enable non-interruptible mode and run the task list to completion without asking questions.

Frequently Asked Questions about non-interruptible-mode

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

FAQPage Schema
How do I run long-running automation workflows without interruptions or interactive prompts?

Non-interruptible execution policies enforce finishing long-running task lists without interactive prompts or clarifications, reducing delays and context-switching. They apply to workflows such as batch processing, data pipelines, and automation scripts.

What's the best way to stop a batch process from pausing for user confirmation midway?

To stop a batch process from pausing, enable a non-interruptible execution mode that skips confirmations, avoids asking questions, makes reasonable assumptions, and selects a single approach to proceed through all tasks.

Can I execute scripted automation tasks to completion without answering clarification questions?

Yes, you can execute scripted automation tasks to completion by implementing a non-interruptible mode that skips clarification questions, makes reasonable assumptions, and proceeds through the entire task list without stopping.

Does non-interruptible execution still report issues found during data pipeline workflows?

Yes, non-interruptible execution still reports issues by collecting any concerns encountered during data pipeline workflows and reporting them only after all tasks are fully complete.

When should I not use a non-interruptible policy for task execution?

You should not use a non-interruptible policy for task execution when workflows require interactive human input, real-time clarifications, or critical decision-making before proceeding to the next step.