code-review

Analyze git diffs and commits for code quality and architectural issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring high quality, maintainability, and adherence to architectural best practices.

Core Features & Use Cases

  • Comprehensive Code Analysis: Leverages specialized AI agents (code-reviewer and architect-reviewer) to provide detailed feedback on code quality, security, and architectural impact.
  • Automated Target Determination: Intelligently identifies whether to review uncommitted changes or the latest commit based on the current git status.
  • Scope-Aware Review: Filters out irrelevant files and focuses review efforts based on the scope and nature of the changes.
  • Use Case: After pushing a new feature, run this skill to get immediate feedback on potential bugs, security vulnerabilities, and architectural soundness before merging.

Quick Start

Run the code-review skill to analyze your current uncommitted changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for uncommitted git changes?

To automate code review for uncommitted git changes, this Skill analyzes your current git status and diffs using specialized AI agents to provide actionable feedback on code quality and security. It intelligently identifies and targets uncommitted changes for immediate assessment.

What is AI-based architecture review and how does it work?

AI-based architecture review evaluates the structural impact of code changes by analyzing diffs and commit scope. This Skill uses a specialized architect-reviewer agent that is conditionally invoked based on change complexity to ensure adherence to architectural best practices.

Can I review a specific git commit instead of uncommitted changes?

Yes, you can review a specific git commit. The Skill supports reviewing specific commits by analyzing the targeted diffs and commit messages, allowing you to get detailed feedback on historical code changes before merging.

Does automated code review filter out irrelevant files?

Yes, automated code review filters out irrelevant files. The Skill performs scope-aware review by analyzing the file scope and nature of the changes, ensuring review efforts focus only on relevant modifications.

When do I need an architect-reviewer agent for my code changes?

You need an architect-reviewer agent when your code changes have high complexity. The Skill conditionally invokes the architect-reviewer agent based on the assessed complexity of the diff to evaluate architectural soundness.