# swe.reviewing-code > Reviewing code changes and providing constructive feedback. - Author: tlephan - Repository: tlephan/github-copilot-playbook - Version: 20260206104930 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/tlephan/github-copilot-playbook - Web: https://mule.run/skillshub/@@tlephan/github-copilot-playbook~swe.reviewing-code:20260206104930 --- --- name: swe.reviewing-code description: Reviewing code changes and providing constructive feedback. --- # Code Review Skill This skill provides guidelines and a checklist for performing code reviews. ## Usage Use this skill when reviewing pull requests or code snippets to ensure quality and consistency. ## Checklist - [ ] **Correctness**: Does the code do what it is supposed to do? - [ ] **Security**: Are there any potential security vulnerabilities? - [ ] **Performance**: Are there any performance bottlenecks? - [ ] **Readability**: Is the code easy to understand and maintain? - [ ] **Testing**: Are there sufficient unit and integration tests? - [ ] **Style**: Does the code follow the project's coding standards?