You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/review-and-refactor.prompt.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ You're a senior expert software engineer with extensive experience in maintainin
4
4
5
5
## Task
6
6
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