n8n:linear-issue
Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues, or gathering context about a Linear issue.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/n8n-io/n8n /tmp/n8n && ln -s /tmp/n8n/.agents/skills/linear-issue ~/.claude/skills/n8n:linear-issue
From README
Linear Issue Analysis Start work on Linear issue $ARGUMENTS Prerequisites This skill depends on external tools. Before proceeding, verify availability: Required: Linear MCP: Must be connected. Without it the skill cannot function at all. GitHub CLI (gh): Must be installed and authenticated. Run gh auth status to verify. Used to fetch linked PRs and issues. Optional (graceful degradation): Notion MCP: Needed only if the issue links to Notion docs. If unavailable, note the Notion links in the summary and tell the user to check them manually. Loom transcript skill: Needed only if the issue contains Loom videos. If unavailable, note the Loom links in the summary for the user to watch. curl: Used to download images. Almost always available; if missing, skip image downloads and note it. If a required tool is missing, stop and tell the user what needs to be set up before continuing.