Documentation
README
What This Skill Does
Uses the linear CLI to manage Linear issues β list, create, update, and transition issues, as well as start work and create linked PRs.
CLI Tool: linear
List & View Issues
linear issue list # List your assigned issues
linear issue list --team ENG # Filter by team
linear issue list --state "In Progress" # Filter by state
linear issue view ENG-123 # View issue details
Create Issues
linear issue create \
--title "Fix login redirect bug" \
--description "Users are redirected to /home instead of /dashboard" \
--team ENG \
--priority 2 \
--label bug
Update & Transition Issues
This is the opening of the README. Read the full README on GitHub.