review

Review changed code files for quality, style, and potential issues.

4|2|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/javatarz/credit-card-lending --skill review-javatarz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/javatarz/credit-card-lending/tree/main/.claude/skills/review
Command: npx skills add https://github.com/javatarz/credit-card-lending --skill review-javatarz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone. This Skill provides structured, threshold-based feedback to accelerate quality checks after code changes.

Core Features & Use Cases

  • Changed Files Review: Assess only modified files for blockers, warnings, and suggestions.
  • Context-Aware: Optionally review related files and dependencies for deeper insights.
  • Thresholds: Choose strict, normal, or relaxed review levels to balance thoroughness with speed.

Quick Start

Ask the AI to review the latest changes by saying "review this code" or "review strict" to enforce a comprehensive pass.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code for quality and security issues?

Code review analyzes files for quality, style, security, and potential bugs. This Skill applies to changed files by default, categorizes findings into blockers, warnings, and suggestions, and produces structured feedback aligned with conventions and security checks.

Can I review only the files I changed, or do I need to review the entire codebase?

You can scope reviews to changed files only, or expand to related files and dependencies for deeper context. The Skill supports changed-file, related-file, and specific-file review modes, letting you balance thoroughness with speed.

What's the best way to enforce consistent code standards across a team?

Set configurable strictness levels—strict, normal, or relaxed—to enforce standards consistently. The Skill categorizes findings by severity and supports TDD autonomous mode, making standards enforcement threshold-based and repeatable.

How does AI-powered code review compare to manual reviews?

Structured AI review accelerates quality checks by applying consistent thresholds and security checks automatically. It reduces time-consuming manual effort while categorizing findings uniformly, complementing team reviews for faster feedback cycles.

Can I use code review during development or only after changes are complete?

Use code review after writing or modifying code, during TDD autonomous mode, or whenever you ask for feedback. The Skill applies to in-progress and completed changes, supporting both active development and final quality gates.

What issues does structured code review catch that linting alone might miss?

Beyond lint rules, structured review identifies security vulnerabilities, design inconsistencies, and convention violations. It applies categorized severity levels and context-aware analysis to changed and related files for comprehensive quality assessment.