cancel-task

Cancel active or blocked tasks and archive them under completed/ with status and timestamps.

84|5|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fitlab-ai/agent-infra --skill cancel-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel-task
Source: https://github.com/fitlab-ai/agent-infra/tree/main/.agents/skills/cancel-task
Command: npx skills add https://github.com/fitlab-ai/agent-infra --skill cancel-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel unnecessary tasks and preserve an audit trail by archiving them under the completed folder.

Core Features & Use Cases

  • Cancel active or blocked tasks to stop further work and move them into the completed archive.
  • Infer cancellation reasons and synchronize with linked issues when present to keep stakeholders in sync.
  • Maintain a clear audit trail with timestamps and task metadata for compliance and traceability.

Quick Start

Cancel task 123 and archive it to the completed folder.

Frequently Asked Questions about cancel-task

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

FAQPage Schema
How do I cancel an active task and archive it to completed?

To cancel an active task, the system terminates it and moves it into the completed folder. It records a comprehensive update including status, cancelled_at timestamp, and cancel_reason to preserve a clear audit trail.

What happens to linked issues when I cancel a task?

When you cancel a task, the system automatically synchronizes the cancellation with any linked Issue. This ensures stakeholders remain in sync and the task metadata reflects the cancelled status across all connected tracking items.

Can I cancel a task that is currently in a blocked state?

Yes, you can cancel tasks found in either the active or blocked directories. The system operates on both states to stop further work and gracefully archives the cancelled task under the completed folder.

How does task management handle archiving missing or already completed tasks?

The task management archiving process gracefully handles missing or already archived states. If a task is not found in active or blocked directories, the system avoids errors and preserves the existing completed audit trail.

Why do I need an audit trail when cancelling unnecessary tasks?

An audit trail is needed when cancelling unnecessary tasks to maintain compliance and traceability. The system records task metadata, timestamps, and cancellation reasons, ensuring stakeholders understand why work was stopped.

What is the best way to stop further work on an unnecessary task?

The best way to stop further work on an unnecessary task is to cancel and archive it. The system infers cancellation reasons, synchronizes linked issues, and securely moves the task to the completed directory.