# code-review > Review pull requests and code changes to ensure readability, correctness and adherence to best practices. - Author: dmelnitsyn - Repository: dmelnicyn/multistack-cicd-template - Version: 20260131070416 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/dmelnicyn/multistack-cicd-template - Web: https://mule.run/skillshub/@@dmelnicyn/multistack-cicd-template~code-review:20260131070416 --- --- name: code-review description: Review pull requests and code changes to ensure readability, correctness and adherence to best practices. --- # Code Review Skill The code review skill provides guidelines for reviewing code changes. ## When to Use - When reviewing a pull request or commit. - Before merging code into the main branch. ## Instructions - Read the diff and understand the purpose of the change. - Evaluate whether the change aligns with the architecture and design. - Check for readability, naming consistency, modularity and proper error handling. - Review tests: ensure new functionality is covered and existing tests are updated. - Check for potential security issues and performance implications. - Provide constructive feedback and suggest improvements using inline comments. - Approve or request changes based on quality gates and project standards.