Skip to content

Commit 3f29dff

Browse files
shadowdevcodeclaude
andcommitted
fix(workflow): use direct prompt instead of slash command for Claude Code CLI
CLI -p flag does not resolve skills/slash commands — only the interactive REPL does. Pass a plain prompt instructing Claude to read and execute commands/assign-reviewers.md directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 44f4d81 commit 3f29dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3434
run: |
3535
claude --dangerously-skip-permissions \
36-
-p "/assign-reviewers ${{ github.event.pull_request.html_url }}"
36+
-p "Read commands/assign-reviewers.md and execute the full protocol for this PR: ${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)