n8n:create-issue

Create Linear and GitHub issue tickets with style guides and priorities.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-create-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n:create-issue
Source: https://github.com/Rub-git/n8n-auto/tree/main/.agents/skills/create-issue
Command: npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-create-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp: linear, cli: gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of issues in Linear or GitHub, reducing the time and effort required to file tickets or bugs.

Core Features & Use Cases

  • Linear Ticket Creation: Generate Linear tickets following specific style guides and priority levels.
  • GitHub Issue Creation: File GitHub issues for bug reports, ensuring all necessary information is included.
  • User Confirmation: Ensures that issues are created accurately by presenting a preview to the user before finalizing.
  • Cross-Linking: Automatically links Linear tickets to GitHub issues and vice versa for easy reference.
  • Use Case: When a user requests to file a bug report or issue, use this Skill to quickly create and link the necessary tickets.

Quick Start

Create a Linear ticket for a reported bug by using the command: /create-issue bug <description of the issue>

Frequently Asked Questions about n8n:create-issue

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

FAQPage Schema
How do I automate issue creation in Linear and GitHub using n8n?

Automating issue creation in Linear and GitHub is achieved by using structured commands to generate tickets with predefined style guides, priority levels, and team assignments. This process requires authentication with the Linear MCP and GitHub CLI.

Do I need the GitHub CLI and Linear MCP to create bug reports?

Yes, creating bug reports requires authentication with the Linear MCP and GitHub CLI. These dependencies handle the actual ticket creation and cross-linking between the two platforms when the Skill processes your command.

Can I link a Linear ticket to a GitHub issue automatically?

Yes, you can automatically link Linear tickets to GitHub issues and vice versa. The Skill handles cross-linking for easy reference after presenting a preview to the user for final confirmation before ticket creation.

What is the best way to file a bug report with predefined priority levels?

The best way to file a bug report with predefined priority levels is using the /create-issue command followed by the bug description. This enforces specific style guides and team assignments during ticket generation.

How does user confirmation work before finalizing ticket creation?

User confirmation works by presenting a preview of the generated issue to the user before finalizing the creation. This ensures all necessary bug report information is accurate and meets the predefined style guides.