linear

Manage Linear issues, projects, and workflow states via GraphQL API commands.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill linear-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill linear-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need for manual web navigation by providing a direct, terminal-based interface to manage your Linear workspace, allowing for rapid issue tracking and project updates.

Core Features & Use Cases

  • Issue Management: Create, update, and track issues directly from your terminal using simple commands.
  • Workflow Automation: Quickly list teams, workflow states, and projects to maintain visibility without leaving your development environment.
  • Use Case: A developer can instantly list their assigned issues or update a ticket status to "In Progress" while staying focused in their IDE terminal.

Quick Start

Use the linear skill to list all issues currently assigned to you in your workspace.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issues from the terminal?

You can manage Linear issues from the terminal by executing GraphQL API mutations and queries via command-line scripts. This allows direct issue creation, status updates, and project tracking without leaving your development environment.

Can I update Linear workflow states using a CLI?

Yes, you can update Linear workflow states using a CLI. The skill provides command-line scripts that interact with the Linear GraphQL API to quickly list teams, workflow states, and change issue statuses programmatically.

Do I need a Linear API key to track issues via command line?

Yes, you need a valid Linear personal API key to track issues via command line. The skill requires this key to authenticate GraphQL queries and mutations executed through standard curl or python3 environments.

What is the best way to automate Linear project management tasks?

The best way to automate Linear project management tasks is by using terminal-based scripts to execute GraphQL API calls. This approach enables rapid issue tracking, workflow state updates, and document retrieval directly from your IDE.

Does the Linear CLI work with curl and python3?

Yes, the Linear CLI works with both curl and python3. The skill uses these standard environments to execute GraphQL mutations and queries, allowing you to retrieve documents and manage issues programmatically.

How do I list my assigned Linear issues without web navigation?

To list your assigned Linear issues without web navigation, use the skill's command-line interface to query the Linear GraphQL API. This retrieves your current workspace issues directly within your terminal.