bulk-task-state-mutation

Applies bulk updates to task statuses in Clipper via CLI commands.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill bulk-task-state-mutation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bulk-task-state-mutation
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/bulk-task-state-mutation
Command: npx skills add https://github.com/ruskibeats/t1d --skill bulk-task-state-mutation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies bulk updates of task states in the Clanker Ops system, enabling efficient management of multiple tasks with a single operation.

Core Features & Use Cases

  • Bulk Task Updates: Apply the same state mutation to multiple tasks simultaneously.
  • Command Line Interface: Utilize the /clanker bulk command for ease of integration.
  • Use Case: When you need to change the status of multiple tasks to 'in_progress' in Clanker Ops, this Skill automates the process, saving time and reducing errors.

Quick Start

Run the command /clanker bulk #10,#11,#12 --status in_progress to update the status of tasks 10, 11, and 12 to 'in_progress'.

Frequently Asked Questions about bulk-task-state-mutation

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

FAQPage Schema
How do I update the status of multiple tasks simultaneously in Clanker Ops?

To update multiple task states simultaneously in Clanker Ops, use the `/clanker bulk` command and parse task IDs with status flags to apply state mutations and return a summary of the outcomes.

What is bulk task state mutation and when do I need it?

Bulk task state mutation is the process of applying the same state change to multiple tasks at once. You need it when transitioning several task statuses, such as moving items to 'in_progress', to save time and reduce errors.

How do I apply state mutations across multiple tasks from the command line?

You can apply state mutations across multiple tasks from the command line by running `/clanker bulk #10,#11,#12 --status in_progress`, which parses the IDs and flags to update the tasks.

Does this bulk update tool require specific Clanker Ops components to function?

Yes, this tool requires the Clanker Ops state reducer and command router, utilizing specific types and mutation patterns to process the bulk task updates correctly within the system.

What is the best way to change task states in Clanker Ops without errors?

The best way to change task states without errors is using the `/clanker bulk` command, which parses command-line input, applies the state mutations, and returns a summary of the update outcomes for verification.