帮助用户在 Linear 中查看、创建和更新工单、项目与团队流程。
该技能本身是开源的 prompt-only 工作流说明,未要求本地密钥或内置外部端点,整体风险较低。需注意其设计上会引导接入 Linear 远程 MCP 并通过 OAuth 访问和修改 Linear 工作区数据,因此数据访问与网络外发属于常规留意项。
材料声明该技能自身不需要环境变量或本地密钥,但 README 明确要求通过 OAuth 登录 Linear MCP;这意味着会涉及 Linear 账户授权令牌。未见要求收集额外敏感凭证或明显滥用迹象,但应按最小授权管理 OAuth 访问范围。
技能元数据显示无内置远程端点,但 README 指向 Linear 远程 MCP 地址 https://mcp.linear.app/mcp,并在 WSL 示例中使用 https://mcp.linear.app/sse。使用时会把与工单、项目、文档相关的数据发送到 Linear 官方服务,这属于其声明功能范围内的常规外发。
该对象被标记为 prompt-only,材料中未包含可执行代码,也未授予技能自身在本机起进程或执行系统命令的能力。README 虽出现 `codex mcp add`、`login`、WSL/npx 等配置示例,但这些是接入说明,不是技能本体自动执行的权限。
按照描述,该技能用于读取、创建和更新 Linear 中的 issues、projects、documents、comments、teams 等工作区数据。访问范围与项目管理功能一致,未见要求本地文件系统或无关系统资源权限,但其对 Linear 工作区内容具有读写影响,应确认团队/项目范围与变更边界。
来源为 GitHub 上的 openai/skills 开源仓库,且社区采用度高(约 22k stars),这显著降低供应链风险。许可证未声明、维护状态未知是轻微信息缺口,但基于可审计源码与较高社区信任度,当前更适合评为低风险而非高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "linear" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/linear/SKILL.md 2. 保存为 ~/.claude/skills/linear/SKILL.md 3. 装好后重载技能,告诉我可以用了
This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration.
Follow these steps in order. Do not skip steps.
If any MCP call fails because Linear MCP is not connected, pause and set it up:
codex mcp add linear --url https://mcp.linear.app/mcp[features] rmcp_client = true in config.toml or run codex --enable rmcp_clientcodex mcp login linearAfter successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
Windows/WSL note: If you see connection errors on Windows, try configuring the Linear MCP to run via WSL:
{"mcpServers": {"linear": {"command": "wsl", "args": ["npx", "-y", "mcp-remote", "https://mcp.linear.app/sse", "--transport", "sse-only"]}}}
Clarify the user's goal and scope (e.g., issue triage, sprint planning, documentation audit, workload balance). Confirm team/project, priority, labels, cycle, and due dates as needed.
Select the appropriate workflow (see Practical Workflows below) and identify the Linear MCP tools you will need. Confirm required identifiers (issue ID, project ID, team key) before calling tools.
Execute Linear MCP tool calls in logical batches:
Summarize results, call out remaining gaps or blockers, and propose next actions (additional issues, label changes, assignments, or follow-up comments).
Issue Management: list_issues, get_issue, create_issue, update_issue, list_my_issues, list_issue_statuses, list_issue_labels, create_issue_label
Project & Team: list_projects, get_project, create_project, update_project, list_teams, get_team, list_users
Documentation & Collaboration: list_documents, get_document, search_documentation, list_comments, create_comment, list_cycles
…
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
帮助用户把模糊想法转成具体、可衡量的目标与成功标准。
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
帮助你用 gh CLI 处理当前分支 GitHub PR 的评审与问题评论。
将应用或网站部署到 Vercel,并生成线上或预览访问链接。
帮助用户通过 MCP 管理 Linear 工单、评论、指派事项与新建问题。
帮助你用 AI 管理 Linear 任务、项目与团队协作流程
帮助用户通过 MCP 在 Linear 中管理议题、项目与团队协作流程。
通过单一工具在 Linear 中搜索、创建、更新与评论任务,提升团队协作效率。
通过自然语言管理 Linear 的任务、项目、团队与评论,提升协作效率。
连接 Linear 工作区,让 AI 批量管理任务、项目、团队与评论协作。