Senior Code Review
Provides senior-level code review with architectural feedback
Conduct a code review as a senior developer.
Code:
```{language}
{code}
```
Analyze by criteria:
1. **Bugs and errors** — logic errors, edge cases
2. **Security** — injections, data leaks, XSS
3. **Performance** — Big O notation, unnecessary operations, memory leaks
4. **Readability** — naming, structure, comments
5. **Best practices** — patterns, SOLID, DRY
For each issue:
- Line/block of code
- Problem description
- Suggested fix with code example
At the end: overall score from 1 to 10 and top 3 priority fixes.
0 copies
Variables
Replace these variables with your own values before using:
{язык}{код}
Prompt info
💻
Category
Programming
AI model
Any model
Application
Проверка кода перед мержем, обучение, улучшение качества
код-ревьюбагирефакторингбезопасность
Similar prompts
SQL Query Builder
Builds SQL queries from natural language descriptions
Output: Complete, optimized SQL query with explanation. Context: {{DATABASE_TYPE...
💻 ProgrammingAny model
0 copies
Unit Test Generator
Creates comprehensive unit tests with edge case coverage
Write unit tests for the following code. Language: {language} Test framework: {...
💻 ProgrammingAny model
0 copies
Regex Pattern Creator
Creates regular expressions with detailed part-by-part explanations
Output: Complete regex pattern with test cases. Context: {{LANGUAGE}} regex, use...
💻 ProgrammingAny model
0 copies