| name | code-review-checklist |
| description | Structured checklist for reviewing pull requests in the Menu repository — layer separation, Vogen coverage, Mapperly attributes, async conventions, and StyleCop compliance. |
| user-invokable | true |
| context | inline |
Code Review Checklist
Purpose
Use this skill when reviewing a pull request against the Menu repository. Work through each section in order and flag any item that fails.
1. Layer separation
The three model layers must never be mixed:
2. Vogen value objects
3. Mapperly mappings
4. Async conventions
5. Dependency injection
6. API endpoints
7. StyleCop and code style
8. Tests
9. Frontend (if applicable)