linear-milestones-read

List Linear project milestones from the CLI using the Linear API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables teams to quickly view Linear milestones from the command line, removing manual checks and context switching when tracking project progress.

Core Features & Use Cases

  • Per-project milestone listing: Retrieve milestones for a specific Linear project.
  • Cross-project overview: List milestones across all projects for high-level planning.
  • CLI-driven workflows: Integrates with existing automation scripts and dashboards to keep milestones up to date.

Quick Start

Run the CLI to list milestones for a given project: bun .opencode/skill/linear-milestones-read/list-milestones.js --project "Mount Vernon"

Frequently Asked Questions about linear-milestones-read

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

FAQPage Schema
How do I list Linear milestones from the CLI?

List Linear milestones from the CLI by executing the list-milestones script with the bun runtime, passing a project name argument to query and render results via the Linear API.

Can I view milestones across all Linear projects for high-level planning?

Yes, you can view milestones across all Linear projects for high-level planning by running the CLI script without specifying a single project, providing a cross-project overview.

What do I need to query Linear milestones using this CLI script?

You need a LINEAR_API_KEY, the bun runtime, and the @linear/sdk dependency installed to query the Linear API and render project milestone results from the CLI.

How does listing Linear milestones from the command line help development workflows?

Listing Linear milestones from the command line removes manual checks and context switching when tracking project progress, integrating directly into existing CLI-driven automation scripts and dashboards.

Does this CLI approach work for managing multiple Linear projects?

Yes, this CLI approach works for managing multiple Linear projects by allowing you to retrieve milestones for a specific project or list them across all projects for tracking progress.