skills/comment/SKILL.md
Add a comment to a Lightsprint (ls) task. Use to leave notes or status updates visible to the team.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin commentInstall 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 add a comment to a Lightsprint task:
lightsprint comment $ARGUMENTS
Usage: comment <taskId> <body> or comment --task <taskId> --body <text>
Both positional and flag syntax work: lightsprint comment LIG-024 "Done" is the same as lightsprint comment --task LIG-024 --body "Done".
Task ID can be a display ID (e.g. LIG-024), bare task number (e.g. 24), or raw ID. All formats are resolved server-side.
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.