confluence-automation
Confluenceドキュメントワークフローの自動化
Confluenceドキュメントの手動管理は時間がかかり、エラーが発生しやすいです。このスキルにより、Rube MCPプラットフォームを使用してAIアシスタントを通じてページの作成、更新、構成を自動化できます。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "confluence-automation". Create a page titled 'Meeting Notes - January 2026' in the TEAM space
Résultat attendu:
Successfully created page 'Meeting Notes - January 2026' in space TEAM (ID: 12345). Page is available at https://your-domain.atlassian.net/wiki/spaces/TEAM/pages/12345/Meeting+Notes+January+2026
Utilisation de "confluence-automation". Find all pages labeled 'quarterly-review' and list their titles
Résultat attendu:
Found 4 pages with label 'quarterly-review': 1) Q4 Planning Overview, 2) Q4 Budget Summary, 3) Q4 Retrospective Notes, 4) Q4 Goals Achievement
Audit de sécurité
SûrAll static analysis findings are false positives. The scanned file (SKILL.md) is markdown documentation, not executable code. Backticks detected are markdown formatting syntax for inline code references, not shell command execution. The hardcoded URL is the official Rube MCP endpoint documentation. No actual security vulnerabilities exist.
Score de qualité
Ce que vous pouvez construire
技術文書チーム
複数のConfluenceスペースでAPIドキュメント、リリースノート、ベースナレッジ記事を自動的に作成・保守
プロジェクト管理ワークフロー
会議メモページの自動作成、ステータスダッシュボードの更新、関連ラベルでのコンテンツタグ付けにより、プロジェクトスペースを整理
コンテンツ移行と監査
スペース全体の既存コンテンツを検索・監査し、古いページを特定。新しいテンプレートやブランディングで一括更新
Essayez ces prompts
Create a new Confluence page titled 'API Integration Guide' in the DOCS space with a parent page 'Developer Resources'. Include sections for prerequisites, setup steps, and code examples.
Search for all pages in the PROJECT space containing 'Q4 roadmap' in the title. For each result, add a label 'quarterly-review' and update the last modified section with today's date.
Create a documentation structure with a parent page 'Product Documentation' and child pages for each module: 'Authentication', 'API Reference', 'Webhooks', and 'SDKs'. Each child should include a standard template with overview, usage, and examples sections.
Search for all pages in the KNOWLEDGE space that haven't been modified in the last 90 days using CQL. List each page with its last modified date and current labels, then create a summary page titled 'Content Audit Report' with the findings.
Bonnes pratiques
- ワークフローを実行する前に必ずRUBE_SEARCH_TOOLSを呼び出して現在のツールスキーマを取得する
- バージョン競合を避けるため、更新直前にGET_PAGE_BY_IDで現在ページバージョンを取得する
- クライアントサイドフィルタリングではなく、複数の条件を持つ複雑なクエリにはCQL_SEARCHを使用する
Éviter
- SEARCH_CONTENTを使用して重複を確認せずにページを作成しない
- ページコンテンツにMarkdown形式を使用しない;ConfluenceはXHTMLストレージ形式が必要
- レート制限とバックオフ要件を遵守せず、連続して高速にAPI呼び出しを行わない