| **General** | Does the code work as intended for the feature being reviewed? | Mostly: recipe creation, editing, deletion work, but AI generation has parsing bugs |
| **General** | Is the code easy to read and understand? | Mostly yes, but some confusing variable names |
| **General** | Does the code follow team coding conventions? | Yes for React, inconsistent elsewhere |
| **General** | Any repeated logic that should be moved to shared utilities? | Yes - image parsing, validation, allergen detection |
| **General** | Is the component or function modular? | Mostly yes |
| **General** | Any unnecessary global variables or shared state? | No |
| **General** | Any commented-out code that should be removed? | Yes, should be removed |