skills/linear-cycles/SKILL.md
Manage Linear sprint cycles - list, create, update, delete, complete. Use when managing cycles.
npx skillsauth add finesssee/linear-cli linear-cyclesInstall 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.
# 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
| Flag | Purpose |
|------|---------|
| --output json | JSON output |
| --compact | No formatting |
| --dry-run | Preview without updating |
| --force | Skip delete confirmation |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
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.