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

Issue format example: L-114

Goal

Produce a high-quality research summary by: 1. collecting all relevant context 2. analyzing and organizing the information

Related skills
Installs
10
Repository
yistc/skills
First Seen
Mar 20, 2026