skills/agent-create-pr/SKILL.md
Create a GitHub PR from a cloud agent's working branch. Use after an agent finishes work to open a PR for review.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin agent-create-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 create a PR from a cloud agent's branch:
lightsprint agent create-pr $ARGUMENTS
Usage: agent create-pr --task <taskId> --provider <anthropic|cursor|codex> --agent-id <agentId>
--task <taskId> — Task ID (required)--provider <provider> — Cloud agent provider (required): anthropic, cursor, codex--agent-id <id> — Agent ID (required). Found in the task's agent details via lightsprint get <taskId>.lightsprint agent create-pr --task LIG-024 --provider anthropic --agent-id abc123 --output json
lightsprint get <taskId> first.--agent-id can be found in the task details under the cloud agent entries for the relevant provider.lightsprint link-pr if the PR isn't automatically linked.--task, --provider, --agent-id) are required.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.