一键导入
use-linear
Reference for using Linear via MCP tools. Use when creating, updating, or querying Linear issues, projects, teams, or comments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reference for using Linear via MCP tools. Use when creating, updating, or querying Linear issues, projects, teams, or comments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Voice guide for writing PR descriptions. Use this skill for ALL PR creation and updates (via gh CLI or editing existing PRs). Contains your specific voice rules, anti-patterns, examples, and workflow. Never write PR descriptions without invoking this skill first.
Commit the changes in the working tree. Only invoke when the user explicitly signals to commit ("commit", "/commit", etc.). Never invoke this skill on your own initiative — implementation approval is not a commit signal.
Standalone code review for any scope — PR number, branch, file paths, or current changes. Synthesizes intent, runs 10 parallel specialized agents, and presents actionable findings with a verdict. For PR scope, optionally posts the review to GitHub with inline comments.
Survey observable paths, run the real system, capture evidence, and surface gaps. TRIGGER when asked to prove a change works or write a QA plan.
Tell the next agent everything they need to know to continue your work.
Voice guide for writing issue/ticket/task/epic descriptions. Use this skill for ALL issue creation — GitHub issues, Jira tasks, Monday tasks, Linear tasks, and epics. Contains section structure, voice rules, and anti-patterns. Never write ticket descriptions without invoking this skill first.
| name | use-linear |
| description | Reference for using Linear via MCP tools. Use when creating, updating, or querying Linear issues, projects, teams, or comments. |
| model | haiku |
| effort | low |
82e423ff-8463-4803-9822-07bcf57c8a08)list_teams — pass "Michael" as the team name directly.Linear MCP tools are deferred. Fetch schemas before calling:
ToolSearch: select:mcp__linear-server__save_issue,mcp__linear-server__list_issues
Use select:<tool1>,<tool2> with exactly the tools you need for the task.
Always invoke write-ticket-description skill first, then:
mcp__linear-server__save_issue
team: "Michael"
title: "..."
description: "..." # Markdown; use real newlines, not \n
priority: 3 # see scale below
state: "Backlog" # optional
mcp__linear-server__save_issue
id: "MU-5" # issue identifier
title: "..." # only include fields you want to change
state: "In Progress"
mcp__linear-server__list_issues
team: "Michael"
limit: 25
mcp__linear-server__get_issue
id: "MU-5"
mcp__linear-server__save_comment
issueId: "MU-5"
body: "..."
| Value | Label |
|---|---|
| 0 | No priority |
| 1 | Urgent |
| 2 | High |
| 3 | Medium |
| 4 | Low |
| Tool | Purpose |
|---|---|
save_issue | Create or update an issue |
get_issue | Fetch a single issue by ID |
list_issues | List/filter issues |
get_issue_status | Get status of an issue |
list_issue_statuses | List available statuses for a team |
save_comment | Create or update a comment |
list_comments | List comments on an issue |
delete_comment | Delete a comment |
get_project | Fetch a project |
list_projects | List projects |
save_project | Create or update a project |
get_team | Fetch team details |
list_teams | List all teams (not needed — team is "Michael") |
get_user | Fetch a user |
list_users | List workspace members |
list_issue_labels | List labels |
create_issue_label | Create a label |
list_cycles | List sprint cycles |
get_milestone | Fetch a milestone |
list_milestones | List milestones |
save_milestone | Create or update a milestone |
list_documents | List documents |
get_document | Fetch a document |
save_document | Create or update a document |
get_diff / list_diffs | PR diff threads linked to issues |
search_documentation | Search Linear's help docs |
extract_images | Extract images from an issue or comment |