jira

Route Jira operations through ACLI with authentication checks and structured JSON or CSV outputs.

6|2|Updated Jun 30, 2010
One-click install
npx skills add https://github.com/dpetersen/dotfiles --skill jira-dpetersen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/dpetersen/dotfiles/tree/main/home/dot_claude/skills/jira
Command: npx skills add https://github.com/dpetersen/dotfiles --skill jira-dpetersen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures Jira queries are executed strictly through the Atlassian CLI (ACLI) Jira commands, enforcing consistent authentication, permissions, and results across all Jira operations. It prevents direct Jira command usage outside this Skill, reducing context switching and potential security risks.

Core Features & Use Cases

  • Command routing: All Jira operations go through ACLI Jira (auth status, search, view, comments, attachments, sprint queries).
  • Consistent authentication: Verifies authentication status and prompts for login to keep access secure.
  • Guided usage: Provides examples for common Jira tasks (search, view details, list comments, attachments).

Quick Start

Activate this skill, then run:

  • acli jira auth status
  • acli jira workitem search --jql "assignee = currentUser()" --paginate

Frequently Asked Questions about jira

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

FAQPage Schema
How do I enforce controlled access to Jira queries through the command line?

Route all Jira commands through this Skill to enforce controlled access and prevent direct ACLI Jira invocations. It validates authentication, supports JQL-based searches, and produces structured JSON or CSV output while maintaining security across all Jira operations including workitem search, viewing, comments, attachments, and sprint queries.

Can I search Jira issues using JQL with ACLI from the command line?

Yes. This Skill routes JQL-based workitem searches through ACLI Jira, supporting queries like assignee filtering and pagination. Run `acli jira workitem search --jql "assignee = currentUser()" --paginate` to retrieve and display results in structured formats.

What's the best way to automate Jira operations without switching between tools?

Use this Skill to route all Jira operations—authentication checks, workitem search, board queries, sprint operations, comments, and attachments—through a single ACLI interface. This reduces context switching, enforces consistent permissions, and maintains state across your Jira conversation.

How do I verify Jira authentication before running commands?

Run `acli jira auth status` through this Skill to check authentication and receive prompts for login if needed. This ensures access is secure and consistent before executing any Jira queries or operations.

Does this approach work for sprint management and board searches?

Yes. This Skill covers sprint queries, list-workitems operations, and board searches through ACLI, allowing you to manage sprints and query board data with consistent authentication and structured output across all operations.

What security benefits does routing Jira commands through a controlled Skill provide?

Routing through this Skill enforces consistent authentication, validates permissions, and prevents unauthorized direct ACLI Jira invocations. It reduces security risks by centralizing access control and maintaining auditability across all Jira operations.