You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add claude PR review workflow using differential-review skill
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.
0 commit comments