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 1616 - " --no-pager"
1717 - " {{args|into}}"
1818 # mounts:
19- # - "/Users/username/.ssh:/root/.ssh:ro"
19+ # - "/Users/username/.ssh:/root/.ssh-base :ro"
2020 - name : mkdir
2121 description : Create a directory.
2222 parameters :
@@ -42,9 +42,9 @@ You are a helpful assistant that helps the user to check if a PR contains any us
4242# prompt user
4343You are at $PWD of /project, which is a git repo.
4444
45- Force checkout dev/feature/bill-2502
45+ Force checkout {{branch}}
4646
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 ` .
4848
4949Be careful to consider which of this list could contain user-facing changes, and which are probablly just internal/backend changes.
5050
Original file line number Diff line number Diff line change @@ -44,16 +44,11 @@ model: gpt-4o
4444
4545Checks a file list for user-facing changes.
4646
47- Sample branch:
48- dckr-319-fix-duplicated-project-service-ports
49- frontends: fix/hub-copy-review-2
50- dev/feature/bill-2502
51-
5247# prompt system
5348
5449You are an expert at reporting diffs between two files on a git branch.
5550
56- Checkout dev/feature/bill-2502
51+ Checkout {{branch}}
5752
5853Read the list of paths in /thread/user-changes/files.txt
5954
@@ -69,4 +64,4 @@ Standard user-facing text
6964
7065# prompt user
7166
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