linear-milestones-write
Create and update Linear project milestones via CLI (write operations)
Best use case
linear-milestones-write is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Create and update Linear project milestones via CLI (write operations)
Create and update Linear project milestones via CLI (write operations)
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "linear-milestones-write" skill to help with this workflow task. Context: Create and update Linear project milestones via CLI (write operations)
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/linear-milestones-write/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How linear-milestones-write Compares
| Feature / Agent | linear-milestones-write | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create and update Linear project milestones via CLI (write operations)
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## Overview CLI tools for creating and updating Linear project milestones. Requires `LINEAR_API_KEY` set in `<git-root>/.env` or exported in the environment. ## Prerequisites - [bun](https://bun.sh) runtime installed - `LINEAR_API_KEY` set in `<git-root>/.env` or environment ## Commands ### Create Milestone ```bash bun .opencode/skill/linear-milestones-write/create-milestone.js --name "..." --project "..." [options] ``` **Required:** - `--name <name>` - Milestone name - `--project <name>` - Project name or UUID **Options:** - `--description <text>` - Milestone description - `--target-date <date>` - Target date (YYYY-MM-DD) - `--json` - Output as JSON **Examples:** ```bash bun .opencode/skill/linear-milestones-write/create-milestone.js --name "Alpha Release" --project "Mount Vernon" bun .opencode/skill/linear-milestones-write/create-milestone.js --name "Beta" --project "Monticello" --target-date 2025-02-01 bun .opencode/skill/linear-milestones-write/create-milestone.js --name "GA" --project "Hermitage" --description "General availability release" ``` --- ### Update Milestone ```bash bun .opencode/skill/linear-milestones-write/update-milestone.js <milestone-id> [options] ``` **Arguments:** - `milestone-id` - Milestone UUID **Options:** - `--name <name>` - New milestone name - `--description <text>` - New description - `--target-date <date>` - New target date (YYYY-MM-DD) - `--json` - Output as JSON **Examples:** ```bash bun .opencode/skill/linear-milestones-write/update-milestone.js abc123 --name "Beta Release" bun .opencode/skill/linear-milestones-write/update-milestone.js abc123 --target-date 2025-03-15 bun .opencode/skill/linear-milestones-write/update-milestone.js abc123 --name "v1.0" --target-date 2025-04-01 ``` --- ## Notes - Project names support partial matching (case-insensitive) - Milestone IDs are UUIDs (use `list-milestones.js` to find them) - Use `--json` flag for machine-readable output - All commands support `--help` for detailed usage information
Related Skills
prd-doc-writer
Write and iteratively refine PRD/需求文档 with a story-driven structure and strict staged confirmations (journey map alignment, per-story single-point confirmation, final generation gate). Use when the user asks to 梳理/撰写/完善 PRD、需求文档、用户故事、验收标准,并希望用 ASCII 线框图与 Mermaid(流程图/状态图/时序图)来减少歧义、共同完成文档。
svelte-code-writer
CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.
writer
Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer.
wiki-page-writer
Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.
seo-content-writer
Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks.
linear-claude-skill
Manage Linear issues, projects, and teams
linear-automation
Automate Linear tasks via Rube MCP (Composio): issues, projects, cycles, teams, labels. Always search tools first for current schemas.
typescript-write
Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.
docs-write
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
clojure-write
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
gws-docs-write
Google Docs: Append text to a document.
blog-writer
Write and add new blog posts for this Next.js site by matching the existing BlogPost structure in `src/lib/blog-data.ts`. Use when asked to draft a new blog article, update blog content, or produce SEO metadata/slug/image details for a new post.