Skip to content
Latchkey

Code Review - CI/CD Glossary Definition

Code review is the practice of having one or more people read a proposed change before it merges, to catch bugs, improve design, and share knowledge. In Git workflows it happens on a pull request.

As a CI gate

Branch protection rules can require a minimum number of approving reviews plus passing status checks before merge, making review an enforced gate rather than a courtesy.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →