Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test-ai-inference-github-models.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/test-claude-add-issue-comment.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/test-claude-add-issue-labels.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/test-claude-command.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/test-claude-create-issue.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
---
on:
pull_request:
types: [opened, synchronize, reopened]
command:
name: test-claude-create-pull-request-review-comment
reaction: eyes

engine:
id: claude

if: contains(github.event.pull_request.title, 'prr')

safe-outputs:
create-pull-request-review-comment:
max: 3
---

Analyze the pull request and create a few targeted review comments on the code changes.
Analyze the pull request #${github.event.pull_request.number} and create a few targeted review comments on the code changes.

Create 2-3 review comments focusing on:
You MUST create 2 review comments focusing on:
1. Code quality and best practices
2. Potential security issues or improvements
3. Performance optimizations or concerns
Expand Down
Loading