jira

Translate natural language into jira-cli commands for issue and sprint management.

27|2|Updated Jul 18, 2018
One-click install
npx skills add https://github.com/AhmedAbdulrahman/dotfiles --skill jira-ahmedabdulrahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/AhmedAbdulrahman/dotfiles/tree/main/files/.config/claude/skills/jira
Command: npx skills add https://github.com/AhmedAbdulrahman/dotfiles --skill jira-ahmedabdulrahman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables natural language interaction with Jira via the jira-cli tool, allowing teams to manage issues, sprints, and workflows without constantly switching context.

Core Features & Use Cases

  • View and list issues across Jira projects, including status, assignee, and priority.
  • Create, transition, and update issues, assign to users, and add comments.
  • Open issues in the browser and check sprint status to keep work aligned.
  • Use Case: A developer asks for "Show my open issues" and the skill returns a concise Jira CLI command to retrieve them.

Quick Start

Use this skill to view a specific issue like PROJ-123 with jira issue view PROJ-123, or to list issues assigned to you with a natural prompt mapped to jira issue list -a$(jira me).

Frequently Asked Questions about jira

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

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

You can manage Jira issues using natural language by translating user intent into precise jira-cli commands. This allows you to view, list, create, update, and transition issues without manually typing complex CLI syntax.

Do I need jira-cli installed to view and update sprint status?

Yes, you need the jira-cli tool installed and configured for your target Jira instance. The skill relies entirely on this CLI tool to execute natural language requests for viewing issues and checking sprint status.

Can I list all issues assigned to me across multiple Jira projects?

Yes, you can list issues assigned to you across multiple projects. The skill recognizes keywords like "my issues" and maps them to the appropriate jira-cli list commands to retrieve your assigned items.

How do I create, comment on, and transition Jira issues from the command line?

You provide a natural language prompt describing the desired action, such as creating, commenting, or moving issues between states. The skill then generates and runs the exact jira-cli commands needed to execute those workflow transitions.

What is the best way to open a specific Jira issue in my browser using CLI?

The best way to open a specific Jira issue in your browser is by using the skill's open issue functionality. It recognizes issue key patterns like PROJ-123 and triggers the corresponding jira-cli command to launch the issue directly in your default browser.

Why does pattern recognition matter when updating Jira issues via natural language?

Pattern recognition is essential because it allows the skill to accurately identify issue keys like PROJ-123 within your natural language input. This ensures the generated jira-cli commands target the correct issues for updates, comments, or state transitions.