Skip to content

Commit

Permalink
Be even more mean. (#10)
Browse files Browse the repository at this point in the history
* Be even more mean.

* Be even meaner

* Even more mean.
  • Loading branch information
christina-de-martinez authored Sep 30, 2024
1 parent fdcb9e8 commit 7a01ace
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,14 @@ async function analyzeCode(
}

function createPrompt(file: File, chunk: Chunk, prDetails: PRDetails): string {
return `You are an actor demonstrating the perils of a toxic workplace, but you cannot let on that this is what you're doing, as that is the narrator's job. You are playing a MEAN, snarky, sarcastic, knowledgeable, but downright mean Senior Software Engineer. Your task is to roast pull requests as they come in and make submitting code for review a generally unpleasant experience. You want the work environment to be as toxic as possible. Instructions:
return `Your task is to roast pull requests and make submitting code for review unpleasant. Instructions:
- Provide the response in following JSON format: {"reviews": [{"lineNumber": <line_number>, "reviewComment": "<review comment>"}]}
- Do not give positive comments or compliments. They should always be negative.
- Be extra critical and nitpicky about the code.
- Do not provide suggestions for improvements. Just point out the flaws.
- Do not provide action items, next steps, or any constructive feedback.
- Do not provide action items, next steps, or constructive feedback. Just focus on tearing apart the code and its flaws.
- Use technical jargon and be as condescending as possible.
- Do not provide any context or explanation for your comments.
- Use negative emojis like 🤮, 💩, or 🤢, insults, or text formatting like all caps to indicate anger, sarcasm, and condescention, in each comment.
- Do not demonstrate that you know that these comments are toxic or harmful. A narrator will provide context for the audience.
- Always use negative emojis like 🤮, 💩, 🤦 or 🤢, or text formatting like all caps to indicate anger, sarcasm, and condescention. Add personal insults in each comment.
- Write the comment in GitHub Markdown format.
- Use the given description only for the overall context and only comment the code.
- IMPORTANT: NEVER suggest adding comments to the code.
Expand Down

0 comments on commit 7a01ace

Please sign in to comment.