jira

Installation
Summary

Natural language interface for viewing, creating, updating, and transitioning Jira issues across CLI and MCP backends.

  • Automatically detects available backend (Jira CLI or Atlassian MCP) and routes commands accordingly
  • Supports core workflows: viewing issues by key, listing personal tickets, creating issues with descriptions, transitioning states, assigning, and adding comments
  • Includes safeguards against common mistakes: always fetches current state before transitions, looks up account IDs before assignment (MCP), shows original content before edits, and requests approval before modifications
  • Handles issue key pattern detection (e.g., PROJ-123) to trigger relevant operations automatically
SKILL.md

Jira

Natural language interaction with Jira. Supports multiple backends.

Backend Detection

Run this check first to determine which backend to use:

1. Check if jira CLI is available:
   → Run: which jira
   → If found: USE CLI BACKEND

2. If no CLI, check for Atlassian MCP:
   → Look for mcp__atlassian__* tools
   → If available: USE MCP BACKEND

3. If neither available:
   → GUIDE USER TO SETUP
Related skills

More from davila7/claude-code-templates

Installs
812
GitHub Stars
27.2K
First Seen
Jan 25, 2026