
Linear Metrics
- 117 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
View Linear delivery metrics from the CLI - cycle velocity and burndown, project progress, and team velocity over time.
About
Reports Linear metrics via linear-cli, including cycle velocity and burndown, project progress, and team velocity over time. A developer or lead uses it to track delivery progress from the terminal.
- mt cycle, mt project, and mt velocity subcommands
- velocity over a chosen number of recent cycles
Linear Metrics by the numbers
- 117 all-time installs (skills.sh)
- Ranked #1,303 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-metricsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 117 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
View Linear delivery metrics from the CLI - cycle velocity and burndown, project progress, and team velocity over time.
Files
Metrics
# Cycle metrics (velocity, burndown)
linear-cli mt cycle CYCLE_ID
linear-cli mt cycle CYCLE_ID --output json
# Project progress
linear-cli mt project PROJECT_ID
linear-cli mt project PROJECT_ID --output json
# Team velocity over time
linear-cli mt velocity TEAM_KEY
linear-cli mt velocity ENG --cycles 5 # Last 5 cyclesFlags
| Flag | Purpose |
|---|---|
--cycles N | Number of cycles |
--output json | JSON output |