jira-tickets

Manage Jira tickets via the acli CLI tool.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/swtch1/dotfiles --skill jira-tickets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-tickets
Source: https://github.com/swtch1/dotfiles/tree/main/.claude/skills/jira-tickets
Command: npx skills add https://github.com/swtch1/dotfiles --skill jira-tickets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of Jira tickets directly from your command line, allowing for efficient ticket viewing, searching, updating, and commenting.

Core Features & Use Cases

  • Ticket Management: View, search, transition, comment on, and edit Jira tickets.
  • Attachment Handling: Upload files to tickets using a helper script.
  • Bug Reporting: Enforces inclusion of reproduction steps for bug tickets.
  • Use Case: Quickly find all 'In Progress' tickets for the 'SPD' project, add a comment to a specific ticket, and transition it to 'Done'.

Quick Start

Use the jira-tickets skill to view the ticket SPD-1234.

Frequently Asked Questions about jira-tickets

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

FAQPage Schema
How do I manage Jira tickets from the command line?

You can manage Jira tickets from the command line by using the acli CLI tool to view, search, transition, comment on, and edit tickets directly within your terminal workflow.

How do I search for Jira tickets in a specific project?

To search Jira tickets in a specific project, use the acli CLI tool to query statuses like 'In Progress' for project keys such as 'SPD' and retrieve matching ticket lists instantly.

Can I transition and comment on Jira tickets without leaving the terminal?

Yes, you can transition and comment on Jira tickets without leaving the terminal by executing acli commands to update ticket statuses to 'Done' and append comments directly.

How do I attach files to Jira tickets using acli?

To attach files to Jira tickets using acli, the process utilizes a dedicated helper script that handles file uploads and attaches them directly to the specified ticket.

Does creating a Jira bug ticket require reproduction steps?

Yes, creating a Jira bug ticket requires reproduction steps; the workflow strictly enforces their inclusion to ensure bug reports contain necessary troubleshooting details.

Can I check GitLab pipeline status alongside Jira ticket management?

Yes, you can check GitLab pipeline status alongside Jira ticket management because the workflow integrates with GitLab to fetch and verify pipeline statuses directly.