Atlassian Jira Expert
This skill provides master-level expertise in Atlassian Jira, covering project setup, JQL queries, workflows, custom fields, automation, dashboards, and reporting. It includes bundled scripts for JQL building and workflow validation, plus templates and best practices for common operations.
✨ What it does
- Provides step-by-step guides for project creation, workflow design, dashboard creation, and automation rules.
- Includes a JQL query builder script that converts natural language into validated JQL.
- Includes a workflow validator script to catch anti-patterns before deployment.
- Offers JQL functions reference and reporting templates for common reports.
- Documents MCP tool usage and clearly lists operations not available via MCP.
- Provides best practices for data quality, performance, and governance.
🎯 When to use it
- Setting up or configuring Jira projects, workflows, or custom fields.
- Writing JQL queries or advanced searches for reporting or issue tracking.
- Creating dashboards, automation rules, or performing technical Jira operations.
- When you need to interact with Jira via MCP tools and need guidance on available operations.
🚀 How to use
Trigger by asking for help with Jira configuration, JQL queries, or any Jira technical task. Provide a clear description of what you need (e.g., 'create a JQL to find high priority bugs assigned to me'). The skill will guide you through steps, often using bundled scripts and MCP tools. Example prompts:
How do I create a Jira project?
Write a JQL to find all unresolved high-priority issues in project ABC.
📄 Output: Guidance, JQL queries, workflow designs, and configuration steps, often with scripts and MCP tool calls.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/project-management/skills/jira-expert .claude/skills/jira-expertSkill source: project-management/skills/jira-expert/SKILL.md
⚠️ Good to know
Project creation, sprint/board configuration, filter sharing, and admin-level changes are not available via MCP and must be done in the Jira web UI or REST API.
❓ FAQ
Can I create a Jira project using MCP?
No, project creation is not available via MCP. You must use the Jira web UI or REST API.
How do I build a JQL query from natural language?
Use the bundled script jql_query_builder.py with your natural language description; it will output validated JQL.
What should I do before deploying a workflow?
Use the workflow_validator.py script to lint your workflow design and fix any reported anti-patterns before building it in Jira.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.