Claude Action Orchestrator
連携中級
再利用可能なワークフローと権限制御で、安全なCI自動化を実現します。
GitHub ActionsClaude CodeCIPR自動化
インストール
# .github/workflows/claude-orchestrator.yml
name: Claude Orchestrator
on:
pull_request:
types: [opened, synchronize]
issues:
types: [opened, labeled]
jobs:
orchestrate:
runs-on: ubuntu-latest
steps:
- uses: anthropics/claude-code-action@v1
with:
prompt: "Review this PR for security and performance issues"
allowed_tools: "Read,Grep,Glob"
max_turns: 10
実行プレビュー
Claude Action Orchestrator
Claude Action Orchestratorについて
Claude Codeプラグインは、新しい連携機能、生産性ツール、開発ツールを追加して、Claude Codeの基本機能を拡張します。連携カテゴリの中級レベルプラグインであるClaude Action Orchestratorは、既存のClaude Codeワークフローにシームレスに統合され、より少ない労力でより多くの作業を行えるようにします。