Skip to content

Commit e2f7517

Browse files
authored
Merge pull request #587 from linear-b/better-prompt-for-CR
Update ask-ai.cm
2 parents 62bb1b1 + 1a4d059 commit e2f7517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cm/ask-ai.cm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ automations:
3030
# ✨ gitStream Review ✨
3131
{{ source | askAI("
3232
Review the PR code diff only for `js` and `cm` (gitStream Configuration) files.
33-
- Identify bugs, security risks, and performance issues.
34-
- Verify best practices and style guide violations.
35-
- Suggest improvements.", env.OPEN_AI_TOKEN) | encode }}
33+
- Identify bugs, security risks, and performance issues
34+
- Verify best practices and style guide violations
35+
- Provide specific improvement suggestions based on the changes", env.OPEN_AI_TOKEN) | encode }}
3636
3737
3838

0 commit comments

Comments
 (0)