Claude Code CommandAutomation40 installs

Act

Execute GitHub Actions locally using act

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="automation/act" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Act - GitHub Actions Local Execution

Execute GitHub Actions workflows locally using act: $ARGUMENTS

Current Workflows

  • Available workflows: !find .github/workflows -name ".yml" -o -name ".yaml" | head -10
  • Act configuration: @.actrc (if exists)
  • Docker status: !docker --version

Task

Execute GitHub Actions workflow locally:

  • Setup Verification
- Ensure act is installed: act --version

- Verify Docker is running

- Check available workflows in .github/workflows/

  • Workflow Selection
- If workflow specified: Run specific workflow $ARGUMENTS

- If no workflow: List all available workflows

- Check workflow triggers and events

  • Local Execution
- Run workflow with appropriate flags

- Use secrets from .env or .secrets

- Handle platform-specific runners

- Monitor execution and logs

  • Debugging Support
- Use --verbose for detailed output

- Use --dry-run for testing

- Use --list to show available actions

Example Commands

# List all workflows
act --list

# Run specific workflow
act workflow_dispatch -W .github/workflows/$ARGUMENTS.yml

# Run with secrets
act --secret-file .env

# Debug mode
act --verbose --dry-run
Type
Command
Category
Automation
Installs
40
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.