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

Linear Sprint

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

Sprint planning and analytics in Linear from the CLI - status, progress bar, plan next sprint, and carry over incomplete issues.

About

Runs sprint planning and analytics in Linear via linear-cli, including status, progress, planning the next sprint, and carrying over incomplete issues. A developer or lead uses it to manage sprints from the terminal.

  • sp status and sp progress show current sprint health
  • sp carry-over moves incomplete issues to the next cycle

Linear Sprint by the numbers

  • 106 all-time installs (skills.sh)
  • Ranked #1,337 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-sprint

Add your badge

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

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

What it does

Sprint planning and analytics in Linear from the CLI - status, progress bar, plan next sprint, and carry over incomplete issues.

Files

SKILL.mdMarkdownGitHub ↗

Sprint Planning

# Current sprint status
linear-cli sp status -t ENG

# Sprint progress (completion bar)
linear-cli sp progress -t ENG

# Plan next sprint (view planned issues)
linear-cli sp plan -t ENG

# Carry over incomplete issues to next cycle
linear-cli sp carry-over -t ENG --force

# ASCII burndown chart
linear-cli sp burndown -t ENG

# Velocity across recent sprints
linear-cli sp velocity -t ENG
linear-cli sp velocity -t ENG --cycles 10    # Last 10 sprints
linear-cli sp velocity -t ENG --output json

Subcommands

CommandPurpose
statusCurrent sprint overview
progressVisual completion bar
planNext cycle's planned issues
carry-overMove incomplete to next cycle
burndownASCII burndown chart
velocitySprint velocity + trend analysis

Flags

FlagPurpose
-t TEAMTeam key (required)
--cycles NNumber of past cycles for velocity
--forceSkip carry-over confirmation
--output jsonJSON output

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Related skills

This week in AI coding

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

unsubscribe anytime.