with one click
confluence
Search and read Atlassian Confluence content.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search and read Atlassian Confluence content.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Enforces staged execution discipline on large tasks: a written stage plan, parallel delegation where the runtime supports it, a failable verification check at each stage, and a skeptical self-review before delivery. Trigger when the user explicitly asks ("do this thoroughly", "be systematic", "deep work mode") OR when the task objectively spans multiple files, multiple sources, or multiple sessions. Do NOT trigger on ordinary multi-step requests that a direct attempt handles fine. For a run pinned to a specific model, use fable-sonnet or fable-haiku instead.
Structured brainstorming when the user asks to explore options, compare approaches, or solve an ambiguous product, prompt, architecture, workflow, or design problem. Generates diverse options, clusters ideas, scores tradeoffs, and converges without generic ideation bloat. Avoid for straightforward implementation/debugging tasks.
Design lightweight evaluations for prompts, skills, agents, and workflow changes: before/after test prompts, success criteria, negative cases, edge cases, regression risks, and manual or scripted eval plans.
Review, debug, and improve user-provided or repo-visible prompts and agent instructions: AGENTS.md, skills, custom instructions, model configs, and prompt libraries. Optimizes for contradiction removal, trigger quality, context bloat reduction, eval ideas, and minimal high-leverage edits.
Interact with GitLab using `glab` CLI.
Access to Atlassian Jira with `jira` CLI.
Based on SOC occupation classification
| name | confluence |
| description | Search and read Atlassian Confluence content. |
Search and read Atlassian Confluence content.
# Search for pages containing a query
confluence search "project documentation"
# Find a page by title, for example extracted from a URL: https://confluence/pages/viewpage.action?title=Home+Adapter+Service
confluence find "Project Plan"
# Read a Confluence page in text format by id
confluence read 12345
# Get information about a specific page by id
confluence info 12345
confluence --help
confluence search --help