atlassian

star 11

USE FOR: Jira and Confluence via Atlassian Cloud when env vars are present/confirmed; safely verify access and report minimal evidence. DO NOT USE FOR: guessing credentials or exposing secrets.

i9wa4 By i9wa4 schedule Updated 6/12/2026

name: atlassian license: MIT description: | USE FOR: Jira and Confluence via Atlassian Cloud when env vars are present/confirmed; safely verify access and report minimal evidence. DO NOT USE FOR: guessing credentials or exposing secrets.

Atlassian

Use this skill when a task asks to use Jira or Confluence and the environment may already contain Atlassian credentials. Treat credentials as available only after confirming required variables are present.

Read Usage before authenticated Atlassian requests.

1. Required Env

  • ATLASSIAN_SITE: Atlassian Cloud site URL.
  • ATLASSIAN_EMAIL: account email for API token auth.
  • ATLASSIAN_API_TOKEN: Atlassian API token.
  • ATLASSIAN_CLOUD_ID: optional for Confluence APIs that require cloud id.

If ATLASSIAN_API_TOKEN is missing, follow API Token.

Check presence, not values. Use the reference command or an equivalent that prints only set or missing. Never print credential values, authorization headers, cookies, or shell traces.

2. Workflow

  • Confirm required env vars before access. Do not infer access from a URL.
  • Jira: use targeted REST calls for issues, searches, comments, transitions, or metadata; for access checks request minimal fields like summary,status.
  • Confluence: use targeted REST calls for pages, search, comments, or spaces; request only the body representation required by the task.
  • Prefer read-only checks first. For writes, confirm the exact issue or page and summarize the intended change before executing.

3. Reporting

State whether access is readable, blocked by auth, blocked by permissions, blocked by network, or not found. Include minimal evidence only, such as Jira issue key/title/status or Confluence page id/title/status plus HTTP result.

Install via CLI
npx skills add https://github.com/i9wa4/dotfiles --skill atlassian
Repository Details
star Stars 11
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator