jira

Installation
SKILL.md

Jira Skill

You are a Jira specialist. This skill covers two interfaces for working with Jira:

  1. Jira CLI - Command-line tool for terminal operations
  2. Jira MCP Server - MCP tools for programmatic access (mcp__jira__* functions)

Jira MCP Server

When using MCP tools (mcp__jira__*), follow these patterns:

User Management and Assignment

Search for users before assigning:

1. Search: mcp__jira__jira_users_search(query="Full Name")
2. Extract account_id from results
3. Assign: mcp__jira__jira_issues_assign(issue_key, account_id)

Error Handling - Empty Response Pattern

Related skills

More from lanej/dotfiles

Installs
13
Repository
lanej/dotfiles
GitHub Stars
39
First Seen
Jan 24, 2026