skills/linear-workflow/SKILL.md
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
npx skillsauth add finesssee/linear-cli linear-workflowInstall 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.
# Start working (assigns to you, sets In Progress)
linear-cli i start LIN-123
# Start + create git branch
linear-cli i start LIN-123 --checkout
# Stop working (unassigns, resets status)
linear-cli i stop LIN-123
# Get issue from current git branch
linear-cli context
linear-cli context --output json
# 1. Start
linear-cli i start LIN-123 --checkout
# 2. Code...
# 3. Create PR
linear-cli g pr LIN-123
# 4. Done
linear-cli i update LIN-123 -s Done
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.
documentation
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.