jirac

Manage Jira issues via command-line for triage, execution, and reporting workflows.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill jirac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jirac
Source: https://github.com/mulhamna/jira-commands/tree/main/clawhub/jirac
Command: npx skills add https://github.com/mulhamna/jira-commands --skill jirac

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Jira issue management becomes slow and inconsistent when you rely on manual UI navigation for routine actions like listing, editing, transitioning, triaging, and sprint reporting.

Core Features & Use Cases

  • Command-line issue operations: Create, view, update, transition, comment, link, move, clone, archive, and delete issues without leaving your terminal.
  • Bulk and workflow-safe automation: Perform bulk transitions, bulk updates, bulk comments, bulk creates via manifests, and controlled destructive actions.
  • Sprint lifecycle and summaries: Manage sprint states and generate standup or sprint rollups for quick status reporting.
  • Triage and discoverability tools: Use interactive TUI browsing, JQL help (including recipes), field discovery, and Markdown rendering preview to Jira ADF.

Quick Start

Use the jirac skill to confirm your Jira connection and credentials, then list your issues in a project matching a specific status.

Frequently Asked Questions about jirac

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

FAQPage Schema
How do I manage Jira issues from the terminal?

Yes, you can perform bulk operations on Jira issues using command-line manifests. The jirac CLI supports bulk transitions, updates, comments, and controlled destructive actions for workflow-safe automation.

Can I run JQL queries and manage sprints via command line?

Yes, you can run JQL queries and manage sprint lifecycles via command line. The jirac CLI offers JQL-driven listing, interactive TUI browsing, and generates sprint rollups or standup summaries for quick reporting.

Do I need a specific CLI binary to manage Jira issues in the terminal?

Yes, you need the jirac CLI binary and configured Jira authentication to manage issues in the terminal. Optionally, the jirac-mcp binary is required if you want MCP client integration for your workflows.

What is the best way to render Markdown to Jira ADF for issue comments?

The best way to render Markdown to Jira ADF is using the jirac CLI's preview feature. It converts Markdown formatting into Jira's Atlassian Document Format, ensuring your issue comments and descriptions display correctly.

Are there limitations to using a CLI for Jira issue management?

A limitation of using a CLI for Jira issue management is that it requires terminal familiarity and pre-configured authentication profiles. While it accelerates bulk and routine tasks, interactive visual triage relies on TUI browsing rather than a full graphical interface.