AI ANG KATULONG MO AI is your helper.
template Coding

Code Review Request

Get a thoughtful review of your code — bugs, readability, and safety — before you ship it.

The template

Review the {{language}} code below like a helpful senior engineer.

Code:
"""
{{code}}
"""

I'm especially concerned about: {{concerns}}

Please cover:
1. Any bugs or edge cases that could break it
2. Readability and naming — what would you simplify?
3. Security or safety issues, if any
4. A corrected version if you'd change something

Explain your reasoning in plain English so I can learn from it.

Fill in these variables:

  • {{ language }}
  • {{ code }}
  • {{ concerns }}

How to use it

Paste your code into {{code}} and name the {{language}}. For {{concerns}}, be specific — 'is this safe with empty input?' beats 'is this good?'. See the Loop Engineering guide for building verification into your workflow.

Even if you’re vibecoding, a review pass catches the fragile spots AI tends to leave on the “unhappy path”. Ask it to critique its own code — models are surprisingly good at finding their own shortcuts.

#code-review #coding #quality #debugging