run-linear-cli

Automate Linear issue management via the linear-cli binary with JSON output.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur-secondary --skill run-linear-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-linear-cli
Source: https://github.com/yigitkonur/skills-by-yigitkonur-secondary/tree/main/skills/run-linear-cli
Command: npx skills add https://github.com/yigitkonur/skills-by-yigitkonur-secondary --skill run-linear-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates driving the linear-cli binary to manage Linear issues from an agent loop, enabling hands-off creation, updates, and querying.

Core Features & Use Cases

  • Agent-driven management of Linear issues, projects, and related artifacts via the linear-cli.
  • Bulk operation safety with dry-run previews, id-only captures, and explicit auth/workspace checks before mutations.
  • Endpoint-limited automation suitable for Git/PR loops, triage workflows, and scripted project updates.

Quick Start

Run a single linear-cli command to begin automating issue management from your agent.

Frequently Asked Questions about run-linear-cli

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

FAQPage Schema
How do I automate Linear issue management from an agent loop?

Automating Linear issue management from an agent loop is achieved by driving the linear-cli binary to create, update, and search issues. The Skill enforces auth checks and uses JSON output for seamless agent integration.

Can I safely perform bulk mutations on Linear projects without risking data?

Safe bulk mutations on Linear projects are supported through dry-run previews and id-only captures. This ensures data protection by validating explicit auth and workspace checks before applying any changes.

How does agent integration with the linear-cli handle authentication for scripted workflows?

Agent integration with the linear-cli handles authentication by enforcing explicit auth checks before executing any mutations. This prevents unauthorized access during scripted workflows and automated triage processes.

What is the best way to wire Linear issues for automated triage workflows?

Wiring Linear issues for automated triage workflows is best handled through endpoint-limited automation via the linear-cli. This allows autonomous agents to search, create, and link related artifacts safely.

Does the linear-cli automation support JSON output for parsing search results?

Linear-cli automation supports JSON output specifically for parsing search results and issue data. This format allows autonomous agents to programmatically consume responses and manage related artifacts effectively.

When should I use dry-run previews for Linear issue updates?

Dry-run previews for Linear issue updates should be used before executing bulk mutations to protect data integrity. They allow you to verify changes and capture IDs safely without applying unintended modifications.