Commit 6a5b635
feat: Add Claude Code automated PR review workflow (#1074)
* feat: add Claude Code automated PR review workflow
- Add GitHub Actions workflow for automated PR reviews using Claude Code
- Configure workflow to analyze code quality, security, performance, and testing
- Update CONTRIBUTING.md to document automated review process
- Workflow posts review comments and flags critical issues
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* refactor: simplify Claude Code review prompt and add changeset
- Streamline review prompt to bare minimum
- Add changeset for workflow addition
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* style: format files with prettier
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* refactor: simplify Claude Code workflow using official action
- Use anthropics/claude-code-action@beta instead of custom CLI setup
- Remove complex diff handling and comment posting logic
- Simplify to minimal configuration with direct prompt
- Reduce timeout to 10 minutes for faster feedback
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: use Claude API directly instead of GitHub App
- Replace anthropics/claude-code-action with direct API calls
- Use curl to call Claude API with existing ANTHROPIC_API_KEY secret
- Removes dependency on GitHub App installation
- Simpler implementation using Claude 3.5 Sonnet model
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* revert: back to official claude-code-action for GitHub App usage
- Revert to anthropics/claude-code-action@beta
- Requires Claude Code GitHub App installation at https://github.com/apps/claude
- Cleaner implementation using official action
- Maintains API key authentication
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0fb31ec commit 6a5b635
3 files changed
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
162 | 174 | | |
163 | 175 | | |
164 | 176 | | |
0 commit comments