Code Review Process Standardizer

Code Review Process Standardizer

Model: GPT-4
Difficulty: Intermediate
Upvotes: 0
code reviewprocessQAsoftware

โ€” Prompt โ€”

Write a code review process for a [language/framework] team. Include: checklist, required reviewer roles, merge criteria, common pitfalls, and communication guidelines.

Why It Works

Sets consistent, quality-focused standards for any dev teamโ€”promotes learning and lowers bugs.

Example Output

Checklist: Tests pass, clear naming, no secrets. Roles: Author, reviewer. Merge: 1 approval. Pitfall: N+1 queries...