linear-cycles
Installation
SKILL.md
Cycles
# List cycles
linear-cli c list -t ENG # Team cycles
linear-cli c list -t ENG --output json
# Current cycle
linear-cli c current -t ENG
linear-cli c current -t ENG --output json
# Create cycle
linear-cli c create -t ENG --name "Sprint 5"
linear-cli c create -t ENG --name "Sprint 5" --starts-at 2024-01-01 --ends-at 2024-01-14
# Get cycle details
linear-cli c get CYCLE_ID
# Update cycle
linear-cli c update CYCLE_ID --name "Sprint 5b"
linear-cli c update CYCLE_ID --description "Updated goals" --dry-run
# Complete a cycle
linear-cli c complete CYCLE_ID
# Delete cycle
linear-cli c delete CYCLE_ID --force
Flags
| Flag | Purpose |
|---|---|
--output json |
JSON output |
--compact |
No formatting |
--dry-run |
Preview without updating |
--force |
Skip delete confirmation |
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-workflow
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
91linear-projects
Manage Linear projects - full CRUD with labels, members, archive. Use when managing projects.
89