Skip to main content

Claude Code Integration

Simili Bot integrates with Claude Code to provide automated coding tasks triggered by GitHub labels.

Configuration

Add the claude_code block to your simili.yaml:

Available Workflows

Automated Implementation (issue_implement)

When the trigger_label is added to an issue, Simili Bot triggers a Claude Code session to:
  1. Analyze the issue description.
  2. Search the codebase for relevant context.
  3. Implement the fix or feature.
  4. Create a pull request.

Documentation Sync (doc_sync)

Automatically updates documentation when relevant code changes.
  • watch_paths: Glob patterns of code files to monitor.
  • doc_paths: Glob patterns of documentation files to update.

Security Review (security_review)

Triggered by a label on Pull Requests. Performs a security-focused audit of the changes.

Review Checklist (review_checklist)

Automatically generates a checklist for PR reviewers based on the changes made.

Environment Setup

Ensure your GitHub Action runner has:
  1. claude CLI installed.
  2. ANTHROPIC_API_KEY set in secrets.