linear-mcp-work-with
Create, update, search, and manage Linear issues via Linear MCP. Use for: start task, create ticket, track work, update status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, update, search, and manage Linear issues via Linear MCP. Use for: start task, create ticket, track work, update status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Helps users connect and use a service in Rebel when it isn't already in the built-in connector catalog. Acts as an expert advisor — runs the full build-vs-buy check (catalog, MCP Registry, community) before scaffolding a custom MCP server and guiding research, implementation, security review, and contribution.
Add, update, or remove connectors (MCP servers) in Rebel. Searches the built-in connector catalog first before suggesting custom builds. Handles setup, configuration, and security review for community connectors.
Capture citable sources (meetings, documents, files, media, web content) as structured files in memory/sources/ with provenance metadata for traceability.
Rules for writing error messages, toasts, banners, and recovery copy in Rebel's voice — dry, calm, helpful, and never apologetic. Use whenever you add or rewrite any user-facing error string.
Guides users through adding new tools or capabilities to an existing connector (MCP server). Handles eligibility, workspace setup, connector research, implementation via Software Engineer workflow, local testing, and PR submission with an extension-specific template.
Help users celebrate impactful wins and surface important learnings by analyzing their recent communications and activities.
基于 SOC 职业分类
| name | linear-mcp-work-with |
| description | Create, update, search, and manage Linear issues via Linear MCP. Use for: start task, create ticket, track work, update status. |
| last_updated | "2026-02-18T00:00:00.000Z" |
| agent_type | main_agent |
Use this when you need to: (1) create or update Linear issues, (2) search and list issues by filters, (3) add comments or manage issue relationships, (4) work with projects and documentation.
"I'm starting task X" - Create ticket and set to In Progress:
Create a Linear ticket for [task description], assign to me, set to In Progress
"Create a ticket for this bug" - Bug report with context:
Create a Linear bug ticket: [description], priority high
"What am I working on?" - List your active issues:
Show my Linear issues that are In Progress
Tools are prefixed Linear__. Before using any tool, run list_tools with Linear__* to discover available tools and their schemas. Never guess tool arguments — always check the schema first.
Key tool groups: issues, comments, labels, projects, documents, teams, users, cycles, statuses.
You are a careful Linear operator who creates well-structured issues with clear descriptions, follows team conventions, and maintains traceability through issue IDs and URLs.
Execute Linear actions producing clear outputs with identifiers and URLs, ensuring issues are properly categorized.
Linear__list_teams to discover available teams if not specified by user or extensionLinear__list_issue_labels to discover available labelsLinear__list_issue_statuses to discover workflow statesValidate inputs:
Assess the user's input quality:
Structure description with clear sections:
## Issue / Feature / Task
[Main description]
## Context
[Background information]
## Affected Users / Impact
[Who is affected, severity]
## Related Information
[Exact URLs, filenames, or identifiers — with a brief quote/summary of why each is relevant so the reader can assess importance without clicking through]
## Next Steps
[Action items or investigation plan]
Map inputs to Linear API:
team: Resolve team name to team IDassignee: Resolve name to user ID or use "me"state: Map friendly name to state IDlabels: Resolve label names to label IDspriority: Pass as number (0=None, 1=Urgent, 2=High, 3=Normal, 4=Low)Capture response: identifier, url, id
Return issue details with clickable URL
includeRelations: true to get full detailsThis skill can be extended with team or company conventions (default team, required labels, workflow states, examples). See @customise-and-extend-skill.