code-review

Review current changes and recent commits for quality, security, and maintainability.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to perform a thorough, standardized review of current changes or latest commits, surfacing quality, security, and maintainability concerns early.

Core Features & Use Cases

  • Automated review workflow: Always runs code-quality checks on diffs via a code-review agent and provides actionable feedback.
  • Scope and metrics extraction: Counts files changed, lines added/removed, directories touched, and detects migrations or API-related changes.
  • Use Case: When you finish coding a feature, run this skill to receive a structured code quality report before merging.

Quick Start

Use the code-review command to analyze uncommitted changes or the latest commit.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a code review on uncommitted git changes?

To perform a code review on uncommitted git changes, this skill analyzes your current diff to assess quality, security, and maintainability. It extracts metrics like files changed and lines added, returning structured feedback for quick remediation before merging.

What does automated code quality feedback include for recent commits?

Automated code quality feedback for recent commits includes scope extraction, security assessments, and architectural implications. It orchestrates code-reviewer and architect-reviewer analyses to count directories touched and detect API-related changes, providing actionable review feedback.

Can I assess architectural implications in my latest commit diff?

Yes, you can assess architectural implications in your latest commit diff. The skill applies architect-reviewer analyses to your changes to surface potential architectural impacts alongside standard quality and security checks.

Does this code review tool work with typical codebases and migrations?

Yes, this code review tool works with typical codebases and can detect migrations. It applies to uncommitted work and recent commits across standard codebases, extracting metrics and detecting API-related changes or migrations.

What is the best way to get structured review feedback before merging a feature?

The best way to get structured review feedback before merging is to run this skill after finishing a feature. It orchestrates code-quality checks on your diffs and returns a structured report covering security, maintainability, and quality concerns.