add-linear

仓库创建 2026年1月31日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

让代理直接参与 issue 流程,便于项目管理自动化。

▸ 风险提示

需 OAuth 应用与相应权限,注意消息回环风险。

这个 Skill 做什么

通过 Chat SDK 将 Linear 问题与评论作为代理对话通道接入。

把 Linear 的 issue 评论当成会话线程接入,让代理自动参与问题的评论流:每条评论都会触发代理回复,甚至不需要 @ 提及。用在想把项目问题追踪和自动化助理结合、把 issue 讨论当成对话历史的场景。它通过 Chat SDK 搭桥,把 Linear 适配器引入到现有系统里,接入门槛低。

▸ 展开 SKILL.md 英文原文

Add Linear channel integration via Chat SDK. Issue comment threads as conversations.

开发编程Linear渠道集成Issue 自动化Claude Code
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-linear/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-linear/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Add Linear Channel

Adds Linear support via the Chat SDK bridge. The agent participates in issue
comment threads. Every comment on a Linear issue triggers the agent — no
@-mention needed. NanoClaw doesn't ship channels in trunk — this skill copies the
Linear adapter in from the `channels` branch.

The mechanical steps under **Apply** carry `nc:` directive fences: an agent reads
the prose and applies them, and a parser can apply them deterministically from
the same document. Every directive is idempotent, so the whole skill is safe to
re-run; anything a parser can't apply falls back to the prose beside it.

## Prerequisites

**Recommended:** Create a Linear **OAuth application** so the agen
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有