linear-integration

Manage Linear issues, comments, and state transitions via the Linear API.

7|4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MadAppGang/magus --skill linear-integration-madappgang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-integration
Source: https://github.com/MadAppGang/magus/tree/main/plugins/autopilot/skills/linear-integration
Command: npx skills add https://github.com/MadAppGang/magus --skill linear-integration-madappgang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates interactions with the Linear API, enabling AI-driven management of issues, comments, and workflows without manual intervention.

Core Features & Use Cases

  • Issue Management: Create, update, and query Linear issues programmatically.
  • Workflow Automation: Transition issue states and handle webhook events from Linear.
  • Collaboration: Attach files and add comments to issues for seamless team communication.
  • Use Case: Automatically create a new Linear issue when a specific type of bug report is received via a webhook, assign it to the appropriate team, and add a comment with initial diagnostic information.

Quick Start

Use the linear-integration skill to create a new issue with the title "Fix critical bug" and description "Investigate and resolve the production issue reported on the main dashboard." in the 'backend' team.

Frequently Asked Questions about linear-integration

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

FAQPage Schema
How do I automate Linear issue tracking through an API?

Automate Linear issue tracking via API by integrating AI workflows to manage issue CRUD operations, post comments, attach files, and transition states without manual intervention.

Can I automatically create a Linear issue from a webhook event?

Yes, you can automatically create a Linear issue from a webhook event. The integration handles webhook events to trigger state transitions and generate issues with initial diagnostic comments.

How does AI workflow automation handle Linear issue state transitions?

AI workflow automation handles Linear issue state transitions by processing webhook events and programmatically updating issue states through the Linear API as part of automated workflows.

Do I need secure API key management to integrate with the Linear API?

Yes, secure API key management is required. The integration mandates robust API key management and webhook secret verification to authenticate and protect automated Linear workflows.

How do I add comments and attach files to Linear issues programmatically?

Add comments and attach files to Linear issues programmatically by executing file attachment and comment posting operations through the Linear API within your AI-driven automation workflow.

What are the limitations of automating Linear workflows with AI?

Limitations of automating Linear workflows include the strict requirement for secure API key management and webhook secret verification to operate, ensuring robust but constrained automated actions.