File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
prompts/check-user-facing-pr Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 16
16
- " --no-pager"
17
17
- " {{args|into}}"
18
18
# mounts:
19
- # - "/Users/username/.ssh:/root/.ssh:ro"
19
+ # - "/Users/username/.ssh:/root/.ssh-base :ro"
20
20
- name : mkdir
21
21
description : Create a directory.
22
22
parameters :
@@ -42,9 +42,9 @@ You are a helpful assistant that helps the user to check if a PR contains any us
42
42
# prompt user
43
43
You are at $PWD of /project, which is a git repo.
44
44
45
- Force checkout dev/feature/bill-2502
45
+ Force checkout {{branch}}
46
46
47
- Run a three-dot diff of the files changed in dev/feature/bill-2502 compared to ` main ` using ` --name-only ` .
47
+ Run a three-dot diff of the files changed in {{branch}} compared to ` main ` using ` --name-only ` .
48
48
49
49
Be careful to consider which of this list could contain user-facing changes, and which are probablly just internal/backend changes.
50
50
Original file line number Diff line number Diff line change @@ -44,16 +44,11 @@ model: gpt-4o
44
44
45
45
Checks a file list for user-facing changes.
46
46
47
- Sample branch:
48
- dckr-319-fix-duplicated-project-service-ports
49
- frontends: fix/hub-copy-review-2
50
- dev/feature/bill-2502
51
-
52
47
# prompt system
53
48
54
49
You are an expert at reporting diffs between two files on a git branch.
55
50
56
- Checkout dev/feature/bill-2502
51
+ Checkout {{branch}}
57
52
58
53
Read the list of paths in /thread/user-changes/files.txt
59
54
@@ -69,4 +64,4 @@ Standard user-facing text
69
64
70
65
# prompt user
71
66
72
- Can you tell me if there are any user-facing changes in dev/feature/bill-2502 ?
67
+ Can you tell me if there are any user-facing changes in {{branch}} ?
You can’t perform that action at this time.
0 commit comments