Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear Cycles

  • 131 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

Manage Linear sprint cycles from the CLI - list, show current, create, update, delete, and complete cycles for a team.

About

Manages Linear cycles via linear-cli, including listing, showing the current cycle, creating, updating, deleting, and completing. A developer uses it to run sprint cycles from the terminal.

  • current subcommand shows the active team cycle
  • Create cycles with name and start/end dates

Linear Cycles by the numbers

  • 131 all-time installs (skills.sh)
  • Ranked #1,246 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-cycles

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs131
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Manage Linear sprint cycles from the CLI - list, show current, create, update, delete, and complete cycles for a team.

Files

SKILL.mdMarkdownGitHub ↗

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

FlagPurpose
--output jsonJSON output
--compactNo formatting
--dry-runPreview without updating
--forceSkip delete confirmation

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.