Agent skill · writing content · n8n-io

n8n:create-issue

Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a bug, open an issue, or says /create-issue.

Why this skill is useful

Adds specific templates and conventions for creating Linear tickets and GitHub issues that the AI wouldn't reliably generate on its own.

What it needs

Requires gh, linear installed locally. Requires github, linear account access. About 7k tokens when loaded. Last updated 2026-08-07. 199,638 stars on the source repository.

What this skill does

Create Issue Create a Linear ticket or GitHub issue for: $ARGUMENTS Write all titles and descriptions in ASD-STE100 Simplified Technical English: use short sentences, the active voice, and one instruction for each sentence. Determine Target Decide where the issue should be created based on user input: If the user says "Linear", "ticket", or provides a team key (e.g., AI, NODE, N8N) → Linear If the user says "GitHub", "GH issue", or "open source" → GitHub If ambiguous, ask the user which platform they want --- Linear Tickets Prerequisites Verify the Linear MCP is connected before proceeding. Style Guide Title Sentence case — capitalize only the first word (e.g., "Add webhook verification to Trello trigger") Descriptive — a reader should understand the scope without opening the ticket 5–15 words — long enough to be specific, short enough to scan Imperative mood for features/enhancements — "Add ...", "Support ...", "Improve ..." Bug titles — prefix with Bug - followed by a description of the symptom (e.g., "Bug - Pin data not updating after workflow edit") No ticket IDs in titles — the identifier (AI-1234) is assigned automatically No trailing punctuation Description Structure the description using markdown headers. Use the appropriate template: For bugs: For features / enhancements: For tech debt: For spikes / investigations: Attachments (Screenshots / Videos) If the user provides screenshots, videos, or screen recordings: URLs — embed directly in the description using markdown image syntax ( ) File paths — if the user provides a local file path, ask them to upload it to a hosting service (e.g., GitHub, Imgur) or use the available Linear MCP attachment tool to attach it to the Linear ticket after creation Pasted images in conversation — describe what the image shows in the ticket description and note that a screenshot was provided. You cannot upload binary data directly. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills n8n-io/create-issue

View the source on GitHub

Browse the @skills marketplace