| name | linear-milestones |
| description | DEPRECATED — use the `linear` skill instead. Manage project milestones - create, update, track target dates. Use when planning project deliverables. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-milestones was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Milestones
linear-cli ms list -p "My Project"
linear-cli ms list -p "My Project" --output json
linear-cli ms get MILESTONE_ID
linear-cli ms create "Beta Release" -p "My Project"
linear-cli ms create "GA" -p PROJ --target-date 2025-06-01
linear-cli ms update MILESTONE_ID --target-date +2w
linear-cli ms update MILESTONE_ID --name "Renamed"
linear-cli ms delete MILESTONE_ID --force
Flags
| Flag | Purpose |
|---|
-p PROJECT | Project name/ID |
--target-date DATE | Target date (YYYY-MM-DD or +Nw) |
--name NAME | Milestone name |
--output json | JSON output |
Exit Codes
0=Success, 1=Error, 2=Not found, 3=Auth error