add-linear

Integrate Linear issue comment threads into AI agent platforms via Chat SDK.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-linear-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-linear
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/add-linear
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-linear-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/linear.

What problem does it solve?

This skill bridges the gap between your project management workflow and your AI assistant, allowing the agent to participate directly in Linear issue comment threads without manual intervention.

Core Features & Use Cases

  • Automated Thread Participation: The agent monitors Linear issue comment threads and responds automatically to new comments.
  • Flexible Integration: Supports both OAuth app identity for professional bot presence and Personal API keys for simpler setups.
  • Use Case: Use this skill to have your agent automatically summarize technical discussions or answer questions posted by team members directly within a Linear issue thread.

Quick Start

Run the add-linear skill to configure the Linear channel integration and wire it to your agent group.

Frequently Asked Questions about add-linear

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

FAQPage Schema
How do I integrate Linear issue comment threads with an AI agent?

Integrate Linear issue comment threads with an AI agent by using a dedicated Chat SDK bridge that connects webhooks to project management workflows, enabling automated monitoring and responses. You must configure environment variables for Linear OAuth credentials.

Can I use a personal API key instead of OAuth to connect Linear to my agent?

Yes, you can use a Personal API key for simpler setups instead of configuring an OAuth app identity. The OAuth app identity is recommended for a professional bot presence, while Personal API keys offer a faster integration path.

How does webhook monitoring work for Linear issue threads?

Webhook monitoring for Linear issue threads works by routing new comment events through a Chat SDK bridge to your agent, triggering automated responses. The agent processes the comment payload and posts the reply directly back into the Linear issue thread.

What environment setup is required to automate Linear project management responses?

Automating Linear project management responses requires configuring environment variables for Linear OAuth credentials and registering messaging groups in the database. The setup also depends on the @chat-adapter/linear dependency to establish the webhook bridge.

Does the Linear integration support automated summarization of technical discussions?

Yes, the Linear integration supports automated summarization of technical discussions by allowing your agent to monitor issue comment threads. The agent processes the comment history and posts the generated summary directly within the Linear issue thread.