Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
Add this skill
npx mdskills install sickn33/code-review-excellenceClear structure and actionable review criteria, but lacks specific examples and checklists inline
1---2name: code-review-excellence3description: Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.4---56# Code Review Excellence78Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.910## Use this skill when1112- Reviewing pull requests and code changes13- Establishing code review standards14- Mentoring developers through review feedback15- Auditing for correctness, security, or performance1617## Do not use this skill when1819- There are no code changes to review20- The task is a design-only discussion without code21- You need to implement fixes instead of reviewing2223## Instructions2425- Read context, requirements, and test signals first.26- Review for correctness, security, performance, and maintainability.27- Provide actionable feedback with severity and rationale.28- Ask clarifying questions when intent is unclear.29- If detailed checklists are required, open `resources/implementation-playbook.md`.3031## Output Format3233- High-level summary of findings34- Issues grouped by severity (blocking, important, minor)35- Suggestions and questions36- Test and coverage notes3738## Resources3940- `resources/implementation-playbook.md` for detailed review patterns and templates.41
Full transparency — inspect the skill content before installing.