linear

Manage Linear issues and projects via GraphQL queries and mutations.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill linear-kubiyabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/kubiyabot/skill/tree/main/examples/wasm-skills/linear-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill linear-kubiyabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear skill enables automated management of Linear issues and projects from an AI agent, removing manual pipeline steps.

Core Features & Use Cases

  • List issues, projects, cycles, and teams via GraphQL for sprint planning and progress tracking.
  • Get detailed issue information and create or update issues directly from commands.
  • Add comments to issues and generate summarized outputs for dashboards and workflows.

Quick Start

Install the skill and run a basic query: skill install ./examples/wasm-skills/linear-skill skill run linear list-issues --team ENG --status in_progress

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 issuing GraphQL queries and mutations through a CLI, enabling you to list, retrieve, create, and update issues directly.

Can I automate Linear project management and sprint planning with an API?

Yes, you can automate Linear project management by using an API key to query teams, cycles, and projects via GraphQL, returning structured results suitable for sprint planning and dashboards.

How do I create and update Linear issues programmatically?

To create and update Linear issues programmatically, you run GraphQL mutations authenticated with an API key, allowing your agent to add comments, modify statuses, and generate summarized outputs.

Do I need an API key to list Linear teams and cycles for sprint planning?

Yes, you need a Linear API key to authenticate GraphQL requests for listing teams and cycles, which provides the structured data required for effective sprint planning and team coordination.

What is the best way to integrate Linear issue tracking into an automated workflow?

The best way to integrate Linear issue tracking into an automated workflow is by using GraphQL commands to fetch and manipulate issue data, removing manual pipeline steps and feeding structured results to downstream agents.

Does the Linear CLI support adding comments to existing issues?

Yes, the Linear CLI supports adding comments to existing issues by executing GraphQL mutations, allowing automated agents to update issue context directly from the terminal.