Compétences confluence-automation
📦

confluence-automation

Sûr

Confluenceドキュメントワークフローの自動化

Confluenceドキュメントの手動管理は時間がかかり、エラーが発生しやすいです。このスキルにより、Rube MCPプラットフォームを使用してAIアシスタントを通じてページの作成、更新、構成を自動化できます。

Prend en charge: Claude Codex Code(CC)
🥉 74 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

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ûr
v1 • 2/24/2026

All 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.

1
Fichiers analysés
214
Lignes analysées
0
résultats
1
Total des audits
Aucun problème de sécurité trouvé
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
100
Sécurité
91
Conformité aux spécifications

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呼び出しを行わない

Foire aux questions

Rube MCPとは何ですか?またセットアップ方法は?
Rube MCPは、Confluenceのようなサードパーティツールへのアクセスを提供するModel Context Protocolサーバーです。AIクライアント設定でMCPサーバーとしてhttps://rube.app/mcpを追加してください。セットアップにAPIキーは必要ありません。
ページ更新がバージョンエラーで失敗するのはなぜですか?
Confluenceでは更新時のversion.numberが現在のバージョンより正確に1だけ高くする必要があります。更新直前に常にGET_PAGE_BY_IDを呼び出して現在バージョンを取得してください。
ページコンテンツはどのような形式ですか?
ConfluenceはMarkdownではなくストレージ形式(XHTML)を使用します。コンテンツはp、h1-h6、strong、em、ul、ol、liなどの適切なXHTMLタグでラップする必要があります。
操作に正しいスペースIDを見つける方法は?
CONFLUENCE_GET_SPACESを使用してスペースを一覧表示し、数値IDを見つけます。一部の操作はスペースキー(例:'DOCS')を直接受け入れますが、他の操作では数値IDが必要です。
一度に複数のスペースを検索できますか?
はい、スペースフィルタなしでCONFLUENCE_CQL_SEARCHを使用してグローバル検索するか、特定のspaceKeyパラメータでCONFLUENCE_SEARCH_CONTENTを使用して結果を制限できます。
APIレートLimitを超えるとどうなりますか?
Confluenceはレート制限を超えるとHTTP 429エラーを返します。ジッターを含む指数バックオフを実装し、、約1秒あたり2リクエストにスロットルしてください。

Détails du développeur

Structure de fichiers

📄 SKILL.md