jira-manage

Manage Jira Cloud issues via jira-cli bash commands.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/PieterPrespective/agent-first-configuration --skill jira-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-manage
Source: https://github.com/PieterPrespective/agent-first-configuration/tree/main/jira-manage
Command: npx skills add https://github.com/PieterPrespective/agent-first-configuration --skill jira-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation, querying, and updating of Jira issues directly from your command line or AI assistant, eliminating the need to switch contexts and saving valuable development time.

Core Features & Use Cases

  • Create & Update Issues: Generate new Jira issues or sub-tasks, and modify existing ones with new descriptions, comments, or fields.
  • Search & Query: Find Jira issues using natural language queries or raw JQL, filtering by status, assignee, or components.
  • Component Validation: Ensure that components used in issue creation are valid for the specified project.
  • Use Case: Quickly create a bug ticket for a reported issue, assign it to a team member, and add a comment with the commit hash that fixed it, all without leaving your current workflow.

Quick Start

Use the jira-manage skill to create a new task in the 'PROJ' project with the summary 'Implement user authentication'.

Frequently Asked Questions about jira-manage

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

FAQPage Schema
How do I create and update Jira issues from the command line or AI assistant?

You can create and update Jira issues from the command line by using jira-cli bash commands to generate new issues or sub-tasks, modify descriptions, and add comments directly within your automated workflow.

Can I search Jira issues using JQL through an automated workflow?

Yes, you can search Jira issues using JQL through an automated workflow, filtering by status, assignee, or components to find specific issues quickly and efficiently.

How do I validate components before creating a Jira issue?

Validating components before creating a Jira issue involves checking the proposed components against the Jira REST API to ensure they are valid for the specified project.

Does this Jira issue management approach handle secure token authentication?

Yes, secure token handling is managed through a wrapper script, ensuring that your Jira Cloud authentication credentials are processed securely during automated operations.

What are the limitations of using jira-cli bash commands for Jira Cloud issue management?

Using jira-cli bash commands for Jira Cloud issue management requires a compatible environment and does not support native GUI interactions, limiting use to text-based operations and workflows.

What is the best way to streamline Jira issue management for agile development?

The best way to streamline Jira issue management for agile development is to integrate issue creation, querying, and updating directly into your command line workflow, eliminating context switching.