jira-cli

View, create, and comment on Jira issues via CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to perform Jira issue management tasks via CLI, streamlining project tracking and collaboration.

Core Features & Use Cases

  • View Issue Details: Retrieve comprehensive Jira issue information including comments and history.
  • Create New Issues: Quickly open new Jira issues with specified parameters from the command line.
  • Add Comments: Seamlessly append comments to existing issues for collaboration or updates.
  • Use Case: A project manager can instantly check issue statuses, create bugs, or add comments without switching contexts through Jira’s web interface.

Quick Start

Use the jira-cli to view detailed information about a specific issue or add a comment directly from your terminal.

Frequently Asked Questions about jira-cli

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

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

You can manage Jira issues from the command line by using CLI commands to directly view details, create new bugs or tasks, and append comments without opening the web interface.

Can I create and comment on Jira issues via CLI?

Yes, you can create new Jira issues with specified parameters and seamlessly append comments to existing issues for collaboration using simple CLI commands.

What is the best way to automate Jira project tracking for development teams?

Automating Jira project tracking is best achieved by using scriptable CLI commands for rapid issue lifecycle management, enabling development teams to check statuses instantly.

Does jira-cli require any external dependencies to run?

No, jira-cli does not require external dependencies, utilizing internal scripts and a Python library to ensure rapid, scriptable interactions with Jira.

How do I retrieve Jira issue details and history without the web interface?

You can retrieve comprehensive Jira issue information including comments and history directly from your terminal by executing specific CLI commands.

When should I use a CLI tool instead of the Jira web interface for issue management?

You should use a CLI tool for issue management when you need to avoid switching contexts, allowing project managers to instantly check statuses or create bugs within their development environment.