Claude Code Integration
Simili Bot integrates with Claude Code to provide automated coding tasks triggered by GitHub labels.Configuration
Add theclaude_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:
- Analyze the issue description.
- Search the codebase for relevant context.
- Implement the fix or feature.
- 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:claudeCLI installed.ANTHROPIC_API_KEYset in secrets.

