Add default Claude action

This commit is contained in:
Jazz Turner-Baggs 2025-07-24 17:00:30 -07:00 committed by GitHub
parent 79c1e7ae55
commit 51fc6cecaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

19
.github/workflows/claude-code.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Claude Code Review
on:
issue_comment:
types: [created]
pull_request:
types: [opened, synchronize]
jobs:
claude:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
experimental_allowed_domains: |
.github.com
.githubusercontent.com

3
CLAUDE.md Normal file
View File

@ -0,0 +1,3 @@
# CLAUDE.md
Please review code for clarity, maintainability, and correctness. Suggest improvements without rewriting unless necessary.
Avoid nitpicks unless they impact understanding.