|
|
|
@ -187,6 +187,13 @@ jobs: |
|
|
|
} |
|
|
|
} |
|
|
|
}' > ~/.claude/settings.json |
|
|
|
}' > ~/.claude/settings.json |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Verify agent file exists |
|
|
|
|
|
|
|
if [ -f "$MARKETPLACE_DIR/plugins/bitwarden-code-review/.claude-plugin/plugin.json" ]; then |
|
|
|
|
|
|
|
echo "✅ Plugin metadata found:" |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
echo "⚠️ Warning: Plugin metadata not found at expected location" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
echo "✅ Claude Code configured with local marketplace" |
|
|
|
echo "✅ Claude Code configured with local marketplace" |
|
|
|
|
|
|
|
|
|
|
|
- name: Review with Claude Code |
|
|
|
- name: Review with Claude Code |
|
|
|
@ -197,6 +204,7 @@ jobs: |
|
|
|
track_progress: true |
|
|
|
track_progress: true |
|
|
|
use_sticky_comment: true |
|
|
|
use_sticky_comment: true |
|
|
|
prompt: | |
|
|
|
prompt: | |
|
|
|
Use @agent-bitwarden-code-review:bitwarden-code-reviewer to review the currently checked out pull request changes. |
|
|
|
Use bitwarden-code-reviewer agent to review the currently checked out pull request changes. |
|
|
|
claude_args: | |
|
|
|
claude_args: | |
|
|
|
|
|
|
|
--verbose |
|
|
|
--allowedTools "mcp__github_comment__update_claude_comment,mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*)" |
|
|
|
--allowedTools "mcp__github_comment__update_claude_comment,mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*)" |
|
|
|
|