Agent skill
create
Create a new Linear issue interactively
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/linear/skills/create
SKILL.md
create
Name
linear:create - Create a new Linear issue interactively
Synopsis
/create [arguments]
Description
Create a new Linear issue interactively
Implementation
Create a new Linear issue through an interactive prompt.
Usage: /create [optional: initial title]
Interactive Prompts:
-
Team (if not obvious from context)
- Use
linear_get_teamto list available teams - Ask user to select or provide team key
- Use
-
Title (required)
- If provided as argument, use it, otherwise ask
-
Description (optional)
- Ask if user wants to provide detailed description
- Support multi-line input with markdown
-
Priority (optional, default: Medium)
- Urgent (1) / High (2) / Medium (3) / Low (4)
-
Assignee (optional)
- Current user
- Unassigned
- Specific user
-
Project (optional)
- Use
linear_list_projectsto show available projects
- Use
-
Labels (optional)
- Comma-separated list
Confirmation: Show summary and ask for confirmation before creating:
📝 Create New Issue
Team: Engineering
Title: {title}
Description: {description preview}
Priority: High
Assignee: You
Project: {project}
Labels: {labels}
Create this issue? (y/n)
After creation, use linear_create_issue and display:
✅ Created ENG-123: {title}
Link: {issue URL}
What would you like to do next?
- Start work (/start ENG-123)
- View details (/issue ENG-123)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
create-blog-post
Research Reddit discussions and write a blog post about how Han addresses the topic
research-new-features
Research Claude AI/Code feature requests and discussions on Reddit
create-jutsu
Create a new technique plugin for a technology (language, tool, framework, or validation)
create-do
Create a new discipline plugin with specialized agents
create-hashi
Create a new bridge plugin for MCP server integration
plugin-development
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
Didn't find tool you were looking for?