Skip to content

chore: add Claude auto review GitHub Actions workflow#5550

Open
enesozturk wants to merge 2 commits intomainfrom
chore/add-claude-auto-review-workflow
Open

chore: add Claude auto review GitHub Actions workflow#5550
enesozturk wants to merge 2 commits intomainfrom
chore/add-claude-auto-review-workflow

Conversation

@enesozturk
Copy link
Contributor

@enesozturk enesozturk commented Feb 18, 2026

Summary

Adds Claude Code auto review workflow that automatically reviews PRs when opened against main, and can also be triggered manually with @claude review comment on any PR.

Setup Required

  • Add ANTHROPIC_API_KEY secret to the repository (Settings → Secrets → Actions)

How it works

  • Auto: triggers on every PR opened targeting main
  • Manual: comment @claude review on any PR to trigger on-demand

🤖 Generated with Claude Code


Note

Medium Risk
Adds a new GitHub Actions workflow that runs on PRs/comments with elevated pull-requests/issues write permissions and uses the ANTHROPIC_API_KEY secret, so misconfiguration or action supply-chain issues could affect repo interactions.

Overview
Introduces a new GitHub Actions workflow (.github/workflows/claude-auto-review.yml) to automatically run Claude-based PR reviews when a PR is opened against main, or on-demand via an @claude review comment on a PR.

The job checks out the full git history, runs WalletConnect/actions/claude/auto-review pinned to a specific commit, sets concurrency to avoid duplicate runs, and grants write permissions to post review/issue comments using secrets.ANTHROPIC_API_KEY.

Written by Cursor Bugbot for commit f37df9b. This will update automatically on new commits. Configure here.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@changeset-bot
Copy link

changeset-bot bot commented Feb 18, 2026

⚠️ No Changeset found

Latest commit: f37df9b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
appkit-demo Ready Ready Preview, Comment Feb 27, 2026 5:37am
appkit-gallery Ready Ready Preview Feb 27, 2026 5:37am
appkit-headless-sample-app Ready Ready Preview, Comment Feb 27, 2026 5:37am
appkit-laboratory Ready Ready Preview Feb 27, 2026 5:37am
9 Skipped Deployments
Project Deployment Actions Updated (UTC)
appkit-basic-example Ignored Ignored Feb 27, 2026 5:37am
appkit-basic-sign-client-example Ignored Ignored Feb 27, 2026 5:37am
appkit-basic-up-example Ignored Ignored Feb 27, 2026 5:37am
appkit-ethers5-bera Ignored Ignored Feb 27, 2026 5:37am
appkit-nansen-demo Ignored Ignored Feb 27, 2026 5:37am
appkit-wagmi-cdn-example Ignored Ignored Feb 27, 2026 5:37am
ethereum-provider-wagmi-example Ignored Ignored Feb 27, 2026 5:37am
next-wagmi-solana-bitcoin-example Ignored Ignored Feb 27, 2026 5:37am
vue-wagmi-example Ignored Ignored Feb 27, 2026 5:37am

Request Review

@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

Visual Regression Test Results ✅ Passed

⚠️ 15 visual change(s) detected

Chromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=789
Storybook Preview: https://6493191bf4b10fed8ca7353f-jkewaaoetp.chromatic.com/

👉 Please review the visual changes in Chromatic and accept or reject them.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

Warnings
⚠️ Workflow file .github/workflows/claude-auto-review.yml has been modified

Generated by 🚫 dangerJS against f37df9b

@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

📦 Bundle Size Check

All bundles are within size limits

📊 View detailed bundle sizes

> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit


> size-limit

@reown/appkit - Main Entry
Size limit:   80 kB
Size:         75.62 kB with all dependencies, minified and gzipped
Loading time: 1.5 s    on slow 3G
Running time: 325 ms   on Snapdragon 410
Total time:   1.9 s
@reown/appkit/react
Size limit:   235 kB
Size:         233.83 kB with all dependencies, minified and gzipped
Loading time: 4.6 s     on slow 3G
Running time: 1.2 s     on Snapdragon 410
Total time:   5.8 s
@reown/appkit/vue
Size limit:   80 kB
Size:         75.62 kB with all dependencies, minified and gzipped
Loading time: 1.5 s    on slow 3G
Running time: 551 ms   on Snapdragon 410
Total time:   2.1 s
@reown/appkit-scaffold-ui
Size limit:   220 kB
Size:         213.72 kB with all dependencies, minified and gzipped
Loading time: 4.2 s     on slow 3G
Running time: 710 ms    on Snapdragon 410
Total time:   4.9 s
@reown/appkit-ui
Size limit:   500 kB
Size:         13.16 kB with all dependencies, minified and gzipped
Loading time: 258 ms   on slow 3G
Running time: 71 ms    on Snapdragon 410
Total time:   329 ms

@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.66% 39610 / 50355
🔵 Statements 78.66% 39610 / 50355
🔵 Functions 76.34% 4251 / 5568
🔵 Branches 86.7% 9630 / 11107
File CoverageNo changed files found.
Generated in workflow #16930 for commit f37df9b by the Vitest Coverage Report Action

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​safe-global/​safe-apps-provider@​0.18.61001009282100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant