linear

Perform CRUD operations on Linear issues, projects, and cycles.

1.7k|523|Updated May 5, 2026
One-click install
npx skills add https://github.com/Open-Curiosity/gini-agent --skill linear-open-curiosity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Open-Curiosity/gini-agent/tree/main/skills/integrations/linear
Command: npx skills add https://github.com/Open-Curiosity/gini-agent --skill linear-open-curiosity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an interface to interact with Linear issues, allowing for the creation, modification, and management of issues directly within your workflows.

Core Features & Use Cases

  • Read/Write Linear Issues: Create, update, and manage Linear issues, including attaching screenshots.
  • Project and Cycle Management: List and interact with projects, cycles, and milestones.
  • Document and User Interaction: Retrieve information on documents, initiatives, milestones, and user details.
  • Use Case: Automate the creation of Linear issues for bugs or feature requests, updating issue statuses, and managing project milestones directly within your workflow.

Quick Start

Use the linear skill to create a new issue in the "ENG" team for a Safari 17 login issue: 'mcp_call({ server: "linear", tool: "save_issue", arguments: { team: "ENG", title: "Login fails on Safari 17", description: "Steps to reproduce…" } })'

Frequently Asked Questions about linear

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

FAQPage Schema
How do I automate Linear issue creation for bugs and feature requests?

To automate Linear issue creation, use the linear skill to call the save_issue tool with arguments like team, title, and description. This creates and modifies issues directly within your automated workflows.

Can I manage Linear projects and cycles within my workflow automation?

Yes, you can manage Linear projects and cycles within your workflow automation. The integration supports listing and interacting with projects, cycles, and milestones to track progress alongside issue management.

What do I need to connect Linear issue management to my automated workflows?

To connect Linear issue management to your workflows, you need access to the Linear MCP server and valid authentication credentials. These prerequisites allow the integration to perform CRUD operations on issues.

How does workflow automation retrieve Linear documents and user details?

Workflow automation retrieves Linear documents and user details by interfacing with the Linear platform. The integration allows you to fetch information on documents, initiatives, milestones, and user details directly.

Can I attach screenshots when updating Linear issues through workflow automation?

Yes, you can attach screenshots when updating Linear issues through workflow automation. The linear skill supports reading, writing, and modifying issues, including the ability to attach image files directly to the issue records.

Does Linear workflow automation support updating issue statuses for existing tickets?

Linear workflow automation fully supports updating issue statuses for existing tickets. You can use the integration to perform CRUD operations, modifying issue properties like status to reflect current project states.