linear-milestones

Manage Linear project milestones via linear-cli commands for creating, updating, and tracking target dates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides command-line operations for managing Linear project milestones, letting you create, update, list, and delete milestones with target dates without leaving your terminal workflow. ## Core Features & Use Cases - Milestone CRUD Operations: List, get, create, update, and delete milestones for any Linear project using linear-cli. - Target Date Tracking: Set or shift milestone target dates using absolute dates (YYYY-MM-DD) or relative offsets like +2w. - Use Case: When planning a product release, create a "Beta Release" milestone for your project, assign a target date, and later shift it by two weeks if the schedule slips. - Deprecation Notice: This Skill is deprecated and superseded by the canonical linear skill; use that instead for ongoing work. ## Quick Start Ask the assistant to list all milestones for your Linear project or create a new milestone with a target date using linear-cli.

Frequently Asked Questions about linear-milestones

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

FAQPage Schema
How do I create a milestone in Linear from the command line?

Run linear-cli ms create with the milestone name and project flag, for example: linear-cli ms create "Beta Release" -p "My Project". Add --target-date 2025-06-01 to set a due date at creation time.

How to list all milestones for a Linear project?

Use linear-cli ms list -p "My Project" to display milestones for a project. Append --output json to get structured JSON output suitable for scripting or further processing.

Can I shift a Linear milestone target date by weeks?

Yes, linear-cli supports relative date offsets. Run linear-cli ms update MILESTONE_ID --target-date +2w to push the target date two weeks forward from the current value.

What do linear-cli milestone exit codes mean?

Exit code 0 indicates success, 1 indicates a general error, 2 means the milestone was not found, and 3 signals an authentication error requiring you to verify your Linear credentials.

Should I still use the linear-milestones skill?

No, this skill is deprecated as of 2026-06-20 and superseded by the canonical linear skill, which merged all milestone content. It is kept temporarily for review and scheduled for removal.