command-code-review-autofix

Review frontend feature code and apply automated fixes.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aroido/vibesmith --skill command-code-review-autofix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-code-review-autofix
Source: https://github.com/aroido/vibesmith/tree/main/.codex/skills/command-code-review-autofix
Command: npx skills add https://github.com/aroido/vibesmith --skill command-code-review-autofix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for architectural soundness, quality, and test coverage, and then attempts to automatically fix identified issues, significantly speeding up the development cycle.

Core Features & Use Cases

  • Multi-Agent Review: Leverages specialized AI agents (architect, code-reviewer, critic) to perform comprehensive code analysis in parallel.
  • Automated Fixing: Attempts to automatically fix identified issues, prioritizing simpler, rule-based fixes before resorting to AI-driven solutions for complex problems.
  • Detailed Reporting: Generates comprehensive reports on review findings, including scores, identified issues, and auto-fixed status.
  • Use Case: After completing a new feature, run this command to get an immediate, detailed code review and have common issues automatically resolved, ensuring code quality and consistency before merging.

Quick Start

Run the command-code-review-autofix skill to review and automatically fix issues in the 'user-profile' feature.

Frequently Asked Questions about command-code-review-autofix

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

FAQPage Schema
How do I automate code review and fix issues in frontend features?

Automated code review for frontend features is handled by a multi-agent process that analyzes architecture, code quality, and test coverage, then applies rule-based and AI-driven fixes to critical issues. It generates detailed review reports and interacts with users for unresolved problems.

Can AI agents analyze my web application's architecture and test coverage automatically?

Yes, specialized AI agents including an architect, code-reviewer, and critic can automatically analyze your web application's architecture and test coverage in parallel. This multi-agent review identifies critical issues and attempts automated fixes before merging.

What's the best way to automatically fix code quality issues before merging?

The best way to automatically fix code quality issues is using a system that prioritizes simpler, rule-based fixes first before applying AI-driven solutions to complex problems. This ensures code quality and consistency while reducing manual review effort.

Does automated code review work with existing frontend web applications?

Automated code review works with specified frontend features within existing web applications. It analyzes the current codebase, evaluates architectural soundness and test coverage, then applies fixes directly to identified issues without requiring external dependencies.

How does the multi-agent code review process handle unresolved issues?

The multi-agent code review process handles unresolved issues through direct user interaction. When automated fixes cannot resolve critical problems, it prompts the user for input and generates detailed reports documenting the review findings and auto-fix status.

Why should I use automated fixing instead of manual code review for frontend features?

Automated fixing significantly speeds up the development cycle compared to manual code review by leveraging specialized AI agents to perform comprehensive analysis in parallel. It ensures consistent code quality and automatically resolves common issues, allowing you to focus on complex architectural decisions.