ci: add Claude Code PR reviewer (comment-only)#14
Closed
Mlaz-code wants to merge 1 commit into
Closed
Conversation
Adds .github/workflows/claude-review.yml + REVIEW.md. Auto-reviews PRs via anthropics/claude-code-action@v1 using the CLAUDE_CODE_OAUTH_TOKEN secret. Comment-only (inline + summary), non-blocking; skips drafts/forks/dependabot and the skip-claude-review label. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing — we're not running the Claude Code reviewer on the Sharp-API org repos. They build on GitHub-hosted runners that CCM can't push credentials to, and we decided against standing up self-hosted runners for this org. The reviewer stays on the 3 backend repos (api-adapters, sharp-api-go, sharpapi-site). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an automated Claude Code PR reviewer.
What:
.github/workflows/claude-review.yml+REVIEW.md. On every PR it runsanthropics/claude-code-action@v1and posts inline comments (severity-tagged) plus a summary comment. Comment-only / non-blocking.Guards: skips drafts, fork PRs (no secret access), dependabot, and the
skip-claude-reviewlabel. One run per PR (concurrency, cancel-in-progress). Coexists with existing CI + the Paperclip Reviewer gate.Prereq: a
CLAUDE_CODE_OAUTH_TOKENsecret (fromclaude setup-token) must be added to the org/repo — until then this job fails at the auth step (harmless, non-blocking).Runner: ubuntu-latest. Model: claude-sonnet-4-6. May run tsc/eslint to verify.
Type: ci
🤖 Generated with Claude Code