create-issue

Create Linear tickets and GitHub issues following n8n formatting conventions.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Uguryldz/n8nclean --skill create-issue-uguryldz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/Uguryldz/n8nclean/tree/main/.claude/plugins/n8n/skills/create-issue
Command: npx skills add https://github.com/Uguryldz/n8nclean --skill create-issue-uguryldz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Filing well-structured bug reports and tickets in Linear or GitHub requires knowing each platform's conventions, templates, labels, and guardrails, which is error-prone when done manually. ## Core Features & Use Cases - Dual-platform issue creation: Create Linear tickets via the Linear MCP or GitHub issues via the gh CLI, with automatic target detection based on user input. - Convention enforcement: Applies n8n style guides for titles, description templates (bug, feature, tech debt, spike), priority levels, statuses, labels, and estimates. - Preview and confirmation workflow: Drafts the ticket, presents a preview, and waits for user approval before creating, then reports back the issue identifier and URL. - Use Case: A developer discovers a webhook bug and asks to file it; the Skill drafts a properly formatted GitHub bug report with reproduction steps and debug info, or a Linear ticket with the right team, labels, and priority. ## Quick Start Ask the assistant to create a Linear ticket or GitHub issue describing your bug or feature, for example by saying create a Linear ticket for the Trello trigger webhook verification problem.

Frequently Asked Questions about create-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Linear ticket with the correct team and labels?▼

Describe the issue and mention Linear or a team key like AI or NODES. The Skill drafts a ticket using n8n templates, selects team, priority, and labels per convention, shows a preview, and creates it via the Linear MCP after your confirmation.

How do I file a bug report on the n8n GitHub repository?▼

Provide the bug description and reproduction steps. The Skill formats the report using the required bug template with debug info, OS, n8n version, database, and hosting fields, then creates it with the gh CLI in n8n-io/n8n.

Can I file a feature request as a GitHub issue on n8n?▼

No. The n8n GitHub tracker is bug-only, and feature requests are redirected to the community forum. The Skill will suggest creating a Linear ticket or posting on the forum instead.

What prerequisites are needed to create Linear tickets or GitHub issues?▼

Linear ticket creation requires the Linear MCP server to be connected. GitHub issue creation requires the gh CLI installed and authenticated via gh auth login, which you can verify with gh auth status.

Why should issues not be created in Triage status in Linear?▼

Triage is reserved for externally reported issues entering through automated pipelines like GitHub sync or support escalation. Agent-created tickets have known context and default to Backlog, or Todo if planned for the current cycle.