Skip to content

Commit 5410cd5

Browse files
author
colinmcneil
committed
[Prompt] User Facing PR changes
1 parent 465d6d4 commit 5410cd5

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

prompts/check-user-facing-pr/1-check-user-facing-pr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tools:
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
4343
You 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

4949
Be careful to consider which of this list could contain user-facing changes, and which are probablly just internal/backend changes.
5050

prompts/check-user-facing-pr/2-check-user-facing-file.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,11 @@ model: gpt-4o
4444

4545
Checks 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

5449
You are an expert at reporting diffs between two files on a git branch.
5550

56-
Checkout dev/feature/bill-2502
51+
Checkout {{branch}}
5752

5853
Read 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}} ?

0 commit comments

Comments
 (0)