
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-sprintAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 106 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/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
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 jsonSubcommands
| Command | Purpose |
|---|---|
status | Current sprint overview |
progress | Visual completion bar |
plan | Next cycle's planned issues |
carry-over | Move incomplete to next cycle |
burndown | ASCII burndown chart |
velocity | Sprint velocity + trend analysis |
Flags
| Flag | Purpose |
|---|---|
-t TEAM | Team key (required) |
--cycles N | Number of past cycles for velocity |
--force | Skip carry-over confirmation |
--output json | JSON output |
Exit Codes
0=Success, 1=Error, 2=Not found, 3=Auth error