cancel-auto-run

Remove the .claude/auto-run state directory to cancel automatic task execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sato-dev1234/claude-code-sample --skill cancel-auto-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel-auto-run
Source: https://github.com/sato-dev1234/claude-code-sample/tree/main/skills/cancel-auto-run
Command: npx skills add https://github.com/sato-dev1234/claude-code-sample --skill cancel-auto-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancels automatic task execution, allowing you to revert to manual control and avoid unintended runs.

Core Features & Use Cases

  • Stop ongoing auto-run processes to prevent unwanted tasks from starting.
  • Cleanly reset state by removing residual auto-run configurations.
  • Use Case: When a scheduled automation misfires, manually cancel auto-run to regain control and reconfigure the workflow.

Quick Start

Run the cancel-auto-run action to stop any active auto-run and return to manual control.

Frequently Asked Questions about cancel-auto-run

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

FAQPage Schema
How do I cancel automatic task execution in a local development environment?

To cancel automatic task execution, you remove the auto-run state file and delete the associated state directory, which reverts the system to manual control and stops any scheduled automation from misfiring.

What does an auto-run state file do and when should I remove it?

An auto-run state file indicates that automatic task execution is currently active. You should remove this state file when a scheduled workflow misfires or when you need to manually cancel auto-run to regain control and reconfigure tasks.

How do I reset auto-run configurations to return to manual control?

Resetting auto-run configurations involves verifying the active state file, deleting the auto-run state directory, and emitting a confirmation message, which cleanly clears residual data and returns the system to manual control.

Can I use Bash to stop ongoing automation processes and clean up state files?

Yes, you can use a Bash-based implementation to stop ongoing automation processes, perform safety checks on the state file, and remove the auto-run directory to prevent unwanted tasks from starting in your workflow.

What happens if I leave residual auto-run configurations in my runtime environment?

Leaving residual auto-run configurations in your runtime environment can cause unintended runs and misfired scheduled tasks, which is why cleanly removing the state directory is necessary to fully revert to manual control.