技能 linear-claude-skill
📋

linear-claude-skill

安全 🌐 網路存取🔑 環境變數

管理 Linear 問題與專案

此技能使 Claude 能夠直接從您的開發環境中與 Linear 互動,進行問題追蹤、專案管理和團隊協作工作流程。

支援: Claude Codex Code(CC)
📊 70 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「linear-claude-skill」。 Create a new issue in the Backend project titled 'Fix login timeout' with description 'Users are being logged out after 5 minutes'

預期結果:

Created issue ENG-456 in Backend project.

Title: Fix login timeout
Status: Backlog
Priority: No priority
URL: https://linear.app/team/issue/ENG-456

正在使用「linear-claude-skill」。 Update issues ENG-101, ENG-102, ENG-103 to Done

預期結果:

Successfully updated 3 issues:
- ENG-101 → Done
- ENG-102 → Done
- ENG-103 → Done

安全審計

安全
v1 • 2/25/2026

This is a legitimate Linear integration skill. Static scanner flagged 137 patterns as potential issues, but evaluation reveals all are false positives or legitimate usage. The skill requires network access to communicate with Linear API and environment variable access for API key authentication, which is standard for API integrations. Documentation explicitly includes security best practices for credential handling using varlock.

1
已掃描檔案
544
分析行數
2
發現項
1
審計總數
審計者: claude

品質評分

38
架構
95
可維護性
87
內容
32
社群
100
安全
87
規範符合性

你能建構什麼

開發團隊工作流程

在編碼期間討論錯誤或功能請求時,直接從 Claude 建立和管理問題

專案追蹤

無需離開編碼環境即可更新專案狀態並將問題連結至倡議

任務自動化

透過 Claude 指令自動化重複的狀態更新和批次問題管理

試試這些提示

建立新問題
Create a new issue in Linear with title '{title}' and description '{description}' in the '{project}' project
更新問題狀態
Update the status of issue {issue_id} to {status} (use: Backlog, Todo, In Progress, Done, Cancelled)
批次狀態更新
Update these issues to Done: {issue_list} (e.g., ENG-101, ENG-102, ENG-103)
建立含問題的專案
Create a new project named '{project_name}' linked to initiative '{initiative}' and add these issues: {issue_titles}

最佳實務

  • 始終將問題連結至專案並將專案連結至倡議,以確保適當的可追溯性
  • 大多數操作應優先使用 MCP 工具,將 CLI 作為備用方案
  • 使用環境變數保護您的 Linear API 金鑰,切勿硬編碼

避免

  • 不要在總覽專案中建立問題然後再移動它們—從一開始就將問題建立在正確的專案中
  • 不要在終端輸出或 Claude 上下文中暴露您的 Linear API 金鑰
  • 避免使用已棄用的社群 MCP 伺服器—請使用官方 Linear MCP 伺服器

常見問題

如何取得 Linear API 金鑰?
前往 Linear Settings > Security & access > Personal API keys。建立一個以 'lin_api_' 開頭的新金鑰,並將其新增至您的環境變數中。
此技能支援哪些工具?
此技能支援 MCP 工具(首選)、Linear CLI,以及使用 @linear/sdk 套件的輔助腳本。
為什麼我會看到 'MCP tools not available'?
如果 MCP 不可用,此技能將自動回退使用 Linear CLI 或輔助腳本。您無需將此回報為阻礙問題。
如何一次更新多個問題?
使用批次狀態指令:npx tsx scripts/linear-ops.ts status Done ENG-101 ENG-102 ENG-103
我可以建立子問題嗎?
可以,使用:npx tsx scripts/linear-ops.ts create-sub-issue ENG-100 'Sub-task title' 'Description'
如何將專案連結至倡議?
使用:npx tsx scripts/linear-ops.ts link-initiative 'Project Name' 'Initiative Name'

開發者詳情

檔案結構

📄 SKILL.md