Coding Cursor v1.0 Template

AI Code Review Template

Description

A customizable template for requesting AI to review your code

Usage Instructions

Fill in the variables to customize this code review prompt for your specific programming language and project context.

code-review template development best-practices
By Company AI Team

Template Variables

This prompt is a template. Any words starting with '@' are fill-in-the-blanks style variables.
Your changes are applied as you type them, and are included when you copy the prompt.

Tip: Use the `Tab` key to jump to the next field, `Shift+Tab` to jump to the previous field.

Prompt Text

# Code Review Request

## Language and Framework
I'm working with @language and @framework.

## Code Context
This code is part of a @projectType project that @projectDescription.

## Review Focus
Please review the following code with special attention to:
1. @focusArea1
2. @focusArea2
3. Best practices for @language

## Code to Review:
```
@codeBlock
```

## Review Instructions
Please provide:
- Identify any bugs, errors, or potential issues
- Suggest improvements for readability and maintainability
- Highlight any security concerns
- Recommend optimizations if applicable
- @additionalInstruction

Thank you for your thorough review!