review

Route code changes to specialized AI agents for comprehensive review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by intelligently routing code changes to specialized AI agents, ensuring comprehensive checks for correctness, style, and potential issues before merging.

Core Features & Use Cases

  • Automated Routing: Directs code to appropriate review agents based on change size and type.
  • Multi-Agent Analysis: Leverages specialized agents for code correctness, simplification, error handling, test coverage, and type design.
  • Spec Consistency Check: Verifies changes against defined specifications in docs/specs/.
  • Use Case: Before committing a significant feature update, this Skill automatically triggers a deep review, checking for bugs, ensuring tests are adequate, and verifying adherence to project specifications.

Quick Start

Use the review skill to check my code changes before committing.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for multiple file changes before committing?

Automate code reviews by routing changes to specialized AI agents that analyze correctness, conventions, test coverage, and type design. This Skill automatically triggers deep reviews for commits with multiple file changes, feature completion, and refactoring.

What does AI agent-based code review check for in a pull request?

AI agent-based code review checks for code correctness, convention adherence, simplification opportunities, silent failure detection, test coverage, and type design against project specifications.

Can I verify code changes against project specifications automatically?

Verify code changes against project specifications automatically by checking defined specs in the docs/specs/ directory. The Skill ensures changes adhere to defined specifications before merging.

When should I use automated AI agents for code review?

Use automated AI agents for code review before committing significant feature updates or completing refactoring. It triggers deep reviews automatically based on change size and type to catch bugs and ensure test adequacy.

What is the best way to detect silent failures and check test coverage in code?

Detect silent failures and check test coverage by routing code to specialized AI agents within a pr-review-toolkit. This approach analyzes error handling and verifies test coverage against project specifications.