Skip to content

Commit 46f8f67

Browse files
committed
fix
1 parent e130c1c commit 46f8f67

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

dist/index.js

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41651,26 +41651,31 @@ Do not mention what's good on the code. Just focus on what's bad and how to impr
4165141651

4165241652
Analyze the following code changes and provide a detailed review in the following format. MAKE SURE TO ADHERE TO THIS FORMAT!
4165341653

41654-
### Overall score
41654+
For each category below, except for the overall score, rate the issue in terms of severity (low, medium, high).
41655+
41656+
Here's your text with added emojis:
41657+
41658+
---
41659+
41660+
### 🏆 Overall Score
4165541661
[Give a 1-5 star rating for this PR] and final comments
4165641662

41657-
### Potential Issues
41663+
### 🐞 Potential Issues
4165841664
[List any bugs, vulnerabilities, or critical issues]
4165941665

41660-
### Improvements Suggested
41666+
### 💡 Improvements Suggested
4166141667
[List specific code improvements and refactoring suggestions]
4166241668

41663-
### Performance
41669+
### ⚡️ Performance
4166441670
[Discuss performance implications and optimization opportunities]
4166541671

41666-
### Security Concerns
41672+
### 🔐 Security Concerns
4166741673
[List security issues, if any]
4166841674

41669-
### Best Practices
41670-
[Suggest adherence to coding standards and best practices]
41671-
41675+
### 📏 Best Practices
41676+
[Suggest adherence to coding standards and best practices]
4167241677

41673-
Please be specific and provide actionable feedback.`;
41678+
Please be specific and provide actionable feedback. No generic BS advice.`;
4167441679

4167541680
const prompt = customPrompt || defaultPrompt;
4167641681
const fullPrompt = `${prompt}\n\nHere's the diff:\n${diff}\n\nProvide your analysis in the specified format.`;

0 commit comments

Comments
 (0)