💻 CodingAdvanced🔧 Claude

Professional Code Review

Reviews your code and reports bugs, security risks, and improvement suggestions

prompt.txt
Review the following code and give me a detailed report covering:

1. Logical errors or potential bugs
2. Security issues, if any
3. Performance issues, if any
4. Suggestions to improve readability
5. An improved version of the code with comments explaining each change

Code:
[paste code here]

Context: [e.g. this is an API endpoint, a function handling payments, etc.]

A second pair of eyes on your code before you push or merge — especially useful if you work solo without a review team.

When to use it

  • Before opening a pull request on a team project
  • When you suspect a security issue in sensitive code (payments, auth)
  • To learn best practices in a specific programming language