linear-sprint

Sprint planning and analytics - status, progress, burndown, velocity, carry-over. Use when managing sprints.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-sprint" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-sprint

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review