Amoa Reassign Kanban Tasks banner
Emasoft Emasoft

Amoa Reassign Kanban Tasks

Git community

Description

--- name: amoa-reassign-kanban-tasks description: "Reassign GitHub Project kanban tasks from one agent to another" argument-hint: "--from-agent <ID> --to-agent <ID> [--dry-run] [--handoff-url URL] [--reason TEXT]" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_reassign_kanban_tasks.py:*)"] --- # Reassign Kanban Tasks Command Reassign all GitHub Project tasks from a failed agent to a replacement agent. Updates issue assignees, labels, and adds audit comments for traceability.

Installation

Installs to ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-reassign-kanban-tasks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-reassign-kanban-tasks && curl -fsSL https://raw.githubusercontent.com/Emasoft/ai-maestro-orchestrator-agent/HEAD/commands/amoa-reassign-kanban-tasks.md -o ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-reassign-kanban-tasks/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository