yistc-linear-research
Installation
SKILL.md
Workflow for researching a Linear issue
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 comment: save_comment (MCP)(id: "<comment_id>", issueId: "L-115", body: "")
- Delete comment: delete_comment (MCP)(id: "<comment_id>")
Scope
Use this workflow when: • an issue requires investigation, clarification, or context gathering • the goal is to understand the problem deeply before implementation • you are asked to research, analyze, or summarize an issue