cancel-checkin

Cancel scheduled check-ins in Claude Code workflows.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcospmail/claude-code-plugins --skill cancel-checkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel-checkin
Source: https://github.com/marcospmail/claude-code-plugins/tree/main/plugins/yato/skills/cancel-checkin
Command: npx skills add https://github.com/marcospmail/claude-code-plugins --skill cancel-checkin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually stops the automatic check-in loop for a workflow, ensuring you can pause or abort check-ins before all tasks are completed.

Core Features & Use Cases

  • Manual Pause of Workflow: Halts check-ins without finishing all tasks.
  • Immediate Response: Stops scheduled check-ins immediately, ensuring workflow control.
  • Use Case: Ideal for when a task encounters an issue, or when the workflow needs to be paused before all tasks are completed.

Quick Start

To cancel all pending check-ins for the current project's active workflow, use the following command: Run from the project directory: cd ${CLAUDE_PLUGIN_ROOT} && uv run python lib/checkin_scheduler.py cancel

Frequently Asked Questions about cancel-checkin

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

FAQPage Schema
How do I cancel a scheduled check-in in a Claude Code workflow?

To cancel a scheduled check-in in a Claude Code workflow, run the cancel command from your project directory to immediately halt the automatic check-in loop and stop all pending tasks.

What is the best way to pause an automated workflow before all tasks are finished?

The best way to pause an automated workflow before completion is to use a check-in cancellation command, which immediately terminates the scheduled check-in loop and halts all further task execution.

How do I stop scheduled check-ins immediately when a task encounters an issue?

To stop scheduled check-ins immediately when a task encounters an issue, execute the workflow cancellation script to ensure immediate response and halt the check-in loop without finishing remaining tasks.

Do I need execution permissions to halt a workflow in progress using check-in cancellation?

Yes, you need execution permissions and a clear context on active workflows to halt a workflow in progress using check-in cancellation, as the script requires authorization to terminate scheduled tasks.

Why does my automated workflow continue running after I try to pause check-ins?

If your automated workflow continues running after you try to pause check-ins, ensure you are executing the cancel command from the correct project directory and that active workflow context is properly established.