plugins/jira-orchestrator/skills/confluence/SKILL.md
This skill should be used when the user asks to "create a Confluence page", "write documentation", "write a TDD", "create an ADR", "write a runbook", or "publish to Confluence" — authoring and linking technical documentation in Confluence from Jira work.
npx skillsauth add markus41/claude Confluence Documentation PatternsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create, manage, and organize technical documentation in Confluence with Jira integration.
Basic Syntax: field operator value
Common Fields:
title, text, label, space, type, creator, lastModified, ancestorOperators: =, !=, ~ (contains), >, <, >=, <=, IN, AND, OR, NOT
Essential Patterns:
label = "tdd" AND space = "ENG" ORDER BY lastModified DESC
lastModified >= now("-1w") AND space = "ENG"
title ~ "API" AND label = "authentication"
label = "adr" AND text ~ "Status: Approved"
label = "runbook" AND label = "production" AND space = "OPS"
label = "draft" AND creator = currentUser()
Linking Documentation to Issues:
[TDD - Feature](confluence-url) in Jira/Confluence descriptions{jira:PROJ-123} displays issue card with status, assignee, summaryEmbedding Jira Data:
{jira:PROJ-123|columns=key,summary,status,assignee}{jira:jql=project=PROJ AND status="In Progress"|columns=key,summary}{jiraissues:project=PROJ AND type=Bug|count}{jira-chart:type=timeline|project=PROJ}Best Practices:
tools
Managing project and task state in .claude/projects/{id}/ with atomic writes and session continuity
tools
Deep research before task execution using 4-source protocol: codebase→Perplexity→Context7→Firecrawl
tools
Validating task completion against acceptance criteria with per-type automated checks
tools
Using and creating project templates for webapp, API, ML pipeline, mobile, and infrastructure projects