work-jira

View Jira ticket details, list assigned issues, and create tickets via CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/choru-k/skills-for-ai --skill work-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-jira
Source: https://github.com/choru-k/skills-for-ai/tree/main/private/common/work-jira
Command: npx skills add https://github.com/choru-k/skills-for-ai --skill work-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines your interaction with Jira, allowing you to view ticket details, list your assigned issues, and create new tickets directly through the AI, reducing context switching and improving workflow efficiency.

Core Features & Use Cases

  • View Ticket Details: Get comprehensive information about a specific Jira ticket, including summary, status, assignee, description, and recent comments. It can even extract the ticket number from your current Git branch.
  • List Assigned Issues: See all Jira tickets assigned to you, with options to filter by status or priority.
  • Create New Tickets: Interactively create new Jira issues, specifying type, summary, description, and priority, and automatically add them to the current sprint.
  • Obsidian Integration: Seamlessly create planning folders in Obsidian for Jira tickets.

Quick Start

Use the work-jira skill to view the ticket details for CENG-1234.

Frequently Asked Questions about work-jira

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

FAQPage Schema
What is the best way to automate ticket number extraction from Git branches?

Automate ticket number extraction by using the Skill's built-in capability to parse your current Git branch name. It automatically identifies the Jira ticket number to fetch details without manual entry.

How do I list assigned Jira issues using a command-line interface?

To list assigned Jira issues, use the Skill to retrieve all tickets assigned to you. You can filter the displayed Jira issues by status or priority to manage your development workflow.

Can I create new Jira tickets interactively through the CLI?

Yes, you can interactively create new Jira tickets by specifying the issue type, summary, description, and priority. The Skill automatically adds the newly created Jira ticket to the current active sprint.

Do I need the jira CLI tool installed to manage Jira issues?

Yes, you need the 'jira' CLI tool installed and user authentication configured. These prerequisites enable the Skill to facilitate interaction with Jira issues directly through the command-line interface.

How does Jira issue tracking integrate with Obsidian for planning?

Jira issue tracking integrates with Obsidian by seamlessly creating planning folders for specific Jira tickets. This connects your agile development workflow with your personal note-taking and planning environment.