zaira

Manage Jira tickets offline via command-line interface.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/vivainio/agent-skills --skill zaira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zaira
Source: https://github.com/vivainio/agent-skills/tree/main/skills/zaira
Command: npx skills add https://github.com/vivainio/agent-skills --skill zaira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill allows you to manage Jira tickets offline, enabling you to export, report, and refresh ticket information without constant internet connectivity.

Core Features & Use Cases

  • Offline Access: View, search, and manage Jira tickets even when you're not online.
  • Data Export & Reporting: Export tickets to local markdown files and generate reports based on various criteria.
  • Ticket Management: Create, edit, comment on, and transition tickets.
  • Use Case: You're on a flight and need to quickly review the details of a critical bug report (e.g., PROJ-123). You can use zaira get PROJ-123 --min to access its key information.

Quick Start

Use the zaira skill to get the ticket with key PROJ-123.

Frequently Asked Questions about zaira

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

FAQPage Schema
How do I manage Jira tickets offline?

You can manage Jira tickets offline by exporting ticket information to local markdown files, enabling you to search, report, and review ticket details without an active internet connection.

Can I create and edit Jira tickets from the command line?

Yes, you can create, edit, comment on, and transition Jira tickets directly from the command line, along with logging work hours and managing attachments programmatically.

How do I export Jira tickets for local reporting?

You can export Jira tickets to local markdown files and generate reports based on various criteria, allowing for offline data analysis and project tracking without continuous web access.

Does this offline ticketing approach work with Confluence?

Yes, the offline ticketing management supports integration with Confluence, allowing you to manage wiki pages alongside Jira ticket operations through the command-line interface.

What is the best way to access critical bug reports without internet?

The best way to access critical bug reports offline is by fetching specific ticket keys with a minimal flag, retrieving key information locally for immediate review during travel or connectivity loss.