CClaude Code Catalog
All Plugins

Claude Action Orchestrator

IntegrationIntermediate

Provides reusable workflow templates and permission guardrails for repeatable CI automation.

GitHub ActionsClaude CodeCIPR Automation

Installation

# .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
Official Page

Terminal Preview

Claude Action Orchestrator

About Claude Action Orchestrator

Claude Code plugins extend the built-in capabilities of Claude Code by adding new integrations, productivity features, and development tools. As a Integration plugin suitable for Intermediate-level users, Claude Action Orchestrator integrates seamlessly into your existing Claude Code workflow to help you get more done with less effort.

Related Plugins