jira-issues

Create, update, and manage Jira issues via natural language and JQL.

1|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/POWERFULMOVES/PMOVES-BoTZ --skill jira-issues-powerfulmoves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-issues
Source: https://github.com/POWERFULMOVES/PMOVES-BoTZ/tree/main/.claude/skills/jira-issues
Command: npx skills add https://github.com/POWERFULMOVES/PMOVES-BoTZ --skill jira-issues-powerfulmoves

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, updating, and managing Jira issues directly from natural language commands, eliminating the need to navigate the Jira interface for common tasks.

Core Features & Use Cases

  • Issue Creation: Log bugs, create tasks, and define stories with specified projects, summaries, descriptions, issue types, priorities, labels, and assignees.
  • Issue Management: Transition issues through their workflow (e.g., move to "Done") and add comments for collaboration.
  • Issue Searching: Query Jira for issues using JQL, such as finding bugs assigned to you or identifying open items.
  • Use Case: A user can say, "Log a bug about the login page crashing with SSO" and the Skill will create a 'Bug' issue in the default project with the provided summary and description.

Quick Start

Use the jira-issues skill to create a new bug report for the 'PROJ' project with the summary 'Fix login bug' and description 'Users can't login with SSO'.

Frequently Asked Questions about jira-issues

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

FAQPage Schema
How do I create Jira issues using natural language commands?

You can create Jira issues by providing natural language details like project, summary, and description. The skill parses these commands to log bugs, create tasks, or define stories directly via the Jira REST API v3.

Can I search for Jira issues using JQL from a chat interface?

Yes, you can query Jira for issues using JQL. The skill allows you to find specific bugs, identify open items, or list tasks assigned to you without navigating the standard Jira interface.

How do I transition a Jira task to Done and add comments?

You can transition issues through their workflow and add comments for collaboration using natural language. This allows you to update issue statuses, like moving a task to Done, directly via the Jira REST API v3.

What details can I specify when logging a bug in Jira?

When logging a bug, you can specify the project, summary, description, issue type, priority, labels, and assignees. This ensures the newly created Jira issue captures all necessary tracking information.

Do I need the requests library to manage Jira tasks with this skill?

Yes, the skill requires the requests Python library to function. It depends on this library to handle the HTTP communication required for integrating with the Jira REST API v3.