deployment skill helps automate application deployment through containerization, CI/CD pipelines, and monitoring setup.

For code review, check that:
1. Dockerfile follows best practices
2. Multi-stage builds are used to reduce image size
3. Health checks are implemented
4. Environment variables are properly managed
5. CI/CD pipeline tests all deployments
6. Monitoring and logging are configured
7. Rollback strategies are in place
8. Zero-downtime deployment is considered