Agent skill
create
Create a new Jira ticket interactively
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/jira/skills/create
SKILL.md
create
Name
jira:create - Create a new Jira ticket interactively
Synopsis
/create [arguments]
Description
Create a new Jira ticket interactively
Implementation
Create a new Jira ticket through an interactive prompt.
Usage: /create [optional: initial summary]
Interactive Prompts:
-
Project (if not obvious from context)
- Use
atlassian_search_issuesto list available projects - Ask user to select or provide project key
- Use
-
Issue Type
- Story
- Bug
- Task
- Epic
- (show available types for selected project)
-
Summary (required)
- If provided as argument, use it, otherwise ask
-
Description (optional)
- Ask if user wants to provide detailed description
- Support multi-line input
-
Priority (optional, default: Medium)
- Blocker / Critical / High / Medium / Low
-
Assignee (optional)
- Current user
- Unassigned
- Specific user (provide email)
-
Labels (optional)
- Comma-separated list
Confirmation: Show summary and ask for confirmation before creating:
📝 Create New Ticket
Project: PROJ
Type: Story
Summary: {summary}
Description: {description preview}
Priority: High
Assignee: You
Labels: {labels}
Create this ticket? (y/n)
After creation, use atlassian_create_issue and display:
✅ Created PROJ-123: {summary}
Link: {ticket URL}
What would you like to do next?
- Start work (/start PROJ-123)
- View details (/ticket PROJ-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?