skills/get/SKILL.md
Get full details of a Lightsprint (ls) task by ID. Shows title, status, description, todo list, related files, dependencies, and complexity.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin getInstall 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 get a Lightsprint task's details:
lightsprint get $ARGUMENTS
Usage: get <taskId> or get --task <taskId> [--fields <field1,field2,...>]
Both positional and flag syntax work: lightsprint get LIG-024 is the same as lightsprint get --task LIG-024.
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.
The --fields flag accepts a comma-separated list of field names to return only specific fields (implies --output json). Available fields: task, dependencies, dependents. Within task: id, title, status, assignee, complexity, description, todoList, relatedFiles, creator. The lightsprint tasks command also supports --fields.
| Field | Always shown | Description |
|-------|-------------|-------------|
| Title | Yes | Task title |
| ID | Yes | Raw task ID |
| Status | Yes | Current status (backlog, todo, in_progress, in_review, done) |
| Assignee | If assigned | Assigned team member |
| Complexity | If set | low, medium, or high |
| Project | If assigned | Project name (from workspace projects) |
| Description | If set | Full task description (no truncation) |
| Todo list | If non-empty | Implementation steps with [x]/[ ] completion status |
| Related files | If non-empty | File paths referenced by the task |
| Depends on | If non-empty | Tasks this task depends on (shown as #<number> <title> [<status>]) |
| Blocks | If non-empty | Tasks that depend on this task (shown as #<number> <title> [<status>]) |
lightsprint get LIG-003
lightsprint get 3
lightsprint get abc123def
lightsprint get --task LIG-003 --fields task,dependencies
lightsprint get <taskId> before lightsprint update to confirm current stateLIG-003), bare number (e.g. 3), or raw ID — all formats are resolved server-sidetesting
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.