Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/claude-code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Claude Code Review

on:
issue_comment:
types: [created]
pull_request:
types: [opened, synchronize]

permissions:
contents: read
id-token: write

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 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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.