Install
npx skillscat add finesssee/linear-cli/linear-metrics Install via the SkillsCat registry.
About this skill
This skill retrieves Linear project management metrics through the linear-cli tool, providing cycle velocity, burndown charts, project progress, and team velocity trends. It enables agents and developers to programmatically access sprint and project tracking data for monitoring development pace and completion status. Use it when quantitative progress insights are needed for planning, reporting, or workflow analysis.
SKILL.md
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 |