add-linear

Integrate the Linear channel to auto-forward issue comments and post agent responses.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-linear-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-linear
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-linear
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-linear-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Add Linear skill enables agents to participate in Linear issue comment threads by subscribing to and responding within the Linear platform, reducing manual monitoring and enabling real-time collaboration.

Core Features & Use Cases

  • Adds a Linear channel integration via the Chat SDK bridge.
  • Supports auto-forwarding of issue comments to the agent and posting responses back to Linear.
  • Use Case: A development team wants the agent to triage comments on Linear issues without @-mentions.

Quick Start

Wire the Linear channel to an agent group and start listening for issue comments to auto-respond.

Frequently Asked Questions about add-linear

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

FAQPage Schema
How do I automate Linear issue comment responses without manual @-mentions?

To automate Linear issue comment responses without manual @-mentions, you wire the Linear channel to an agent group. The integration then subscribes to issue comment threads and auto-forwards them to the agent for real-time response.

Can I use OAuth apps and API keys to integrate a Linear channel with an agent?

Yes, you can connect a Linear channel using either OAuth apps or API keys. The integration requires configuring your Linear credentials in the environment to authorize the agent to participate in issue threads.

What is needed to set up a Linear webhook for agent conversations?

Setting up a Linear webhook for agent conversations requires wiring the channel to an agent group and configuring Linear credentials in your environment. This enables the Chat SDK bridge to listen for and forward issue comments.

Does the Linear channel integration support posting agent responses back to issue threads?

Yes, the Linear channel integration supports posting agent responses back to issue threads. It auto-forwards issue comments to the agent and then posts the generated responses directly into the Linear platform.

How do development teams triage Linear issue comments in real-time?

Development teams triage Linear issue comments in real-time by subscribing the agent to issue comment threads. This reduces manual monitoring by enabling the agent to participate and respond directly within the Linear platform.

What are the limitations of using a Linear channel integration for issue threads?

The Linear channel integration specifically applies to issue comment threads and requires wiring the channel to an agent group. Without proper webhook setup and configured Linear credentials, the agent cannot participate in conversations.