skills/unlink-pr/SKILL.md
Remove a linked GitHub pull request from a Lightsprint (ls) task. Use this to unlink a PR that was previously linked to a task.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin unlink-prInstall 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 remove a linked GitHub pull request from a Lightsprint task:
lightsprint unlink-pr $ARGUMENTS
Usage: unlink-pr <taskId> or unlink-pr --task <taskId>
Both positional and flag syntax work: lightsprint unlink-pr LIG-024 is the same as lightsprint unlink-pr --task LIG-024.
Task ID supports display IDs (e.g. LIG-024), bare task numbers (e.g. 24), or raw IDs.
This removes the linked PR from the task and clears the PR URL from any associated cloud agents.
When to use: When a PR was linked to the wrong task, or you need to replace it with a different PR.
testing
Update an existing Lightsprint (ls) task. Change its title, description, status, complexity, assignee, position, or dependencies.
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.
data-ai
Get AI readiness analysis (score, summaries, callouts, suggested actions) for a task's linked PR. Use to assess whether a PR is ready to merge.