jira-dev

Manage Jira sprints and issues via the Jira REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill jira-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-dev
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/jira-dev
Command: npx skills add https://github.com/knsiuss/orion --skill jira-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Jira sprints and issues, allowing for efficient creation, updating, and querying of tasks directly through an AI interface.

Core Features & Use Cases

  • Issue Creation: Create new Jira issues (bugs, stories, tasks, epics) with specified details.
  • Issue Transition: Move issues through your Jira workflow (e.g., from 'To Do' to 'In Progress').
  • Issue Listing & Searching: Query and list issues assigned to you within the current sprint or using custom JQL.
  • Use Case: "Create a Jira bug for the login issue and assign it to the QA team." or "Show me all tasks assigned to me in the current sprint."

Quick Start

Use the jira-dev skill to create a Jira story in the 'WEB' project titled 'Implement user profile page'.

Frequently Asked Questions about jira-dev

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

FAQPage Schema
How do I create Jira issues using an AI assistant?

To create Jira issues, you can specify the project key, issue type, summary, and assignee. This Skill uses the Jira REST API to generate bugs, stories, tasks, or epics directly from your natural language request.

How do I query tasks assigned to me in the current Jira sprint?

You can query tasks in the current Jira sprint by asking the AI to list them. The Skill supports issue listing and searching using project keys or custom JQL queries to retrieve assigned issues.

Can I transition Jira issues through workflow statuses via REST API?

Yes, you can transition Jira issues through workflow statuses like 'To Do' to 'In Progress'. The Skill interacts with the Jira REST API to move issues across your configured workflow stages.

What environment variables do I need to manage Jira sprints and issues?

Managing Jira sprints requires JIRA_URL, JIRA_EMAIL, and JIRA_API_TOKEN environment variables. These credentials authenticate your access to the Jira REST API for issue creation and querying.

Does this approach support searching Jira issues using custom JQL?

Yes, searching Jira issues supports custom JQL queries. You can use Jira Query Language alongside project keys and issue priorities to filter and retrieve specific tasks from your board.

What's the best way to assign a Jira bug to a specific team?

The best way to assign a Jira bug to a team is by specifying the assignee during issue creation. The Skill formats your request into a REST API call to generate and allocate the bug instantly.