18 lines
388 B
Markdown
18 lines
388 B
Markdown
---
|
|
description: [YOUR_DESCRIPTION] (e.g., "Review code for best practices and potential issues")
|
|
---
|
|
|
|
# [YOUR_COMMAND_NAME]
|
|
|
|
[YOUR_PROMPT_INSTRUCTIONS]
|
|
|
|
Example:
|
|
Review the following code for:
|
|
- Code quality and readability
|
|
- Potential bugs or edge cases
|
|
- Performance considerations
|
|
- Security concerns
|
|
- Test coverage
|
|
|
|
Provide specific suggestions with code examples where applicable.
|