skills/current-task/SKILL.md
Get the Lightsprint (ls) task linked to the current Claude Code session. Uses the session PID to auto-discover the task without needing a task ID.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin current-taskInstall 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 find the task linked to the current CC session:
lightsprint current-task --cc-pid $PPID
No arguments needed — the task is discovered automatically from the active CC session.
When to use: When you need to know which Lightsprint task is associated with this Claude Code session (e.g., before creating a PR, adding a comment, or checking task details).
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.