Blacklane's GitHub Repository
This repo provides org-wide GitHub Actions workflow templates. Developers can add them to any repo via Actions > New workflow in the GitHub UI.
Automated PR review powered by Claude. Auto-labels large PRs (>500 additions or deletions) with claude-review, dismisses outdated bot comments, and provides inline code feedback on quality, bugs, security, and architecture.
The template is a thin wrapper that calls the reusable workflow from claude-code-examples. Review logic is maintained centrally and updates propagate automatically.
Configurable inputs (via the wrapper):
pr_size_threshold— lines of additions/deletions to trigger auto-labeling (default: 500)max_turns— max Claude turns per review (default: 30)review_prompt_extra— repo-specific instructions appended to the review prompt
Responds to @claude mentions in PR comments, review comments, and issues. Also calls the reusable workflow from claude-code-examples.
Repos using these templates need the ANTHROPIC_API_KEY secret configured. This can be set at the org level (Organization Settings > Secrets and variables > Actions) to avoid per-repo configuration.