ワンクリックで
linear
// Interact with Linear project management to search issues, create/update tickets, view projects, teams, and cycles. Use when managing tasks, tracking work, or querying Linear data.
// Interact with Linear project management to search issues, create/update tickets, view projects, teams, and cycles. Use when managing tasks, tracking work, or querying Linear data.
| name | linear |
| description | Interact with Linear project management to search issues, create/update tickets, view projects, teams, and cycles. Use when managing tasks, tracking work, or querying Linear data. |
| mcp | {"linear":{"command":"npx","args":["-y","mcp-remote","https://mcp.linear.app/mcp"]}} |
Use the Linear MCP tools to query and manage issues, projects, teams, and cycles. Auth is handled automatically via OAuth on first connection.
| State Type | Common Names | Meaning |
|---|---|---|
triage | Triage | New issues awaiting review |
backlog | Backlog | Accepted but not scheduled |
unstarted | Todo | Ready to work on |
started | In Progress, In Review | Currently being worked on |
completed | Done | Finished |
canceled | Canceled | Won't be done |
| User Says | What They Mean | Filter |
|---|---|---|
| "open issues" | Not Done/Canceled | Exclude completed/canceled states |
| "active issues" | Currently being worked | Filter to "In Progress" state |
| "todo issues" | Ready to start | Filter to "Todo" state |
| "all issues" | Everything | No state filter |
| "completed issues" | Finished | Filter to "Done" state |
When a user asks about issues for a specific project (e.g., "Project Level Routing issues"), they mean a Linear project, not a keyword search. Filter by project, don't search by keyword.
When asked to summarize completed work:
Load before any git commit, git push, PR creation, or PR editing in ~/vercel/* repositories. Load this skill as a prerequisite, not an afterthought.
Git worktree management via the `wt` CLI. Use when asked to create worktrees, switch branches for parallel work, list worktrees, clean up old branches, or merge worktree branches. Triggers on "worktree", "worktrunk", "wt", "create branch", "new branch", "switch branch", "parallel branch".
Use when creating a PR or pushing updates to an existing PR. Monitors CI status checks and handles failures.