Kanbanflow Skill
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill coherently lists KanbanFlow task-management commands, with the main cautions being that it can change or delete board tasks and assumes a local `kanbanflow` command not provided by the skill.
Before installing, confirm that you have a trusted `kanbanflow` command or integration available and that it is connected to the intended board. Treat move, color, add, and especially delete actions as real changes to your KanbanFlow data, and ask the agent to confirm targets before making destructive changes.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used on the wrong task or column, the agent could move, recolor, add, or delete KanbanFlow tasks.
The skill exposes commands that can create, modify, and delete KanbanFlow tasks. This is aligned with the stated purpose, but users should notice that incorrect task or column IDs could change board data.
<command>kanbanflow add <columnId> <name> [description] [color]</command> ... <command>kanbanflow delete <taskId></command>
Review task and column IDs before changes, and require explicit confirmation for deletion or other irreversible board updates.
The reviewed skill does not itself provide the KanbanFlow tool; behavior depends on whatever local `kanbanflow` command is available.
The provided artifacts do not include or install the `kanbanflow` command referenced by SKILL.md, so the actual implementation would come from the user's environment rather than this reviewed package.
No install spec — this is an instruction-only skill. No code files present — this is an instruction-only skill.
Only use this skill with a trusted KanbanFlow CLI or integration, and verify its source and permissions separately.
