linear-milestones

Manage project milestones - create, update, track target dates. Use when planning project deliverables.

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-milestones" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-milestones

Milestones

# List milestones for a project
linear-cli ms list -p "My Project"
linear-cli ms list -p "My Project" --output json

# Get milestone details
linear-cli ms get MILESTONE_ID

# Create a milestone
linear-cli ms create "Beta Release" -p "My Project"
linear-cli ms create "GA" -p PROJ --target-date 2025-06-01

# Update a milestone
linear-cli ms update MILESTONE_ID --target-date +2w
linear-cli ms update MILESTONE_ID --name "Renamed"

# Delete a milestone
linear-cli ms delete MILESTONE_ID --force

Flags

FlagPurpose
-p PROJECTProject name/ID
--target-date DATETarget date (YYYY-MM-DD or +Nw)
--name NAMEMilestone name
--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