code-review

Review code for correctness, impact, and project pattern adherence.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/drimchansky/agents-kit --skill code-review-drimchansky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/drimchansky/agents-kit/tree/main/skills/code-review
Command: npx skills add https://github.com/drimchansky/agents-kit --skill code-review-drimchansky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure code correctness, adherence to project patterns, and early detection of bugs or potential issues before they are merged or committed.

Core Features & Use Cases

  • Automated Code Analysis: Reviews code for bugs, impact, and adherence to project patterns.
  • Multiple Review Scopes: Supports Pre-PR, Pre-commit, Module, and Project-level reviews.
  • Use Case: Before merging a new feature branch, use this Skill to perform a Pre-PR review to catch potential bugs and ensure consistency with the main codebase.

Quick Start

Use the code-review skill to perform a pre-PR review against the main branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code for bugs and potential issues before a pull request?

Pre-PR code review evaluates your feature branch against the main codebase to catch bugs, verify correctness, and ensure pattern adherence. It analyzes git diffs and provides actionable recommendations with severity calibration before merging.

Can I run a code review automatically before committing my changes?

Yes, automated code review supports a pre-commit scope to evaluate your changes locally. It analyzes the git diff to detect unintended impacts, identify bugs, and check consistency with project patterns before you finalize the commit.

What is the best way to check if my new module adheres to existing codebase patterns?

A module-level code review explores your codebase to evaluate correctness, unintended impact, and adherence to project patterns. It provides detailed findings and actionable recommendations to ensure your new module integrates consistently.

Does automated code analysis work with git diff for project-level assessments?

Yes, automated code analysis integrates git diff analysis and codebase exploration for project-level assessments. It reviews code across multiple scopes, calibrates severity, and provides actionable recommendations for maintaining overall code quality.

What are the limitations of automated bug detection during code review?

Automated bug detection during code review relies on git diff analysis and codebase exploration to find issues and pattern deviations. It provides severity calibration and actionable recommendations, but cannot replace human logic verification for complex business requirements.