ci: add claude PR review workflow using differential-review skill#10654
Open
ziggie1984 wants to merge 1 commit intolightningnetwork:masterfrom
Open
ci: add claude PR review workflow using differential-review skill#10654ziggie1984 wants to merge 1 commit intolightningnetwork:masterfrom
ziggie1984 wants to merge 1 commit intolightningnetwork:masterfrom
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
e97a95f to
2c807c0
Compare
saubyk
reviewed
Mar 23, 2026
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| pull-requests: write |
Collaborator
There was a problem hiding this comment.
Clarification: Does Claude need 'write' permission to post review comments on the issue or pr?
saubyk
approved these changes
Mar 23, 2026
4c46aea to
883f5c6
Compare
Adds a dedicated claude-review.yml workflow that triggers on '@claude review' comments and runs the differential-review skill from lightninglabs/agent-skills. Uses the fix commit from anthropics/claude-code-action#963 to handle fork PRs correctly (refs/pull/N/head instead of fetching by branch name from origin). Also excludes '@claude review' from the general-purpose claude.yml to prevent both workflows from firing on the same comment. Includes a workflow_dispatch trigger for testing before merging.
883f5c6 to
86e3a2a
Compare
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.
Summary
claude-review.ymlworkflow triggered by@claude reviewcomments on PRsdifferential-reviewskill from lightninglabs/agent-skills, cloned at runtime@v1fails withfatal: couldn't find remote refon fork branches)@claude reviewfromclaude.ymlto prevent both workflows firing on the same commentworkflow_dispatchfor testing the workflow on this branch before mergingTest plan
@claude reviewon a fork PR and confirm it doesn't hit the branch fetch errorworkflow_dispatchblock before final merge