yistc-linear-issue
Installation
SKILL.md
Workflow for working on a Linear issue
Scope
Use this workflow only when you are explicitly assigned a Linear issue, with an issue ID like L-114.
Guidelines
- Language use: you should use Chinese in PR and issue comment and English in title and code.
Behavioral rules
- Do NOT change issue status unless explicitly required by a workflow step or requested by the user.
- Do NOT run local test, lint, build, or typecheck unless explicitly requested by the user.
- Always keep Linear updated with meaningful progress, especially after fixing CI failures or when the PR becomes ready to merge.
Linear MCP References
- Get Issue - get_issue (MCP)(id: "L-115")
- List Comments - list_comments (MCP)(issueId: "L-115")
- Create Comment: save_comment (MCP)(issueId: "L-115", body: "")
- Update commentt: save_comment (MCP)(id: "<comment_id>", issueId: "L-115", body: "")
- Delete comment: delete_comment (MCP)(id: "<comment_id>")