File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
prompts/check-user-facing-pr Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- functions :
2
+ tools :
3
3
- name : one-review-pr
4
4
type : prompt
5
+ description : Review a PR for user-facing changes.
5
6
parameters :
6
7
type : object
7
8
properties :
@@ -10,12 +11,13 @@ functions:
10
11
description : the branch to check
11
12
ref : " github:docker/labs-ai-tools-for-devs?path=prompts/check-user-facing-pr/1-check-user-facing-pr.md&ref=main"
12
13
- name : two-review-files
14
+ description : Review a list of files for user-facing changes.
13
15
type : prompt
14
16
parameters :
15
17
type : object
16
18
properties :
17
- files :
18
- type : array
19
+ branch :
20
+ type : string
19
21
description : the files to check
20
22
ref : " github:docker/labs-ai-tools-for-devs?path=prompts/check-user-facing-pr/2-check-user-facing-file.md&ref=main"
21
23
---
You can’t perform that action at this time.
0 commit comments