| name | code-review-checklist |
| description | Run a code review against MediaJira standards (thin views/pages, API layer placement, no secrets, error handling, permissions, tests). Use before requesting review or merging. |
Code Review Checklist
When to Use
- User asks for a code review, PR review, or pre-merge check.
- User wants to verify code follows project conventions.
- Task involves reviewing changed files or a branch.
Context
- Apply the rules in .cursor/rules.md and .cursor/AGENTS.md (coding conventions, error handling, security).
- Use any user-provided context (file path, branch name, Jira key) to focus the review scope.
Instructions
Work through the following categories and check each item. Reference rules.md and AGENTS.md for detailed standards.
Functionality
Code Quality
Project Conventions
Security