Skip to content

Commit 7a69130

Browse files
Add reusable cleanup prompt
1 parent a4b9ce2 commit 7a69130

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/prompts/cleanup.prompt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Cleanup code:
2+
- Removing unnecessary comments and ensuring the project file is concise. Retain XML doc comments.
3+
- Add comments for clarity where needed.
4+
- Ensure the code is formatted correctly and follows best practices. The following rules should also be applied:
5+
- Leave a newline before and after if. Do not use single line if and instead use opening and closing braces.
6+
- In general, leave a newline between code that is not directly related.

0 commit comments

Comments
 (0)