review

Validate code compliance with style guides and best practices.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cloudvoyant/claudevoyant --skill review-cloudvoyant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/cloudvoyant/claudevoyant/tree/main/plugins/style/skills/review
Command: npx skills add https://github.com/cloudvoyant/claudevoyant --skill review-cloudvoyant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps maintain code quality and consistency by automatically checking files against predefined style guides and best practices.

Core Features & Use Cases

  • Style Audits: Perform quick checks on recent changes or comprehensive reviews of entire branches or repositories.
  • Automated Fixing: Optionally correct identified style violations automatically.
  • Use Case: Before merging a pull request, run a full branch review to catch any style inconsistencies, ensuring the codebase remains clean and maintainable.

Quick Start

Run a style review on your recent changes and automatically fix any issues found.

Frequently Asked Questions about review

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

FAQPage Schema
What is the best way to check code style compliance before a pull request?

Checking code style compliance before a pull request involves running a full branch review to catch style inconsistencies. This ensures the codebase remains clean, maintainable, and aligned with established best practices and style guides.

How do I run a code quality audit on recent repository changes?

To run a code quality audit on recent repository changes, perform a quick style audit targeting recent changes. This validates code compliance against predefined style guides, detecting violations, warnings, and suggestions across the updated files.

Can I automatically fix linting violations and style warnings detected during a code review?

Yes, you can automatically fix linting violations and style warnings detected during a code review. The review process includes an option for automated fixing to correct identified style violations automatically after checking files.

Does the code audit integrate with existing LSP configurations and linters?

Yes, the code audit integrates with existing LSP configurations and linters. This integration allows it to effectively detect style violations, warnings, and suggestions across various scopes including directories, branches, and entire repositories.

What scopes are supported when reviewing code for style guide violations?

Reviewing code for style guide violations supports multiple scopes including recent changes, specific commits, branches, directories, and entire repositories. This allows targeted checks or comprehensive full codebase audits depending on requirements.

Why run a comprehensive code review across an entire repository instead of just recent changes?

Running a comprehensive code review across an entire repository identifies deep-rooted style inconsistencies and compliance violations that checking recent changes misses. It ensures the entire codebase adheres to established style guides and best practices.