skills/projects/SKILL.md
List projects from the active Lightsprint (ls) workspace. Use when you need to see available projects or find a project ID for filtering tasks.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin projectsInstall 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 list projects from the Lightsprint workspace:
lightsprint projects $ARGUMENTS
Usage: projects [--status active|completed|archived]
| Flag | Default | Description |
|------|---------|-------------|
| --status <status> | all | Filter by project status: active, completed, or archived. |
| --output json | text | Return structured JSON instead of human-readable text. |
For each project shows: project number (e.g. P-3), name, status (if not active), and task counts.
JSON output includes: id, name, color, projectNumber, status, taskCount (total tasks in the project).
lightsprint projects
lightsprint projects --status active
lightsprint projects --output json
lightsprint tasks --project <id> to filter tasks by projecttesting
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.