Definition
A practice where code changes are automatically tested (CI) and deployed to production (CD) after passing all checks, reducing manual effort and human error.
Example Usage
"Our CI/CD pipeline runs unit tests, integration tests, and a security scan on every pull request before merging."