ci: add Claude Code PR review and dependency-bump workflows#64
Merged
Conversation
Set up automated code review for the repo: - CLAUDE.md: repo context (Go RAID library, hexagonal architecture, vendor-CLI parsing, error/test conventions) plus Go coding standards. - .claude/skills/review-pr/SKILL.md: repo-specific /review-pr skill with review criteria tailored to this codebase. - .github/workflows/review.yml: code review for human PRs, and dependency-bump review for Dependabot and Scality Renovate (scality-renovate[bot]) PRs via pull_request_target. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
TeddyAndrieux
approved these changes
Jun 15, 2026
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.
What
Sets up automated Claude Code review for the repo:
CLAUDE.md— repo context (Go RAID library, hexagonal architecture, vendor-CLI output parsing,pkg/errors+ sentinel-error conventions, testify/mockery testing) plus Go coding standards..claude/skills/review-pr/SKILL.md— repo-specific/review-prskill with a review-criteria table tailored to this codebase (error wrapping, hexagonal boundaries, port-interface compliance, CLI output parsing, command-injection safety, byte/enum conversions, mockery regeneration)..github/workflows/review.yml— two jobs calling the reusable workflows fromscality/workflows@v2.8.3:review— code review for human PRs (pull_request), skipped for bot authors.review-dependency-bump— dependency review for Dependabot and Scality Renovate (scality-renovate[bot]) PRs, viapull_request_target.Required org config
For the workflows to run green, the repo needs access to:
GCP_WORKLOAD_IDENTITY_PROVIDER,GCP_SERVICE_ACCOUNT,ANTHROPIC_VERTEX_PROJECT_ID,CLOUD_ML_REGION,ACTIONS_APP_PRIVATE_KEYACTIONS_APP_IDNotes
review-dependency-bumpusespull_request_target(runs with base-repo secrets); theif:guards restrict it to dependency-bot PRs, and the called workflow is pinned to@v2.8.3.🤖 Generated with Claude Code