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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
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.
Capture citable sources (meetings, documents, files, media, web content) as structured files in memory/sources/ with provenance metadata for traceability.
Help users celebrate impactful wins and surface important learnings by analyzing their recent communications and activities.
Guidelines for maintaining single sources of truth and using signposting to connect documentation without duplication
Evaluate a finalised meeting transcript and distribute relevant content to other spaces, deciding per space whether to copy the full transcript, write a sanitised summary, or skip.
| 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.