atlassian-readonly-skills

Access Jira, Confluence, and Bitbucket data through read-only operations.

41|11|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/cilangzzz/software-dev-ai-workflow --skill atlassian-readonly-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian-readonly-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-readonly-skills
Command: npx skills add https://github.com/cilangzzz/software-dev-ai-workflow --skill atlassian-readonly-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 allows users to easily access and retrieve data from Jira, Confluence, and Bitbucket without making any changes or updates to the data. It is ideal for users who need to perform read-only operations like searching, viewing issues, or retrieving information.

Core Features & Use Cases

  • Read-only Access: Provides access to Jira issues, Confluence pages, and Bitbucket repositories for viewing purposes only.
  • Jira Integration: Allows searching for issues, getting issue details, viewing workflows, and retrieving user information.
  • Confluence Integration: Enables searching for pages, retrieving page details, and viewing comments and labels.
  • Bitbucket Integration: Provides access to project and repository information, including pull requests and commit history.

Quick Start

Run the 'jira_search' script with the 'jql' parameter to search for issues in a Jira project.

Frequently Asked Questions about atlassian-readonly-skills

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

FAQPage Schema
How do I search for Jira issues using JQL without modifying any project data?

You can search Jira issues read-only by running the jira_search script with a jql parameter. This retrieves issue details, workflows, and user information using API tokens and Python requests without updating data.

Can I retrieve Confluence pages and comments using a Python script?

Yes, you can retrieve Confluence pages read-only using Python requests and API tokens. The Skill enables searching for pages, retrieving page details, and viewing comments and labels without modifying content.

How do I access Bitbucket pull requests and commit history via API?

Access Bitbucket pull requests and commit history via API by using Python requests and API tokens. The Skill provides read-only access to project and repository information, including pull requests and commit history.

Do I need API tokens to retrieve data from Atlassian products like Jira and Confluence?

Yes, you need appropriate API tokens for each Atlassian product. The Skill uses Python libraries like requests and python-dotenv to handle authentication and API communication for read-only data access.

What are the limitations of read-only access to Atlassian products?

The limitation is that you cannot make changes or updates to data in Jira, Confluence, or Bitbucket. The Skill is restricted to viewing and retrieving information, preventing any modifications to issues, pages, or repositories.