skills/delete/SKILL.md
Delete a Lightsprint (ls) task permanently from the workspace board. Use when a task is no longer needed, was created by mistake, or is a duplicate.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin deleteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run this command to delete a Lightsprint task:
lightsprint delete $ARGUMENTS
Usage: delete <taskId> or delete --task <taskId>
Both positional and flag syntax work: lightsprint delete LIG-024 is the same as lightsprint delete --task LIG-024.
Task ID supports display IDs (e.g. LIG-024), bare task numbers (e.g. 24), or raw IDs.
Warning: This permanently removes the task from the board. It cannot be undone. Before deleting, confirm with the user that they want the task removed.
When to use: When a task was created by mistake, is a duplicate, or is no longer relevant and should be removed rather than moved to done.
Prefer update over delete: If the task was completed, use lightsprint update <taskId> --status done instead of deleting it. Only delete tasks that should not exist at all.
testing
Update an existing Lightsprint (ls) task. Change its title, description, status, complexity, assignee, position, or dependencies.
tools
Remove a linked GitHub pull request from a Lightsprint (ls) task. Use this to unlink a PR that was previously linked to a task.
data-ai
List tasks from the Lightsprint (ls) workspace board. Use when you need to see what work is available.
testing
Get PR signals (CI checks, reviews, comments, deployments) for a task's linked PR. Use to inspect what CI and review activity has happened on a PR.