linear-update

Automate Linear issue updates for status, priority, assignee, and labels.

2|1|Updated May 20, 2026
One-click install
npx skills add https://github.com/amo-tech-ai/mdeapp --skill linear-update-amo-tech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-update
Source: https://github.com/amo-tech-ai/mdeapp/tree/main/.claude/skills/archive/linear/linear-update
Command: npx skills add https://github.com/amo-tech-ai/mdeapp --skill linear-update-amo-tech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linear-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of updating Linear issues, allowing users to quickly change status, priority, assignee, or labels without manual intervention.

Core Features & Use Cases

  • Status Update: Change the status of an issue with a single command.
  • Priority Adjustment: Modify the priority level of an issue.
  • Assignee Changes: Reassign an issue to a different user.
  • Label Management: Add or remove labels from an issue.
  • Use Case: If you need to update multiple issues in Linear, this Skill can save you time by automating these updates.

Quick Start

Update the status of issue LIN-123 to 'Done' using the linear-update skill.

Frequently Asked Questions about linear-update

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

FAQPage Schema
How do I update Linear issue status and priority in bulk?

To update Linear issue status and priority in bulk, you can automate the process using a script that modifies status, priority, assignee, and labels. This streamlines issue management by handling multiple updates without manual intervention.

Can I reassign a Linear issue and manage its labels via the command line?

Yes, you can reassign a Linear issue and manage its labels via the command line. By utilizing the Linear CLI, you can execute commands to change assignees and add or remove labels directly from your terminal.

What is the best way to automate Linear issue management during software development?

The best way to automate Linear issue management is by running scripts that interact with the Linear API. This allows you to efficiently modify issue attributes like status and priority, streamlining your software development workflow.

Do I need the Linear CLI to adjust issue assignees and priorities?

Yes, you need the Linear CLI installed to adjust issue assignees and priorities. The CLI acts as the bridge to interact with the Linear API, enabling the automated scripts to modify your issues.

How does modifying Linear issues through scripts work?

Modifying Linear issues through scripts works by sending API requests via the Linear CLI to update specific fields. It targets issue properties like status, priority, assignee, and labels, applying changes instantly without the web interface.

Are there limitations to updating Linear issues automatically without manual intervention?

Limitations to updating Linear issues automatically include relying entirely on the Linear CLI's capabilities. Any constraints within the CLI or API permissions will restrict the ability to modify status, priority, assignee, and labels.