jira

Search Jira issues and retrieve ticket details for root cause analysis.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill jira-arvo-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/jira
Command: npx skills add https://github.com/Arvo-AI/aurora --skill jira-arvo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira integration for searching recent development context, tracking incidents, and managing issues during RCA.

Core Features & Use Cases

  • Mandatory first-step Jira context search before infrastructure or CI/CD investigation.
  • Search and retrieve issue details to surface related work and changes.
  • Use across RCA workflows to correlate tickets, commits, and deployments for faster root cause identification.

Quick Start

Initiate Jira context by executing a search for recent issues and then retrieve details for the most relevant ticket.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I find related Jira issues for root cause analysis during an incident?

Searching recent Jira issues and retrieving detailed ticket context surfaces related work, changes, and linked PRs to accelerate root cause analysis. This correlation of tickets and deployments during incident investigations helps identify the underlying root cause faster.

Can I manage incident issues directly through Jira context search?

Yes, you can manage incident issues directly using optional write tools for full incident management after completing the mandatory Jira context search. This allows you to update tickets and track incidents throughout the RCA workflow without leaving the investigation context.

Do I need existing Jira access to search issues and summarize context?

Yes, you need existing Jira access to search issues and summarize context for RCA. The integration requires valid Jira credentials to execute jira_search_issues and jira_get_issue, which are mandatory first steps for retrieving recent development context and tracking incidents during root cause analysis.

What is the best way to correlate Jira tickets with deployments for RCA?

The best way to correlate Jira tickets with deployments for RCA is to search recent issues and retrieve details for relevant tickets. This surfaces linked PRs and related changes, allowing you to correlate commits and deployments for faster root cause identification across your RCA workflows.

Why use mandatory Jira context search before starting infrastructure investigation?

Using mandatory Jira context search before infrastructure investigation ensures you surface related work and recent changes early. Retrieving issue details first correlates existing tickets and deployments with the current incident, preventing redundant debugging and enabling informed decision-making during RCA.