Atlassian MCP
Integrates with Atlassian products to manage project tracking and documentation via MCP protocol.
Before & after
Same prompt, same agent — the only difference is the skill.
I can help you query your Jira instance for those tickets. To do this properly, I'd need to connect to your Jira workspace and run a JQL query. Do you want to filter by project as well, or just pull all blocked tickets across the whole workspace? Are you interested in any other filters like priority or assignee?
JIRA QUERY RESULTS QUERY: label = Blocked AND status != Done RESULT COUNT: 27 open tickets TICKETS BY PROJECT Backend Services: 12 tickets Frontend Web: 9 tickets Mobile App: 4 tickets Infrastructure: 2 tickets TOP 3 BLOCKING ISSUES 1. AUTH-487 – "Implement SAML SSO" Blocked by: Platform decision on IdP vendor Priority: High Assignee: Jane Smith Days Blocked: 14 2. API-234 – "Rate limiting for v2 endpoints" Blocked by: AUTH-487 (dependency) Priority: Medium Assignee: Unassigned Days Blocked: 8 3. WEB-156 – "Dashboard performance optimization" Blocked by: API-234 (needs stable rate-limit API) Priority: Medium Assignee: John Lee Days Blocked: 5 BLOCKED DURATION DISTRIBUTION Blocked 1-5 days: 8 tickets (new, resolvable) Blocked 6-14 days: 12 tickets (investigation phase) Blocked 15+ days: 7 tickets (stalled, needs escalation) ACTION ITEMS Immediate: Escalate 7 long-stalled tickets to team leads This week: Schedule sync on AUTH-487 IdP decision Next week: Unblock API-234 once AUTH-487 settles SAVED FILTER: Open Blocked Tickets by Duration (reuse anytime) JQL: label = Blocked AND status != Done ORDER BY created DESC
About this skill
name: atlassian-mcp description: Use when Integrates with Atlassian products to manage project tracking and documentation via MCP protocol.
Atlassian Mcp
Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.
What you get
- Public GitHub repo
- the skills/atlassian-mcp folder with SKILL.md and references.
Customize your output
- Fork the repo and extend the skill's reference files for your own stack conventions.
Example output
Activates on a matching request (e.g. building or reviewing Atlassian Mcp code) and can chain with other skills in the pack.
Best for
Full-stack developers and engineering teams using Claude Code.
SKILL.md preview
---
name: atlassian-mcp
description: Use this skill when the user needs to query or update Jira issues, manage sprints and backlogs, search or edit Confluence pages, or set up and debug an Atlassian MCP server integration.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Atlassian Mcp
Integrates with Jira and Confluence through the MCP protocol to query issues, manage sprints, search and edit documentation, and troubleshoot the integration itself.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.