code-review-auto

Automate code review and fixes for generated code before user preview.

6|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/timequity/plugins --skill code-review-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-auto
Source: https://github.com/timequity/plugins/tree/main/vibe-coder/skills/code-review-auto
Command: npx skills add https://github.com/timequity/plugins --skill code-review-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically reviews and fixes code before presenting to users.

Core Features & Use Cases

  • Linting-style checks and basic fixes
  • Review checklist coverage: quality, structure, performance, accessibility
  • Auto-fix rules for common patterns

Quick Start

Run the auto-review to clean up a freshly generated code sample.

Frequently Asked Questions about code-review-auto

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

FAQPage Schema
How do I automatically review and fix code quality issues before deployment?

Auto code review scans generated code for linting errors, unused imports, console logs, and structural issues, then applies fixes automatically before preview. It catches quality problems like duplicate code, long functions, and magic numbers in a single pass.

What code issues does automated review detect and fix?

Automated review identifies unused imports, unused variables, console.log statements, magic numbers, missing alt text, duplicate code blocks, and oversized functions. It also flags performance problems like N+1 queries and missing lazy loading, plus accessibility gaps like improper heading hierarchy and low color contrast.

Can automated code review improve accessibility and performance automatically?

Yes. The review enforces accessibility fixes including alt text addition, heading hierarchy correction, and focus management for interactive elements. For performance, it optimizes images, enables lazy loading, removes blocking operations, and eliminates N+1 query patterns.

How does automated review organize and structure generated code?

Automated review extracts components, deduplicates code, enforces manageable file sizes, and organizes files into logical folders. It restructures output to follow consistent patterns while maintaining functionality and readability.

Does automated code review run before I see the generated code?

Yes. The review operates automatically after code generation but before preview, scanning and fixing issues in internal mode. You see only the cleaned, linted, and optimized result.