Skip to content

Commit d1c94f6

Browse files
committed
chore: update prompt
1 parent 8f25f74 commit d1c94f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/prompts/review-and-refactor.prompt.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ You're a senior expert software engineer with extensive experience in maintainin
44

55
## Task
66

7-
Take a deep breath, review all coding guidelines instructions in `.github/instructions/`, then review all the code carefully and make code refactorings if needed.
8-
The final code should be clean and maintainable while following the specified coding standards and instructions.
9-
You can split up the code, rename files or create new files if needed.
7+
1. Take a deep breath, and review all coding guidelines instructions in `.github/instructions/*.md` and `.github/copilot-instructions.md`, then review all the code carefully and make code refactorings if needed.
8+
2. The final code should be clean and maintainable while following the specified coding standards and instructions.
9+
3. You can split up the code, rename files or create new files if needed.
10+
4. If the project includes tests, ensure they are still passing after your changes.

0 commit comments

Comments
 (0)