atlassian-skills

Automate Jira, Confluence, and Bitbucket task management via Atlassian Cloud APIs.

41|11|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/cilangzzz/software-dev-ai-workflow --skill atlassian-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian-skills
Source: https://github.com/cilangzzz/software-dev-ai-workflow/tree/main/0.0-%E9%80%9A%E7%94%A8skill/tool-Atlassian/atlassian-skills/atlassian-skills
Command: npx skills add https://github.com/cilangzzz/software-dev-ai-workflow --skill atlassian-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Jira, Confluence, and Bitbucket tasks, providing a unified interface to streamline project workflows.

Core Features & Use Cases

  • Jira Issue Management: Create, update, and search Jira issues with ease.
  • Confluence Page Management: Create, update, and search Confluence pages for documentation and knowledge sharing.
  • Bitbucket Pull Requests: Create, manage, and merge pull requests for code collaboration.
  • Use Case: A project manager can use this Skill to automatically create Jira tasks and Confluence pages based on project milestones, manage pull requests from Bitbucket, and generate comprehensive reports across all tools.

Quick Start

Create a new Jira issue using the atlassian-skills skill with the following command: atlassian-skills create_issue project_key="PROJ" summary="New task" issue_type="Task" description="Description here" priority="High"

Frequently Asked Questions about atlassian-skills

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

FAQPage Schema
How do I automate Jira issue management for project workflows?

Creating Confluence pages programmatically involves sending API requests to update and search documentation. You need the requests library to handle interactions and python-dotenv to manage your Atlassian Cloud or Data Center authentication credentials.

Can I manage Bitbucket pull requests using the Atlassian API?

Yes, this approach supports both Atlassian Cloud and Data Center deployments. You can interact with Jira, Confluence, and Bitbucket across both environments by configuring your API endpoints and authentication credentials properly.

Do I need python-dotenv to integrate with Atlassian tools?

Yes, python-dotenv is required to securely load authentication credentials into environment variables. The requests library is also necessary to execute the API calls for managing Jira issues, Confluence pages, and Bitbucket pull requests.

What is the best way to transition Jira issues automatically?

The best way to transition Jira issues automatically is by triggering API requests based on project milestones. You can update issue statuses directly by sending authenticated requests to your Atlassian Cloud or Data Center instance.