linear-milestones-write

Create and update multiple milestones in Linear projects via CLI.

5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/Bind/skillz.sh --skill linear-milestones-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-milestones-write
Source: https://github.com/Bind/skillz.sh/tree/main/docs/registry/skills/linear-milestones-write
Command: npx skills add https://github.com/Bind/skillz.sh --skill linear-milestones-write

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @linear/sdk, and includes scripts (resource) components.

What problem does it solve?

This skill automates the creation and updating of Linear project milestones from the command line, reducing manual tracking and ensuring consistency across projects.

Core Features & Use Cases

  • Milestone creation: Create milestones with a name, associated project, description, and target date.
  • Milestone updates: Update milestone attributes or deadlines by milestone ID.
  • Use Case: When planning a release, generate multiple milestones across Linear projects and adjust dates automatically from a single command.

Quick Start

Use the skill to create a milestone: bun .opencode/skill/linear-milestones-write/create-milestone.js --name "v1.2" --project "Acme" --target-date 2025-04-01 --description "Release"

Frequently Asked Questions about linear-milestones-write

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

FAQPage Schema
How do I create Linear milestones from the command line?

You can create Linear milestones from the command line by running the script with arguments for the milestone name, associated project, description, and target date to automate project planning.

Do I need a Linear API key to automate milestone updates via CLI?

Yes, you need a LINEAR_API_KEY to automate milestone updates via CLI, as the skill uses the Linear SDK to authenticate and interact with the Linear API for project management.

Can I batch create milestones across multiple Linear projects in one command?

Yes, you can batch plan and generate multiple milestones across Linear projects by executing a single command, which automates creation and adjusts target dates automatically.

What is the best way to update a Linear milestone deadline using an API?

The best way to update a Linear milestone deadline via API is to pass the specific milestone ID and the new target date to the CLI script, which uses the Linear SDK to apply the update.

Does this CLI workflow support updating milestone descriptions after creation?

Yes, the CLI workflow supports updating milestone attributes after creation, allowing you to modify the description or deadlines by referencing the specific milestone ID.