linear-sprint

Manages Linear sprint status, progress, burndown, velocity, and carry-over via linear-cli.

1|Updated Sep 15, 2026
One-click install
npx skills add https://github.com/amoai-tech/mdeai --skill linear-sprint-amoai-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-sprint
Source: https://github.com/amoai-tech/mdeai/tree/main/.claude/skills/archive/linear/linear-sprint
Command: npx skills add https://github.com/amoai-tech/mdeai --skill linear-sprint-amoai-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides quick command-line access to Linear sprint planning and analytics, eliminating the need to manually navigate the Linear UI for sprint status, burndown charts, and velocity trends. Note: this Skill is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - Sprint Status & Progress: View the current sprint overview and a visual completion bar for a given team. - Sprint Analytics: Generate ASCII burndown charts and velocity trend analysis across recent cycles, with optional JSON output. - Sprint Planning: Preview the next cycle's planned issues and carry over incomplete issues to the next sprint. - Use Case: A team lead preparing for sprint review runs linear-cli sp velocity -t ENG --cycles 10 to analyze the last 10 sprints, then uses carry-over to move unfinished issues into the next cycle. ## Quick Start Ask the assistant to show the current sprint status and burndown chart for your Linear team using the linear-cli sprint commands.

Frequently Asked Questions about linear-sprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check current sprint status in Linear from the command line?

Run `linear-cli sp status -t TEAM` with your team key to see the current sprint overview. Use `linear-cli sp progress -t TEAM` for a visual completion bar showing sprint progress.

How to view sprint velocity and burndown charts in Linear?

Use `linear-cli sp burndown -t TEAM` for an ASCII burndown chart and `linear-cli sp velocity -t TEAM` for velocity trends. Add `--cycles 10` to analyze the last 10 sprints or `--output json` for machine-readable output.

How do I carry over incomplete Linear issues to the next sprint?

Run `linear-cli sp carry-over -t TEAM --force` to move incomplete issues to the next cycle. The `--force` flag skips the confirmation prompt.

Is the linear-sprint skill still maintained?

No, linear-sprint is deprecated as of 2026-06-20 and superseded by the canonical `linear` skill. Its content was merged into the linear skill's SKILL.md and references, and it is scheduled for removal.

What do linear-cli sprint exit codes mean?

Exit code 0 indicates success, 1 indicates a general error, 2 means the resource was not found, and 3 indicates an authentication error. Check your credentials and team key when encountering codes 2 or 3.