linear-workflow
Installation
SKILL.md
Workflow Commands
Start Work
# 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 Work
# Stop working (unassigns, resets status)
linear-cli i stop LIN-123
Get Current Issue
# Get issue from current git branch
linear-cli context
linear-cli context --output json
Full Workflow
# 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
Related skills
More from finesssee/linear-cli
linear-create
Create Linear issues. Use when creating bugs, tasks, or feature requests.
100linear-list
List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.
98linear-search
Search Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog.
95linear-update
Update Linear issues. Use when changing status, priority, assignee, or labels.
95linear-projects
Manage Linear projects - full CRUD with labels, members, archive. Use when managing projects.
89linear-uploads
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.
88