code-review

Enforce code-review governance with verification gates before completion claims.

15|27|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/kevinnguyen271090/claudekit-engineering --skill code-review-kevinnguyen271090
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kevinnguyen271090/claudekit-engineering/tree/main/code-review
Command: npx skills add https://github.com/kevinnguyen271090/claudekit-engineering --skill code-review-kevinnguyen271090

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solves?

This Skill enhances code quality and fosters collaborative development by guiding users through thorough code reviews and constructive feedback. It addresses issues like inconsistent code quality, missed bugs, and ineffective feedback, leading to a healthier codebase and more efficient team workflows.

Core Features & Use Cases

  • Constructive Feedback Framework: Provides patterns for delivering clear, actionable, and empathetic feedback during code reviews.
  • Code Quality & Best Practices: Guides on identifying common code smells, ensuring adherence to coding standards, and promoting maintainable code.
  • Verification Before Completion: Emphasizes the importance of verifying changes and understanding the impact of code before approving a review.
  • Use Case: A junior developer submits a pull request. This Skill can guide a senior developer through a structured review process, helping them identify potential bugs, suggest performance improvements, and provide clear, educational feedback on code style.

Quick Start

Review the attached Python code snippet for potential bugs, performance issues, and adherence to PEP 8 style guidelines.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct an effective code review?

Code reviews systematically examine submitted code for bugs, performance issues, and adherence to standards before approval. Structure your review by checking for common code smells, verifying logic correctness, assessing performance impact, and ensuring style compliance—then provide clear, actionable feedback that educates rather than criticizes.

What should I look for when reviewing code for bugs and quality?

Focus on identifying logic errors, edge cases, and potential runtime failures. Check for code smells like duplicate logic or unclear naming, verify adherence to coding standards, assess maintainability, and confirm the changes don't introduce security or performance regressions before approval.

How do I provide constructive feedback during code reviews?

Constructive feedback is clear, specific, and educational. Explain *why* a change matters, suggest concrete improvements with examples, acknowledge good work, and frame suggestions as questions or learning opportunities rather than directives to make feedback collaborative and actionable.

Why is verification important before approving a code review?

Verification ensures changes work as intended and don't break existing functionality. Testing and understanding the impact before approval prevents bugs from reaching production, maintains code quality, and confirms the implementation actually solves the stated problem.

Can I use code reviews to enforce team coding standards?

Yes. Code reviews enforce consistency by catching deviations from standards, best practices, and team conventions during the review gate. Structured feedback on style, patterns, and architectural decisions ensures the codebase remains maintainable and aligned across the team.

What's the best way to handle disagreements during code review?

Address disagreements by discussing the trade-offs, referencing team standards or architectural decisions, and focusing on the code's impact rather than personal preference. When consensus isn't obvious, escalate thoughtfully or document the decision to maintain forward momentum.