skills/merge/SKILL.md
Merge the GitHub PR linked to a Lightsprint task. Supports direct merge and GitHub merge queue.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin mergeInstall 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 merge a task's linked PR:
lightsprint merge $ARGUMENTS
Usage: merge <taskId>
<taskId> — Task ID (display ID like LIG-024, bare number, or raw ID). Can also use --task <taskId>.| Field | Description |
|-------|-------------|
| success | Boolean |
| pr.prUrl | PR URL |
| pr.prNumber | PR number |
| pr.status | merged (done) or queued (in merge queue, will merge when checks pass) |
| pr.title | PR title |
| pr.sha | Merge commit SHA (only when directly merged, not when queued) |
lightsprint merge LIG-024 --output json
lightsprint merge --task LIG-024 --output json
lightsprint merge 24 --dry-run
lightsprint link-pr.queued, the repo uses GitHub merge queue — the PR will merge automatically when required checks pass.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.