jit

Automate Jira issue lookup and ticket management from the terminal.

12|1|Updated May 22, 2025
One-click install
npx skills add https://github.com/cesarferreira/jit --skill jit-cesarferreira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jit
Source: https://github.com/cesarferreira/jit/tree/main
Command: npx skills add https://github.com/cesarferreira/jit --skill jit-cesarferreira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira teams rely on terminal workflows to quickly fetch issue data, reducing context-switching and manual lookups.

Core Features & Use Cases

  • Fetch single issue summaries by key or URL.
  • Show detailed fields, descriptions, comments, and pull requests for Jira issues.
  • List current sprint tickets assigned to the current user and support create/edit workflows from the command line.

Quick Start

Run jit with a ticket key or URL to fetch summaries, or use --show/--full to inspect details.

Frequently Asked Questions about jit

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

FAQPage Schema
How do I fetch Jira issue summaries from the terminal?

Fetch Jira issue summaries from the terminal by running the CLI with a specific ticket key or URL. The tool validates credentials via the REST API and returns the issue summary directly in your command line output.

Can I view detailed descriptions and comments for a Jira ticket in the CLI?

Yes, you can view detailed Jira ticket fields, descriptions, and comments in the CLI by using the show or full modes. These modes inspect comprehensive issue details and pull requests without needing to open a web browser.

What is the best way to list current sprint tickets assigned to me from the command line?

List current sprint tickets assigned to you by running the CLI tool configured with your Jira credentials. It automates the lookup process and displays your active sprint assignments directly in the terminal.

Does this Jira CLI workflow support creating and editing tickets?

Yes, the Jira CLI workflow supports create and edit modes for ticket management directly from the command line. You can generate new issues or modify existing ones while maintaining your terminal-based automation workflow.

How does the CLI validate Jira credentials before fetching issues?

The CLI validates Jira credentials by authenticating against the Jira REST API. It uses a config-loading order to apply your authentication details, ensuring secure access before returning any ticket data.