Skip to content

Commit 976c248

Browse files
authored
Merge pull request #14 from captainbraddles/CaptainBraddles-Prompts
CaptainBraddles prompts
2 parents 5932eba + 4cff352 commit 976c248

3 files changed

Lines changed: 26 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Prompt for removing all logging statements from a script.
2+
3+
PURPOSE
4+
This prompt would assist developers who use logging statements to troubleshoot issues but forget to remove them from scripts before moving to production.
5+
6+
PROMPT
7+
Review the JavaScript code in <INSERT RECORD HERE> and remove all logging statements that use the gs.log, gs.info, gs.debug, gs.logError and gs.logWarning functions.
8+
Provide the updated script back to me, identifying where logging statements have been removed.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Prompt for summarising my assigned stories for a stand-up meeting.
2+
3+
PURPOSE
4+
As a developer, I have already added all the necessary comments to my stories. This prompt should summarise the current status of my assigned stories using the state and notes fields on the records in order to
5+
provide a summary that would be suitable to present in a stand-up.
6+
7+
PROMPT
8+
You will be presenting a summary of agile stories during a stand-up meeting with the team. Please summarise all of my assigned stories, utilising fields such as state, work notes and comments, focussing on anything
9+
that might be considered a blocker. Keep the response to something that can be presented in 2 to 3 minutes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Prompt to create a description for a catalog item.
2+
3+
PURPOSE
4+
As a developer, lanugage is not always our strongest skill. Often customers are also very vague when it comes to what they want in a description field for a catalog item. Using AI, generate a suitable description
5+
for a catalog item.
6+
7+
PROMPT
8+
You are creating a new catalog item/form with the main audience being non-technical end users. Please provide a customer centric, non-technical description for the catalog item/form whos purpose is the following:
9+
<INSERT DETAILED DESCRIPTION OF CATALOG ITEM/FORM HERE>

0 commit comments

Comments
 (0)