一键导入
linear
Retrieve Linear task context via Linear MCP for implementation work. Use when the developer needs requirements, scope, or acceptance criteria from a ticket.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieve Linear task context via Linear MCP for implementation work. Use when the developer needs requirements, scope, or acceptance criteria from a ticket.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.
toolkit for llm-friendly interaction with GitHub pull requests; using this skill the LLM can fetch PR data and analyze it
Analyze QA regression impact for Tonkeeper Android, iOS, or Web by comparing the current branch with the relevant release branch, reviewing the platform regress.txt, and recommending test blocks, missing coverage, extra checks, and a generated TXT test collection.
toolkit to sync and search TON documentation from git@github.com:ton-org/docs.git; use when answering TON-related questions or referencing TON docs
| name | linear |
| description | Retrieve Linear task context via Linear MCP for implementation work. Use when the developer needs requirements, scope, or acceptance criteria from a ticket. |
| metadata | {"short-description":"Linear MCP task context for coding"} |
This skill uses the Linear MCP server to gather issue context for developers implementing tasks. It is context-oriented and read-only by default.
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 must restart Codex. Finish the answer and instruct them to restart and retry.
Windows/WSL note: If connection errors appear on Windows, configure Linear MCP via WSL:
{"mcpServers":{"linear":{"command":"wsl","args":["npx","-y","mcp-remote","https://mcp.linear.app/sse","--transport","sse-only"]}}}
Clarify the implementation goal and scope for the task. Confirm relevant identifiers (issue ID, team key, project if needed).
Use read-focused Linear MCP tools to collect context:
get_issue, list_issues, list_my_issueslist_issue_statuses, list_issue_labelsget_project, list_projectsget_team, list_teams, list_userslist_documents, get_document, search_documentationlist_comments, list_cyclesFrom retrieved data, extract and present:
Summarize findings for the developer and map them to an implementation plan and test plan.