Atlassian Jira & Confluence Skill
Startup Checklist
- Load config — Read
references/config.jsonforcloudId,jiraProjectKey,confluenceSpaceId. Never callgetAccessibleAtlassianResources. - First-time setup? — If config values are missing/placeholder, read
references/setup.mdand guide the user through setup before proceeding. - Identify the task — Match the request to a Feature below and load its reference.
Confirmation Protocol
Before any write/create/update/delete MCP call:
- Show a preview of what will be sent
- Ask: "Does this look correct? Reply yes to proceed, or tell me what to change."
- Wait for explicit approval before calling the tool
Read-only operations (search, fetch, list transitions) — execute immediately, no confirmation needed.
For the full preview format per action type, see
references/confirmation-protocol.md.
Features
| Feature | Trigger phrases | Reference |
|---|---|---|
| Confluence Log Source FAQ | "log source FAQ", "document a log source issue", "how to integrate X" | references/confluence-log-source-faq.md |
| Jira Operations | create/search/update tickets, add comments, transition status | references/jira-operations.md |
| Confluence Operations | create/update/search pages, read wiki content | references/confluence-operations.md |
Load only the reference relevant to the current task.
Extending this Skill
To add a new feature: add a reference file in references/, add any templates in assets/, then add a row to the Features table above.