code-quality

Analyze code changes and generate structured review reports for the vm0 codebase.

1.1k|68|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0 --skill code-quality-vm0-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/vm0-ai/vm0/tree/main/.claude/skills/code-quality
Command: npx skills add https://github.com/vm0-ai/vm0 --skill code-quality-vm0-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps software teams improve code quality by performing comprehensive reviews and surfacing maintainability issues in the vm0 codebase.

Core Features & Use Cases

  • Automated Code Review: Analyze commits and PRs to detect bad smells, anti-patterns, and quality gaps.
  • Structured Reports: Generate per-commit review notes with actionable recommendations.
  • Use Case: A developer submits a PR; the skill outputs a detailed review highlighting problematic changes and suggested refactors.

Quick Start

Run the code-quality skill to review the latest PR in the vm0 repository and generate a detailed quality report.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I perform an automated code review on a pull request?

Automated code review analyzes pull requests to detect bad smells, anti-patterns, and quality gaps. It evaluates commit ranges or single commits against quality standards, generating a structured report with per-commit findings and actionable refactoring recommendations.

What are code smells and how does static analysis identify them?

Code smells are maintainability issues and anti-patterns in a codebase. Static analysis identifies them by evaluating code changes against documented quality standards, referencing lint guidelines and testing patterns to surface problematic modifications and suggest improvements.

Can I review a specific commit range instead of an entire pull request?

Yes, you can review a specific commit range instead of an entire pull request. The analysis supports reviewing PRs, commit ranges, or single commits, producing structured review notes with actionable recommendations for each evaluated commit.

What is the best way to enforce quality assurance standards in a git workflow?

The best way to enforce quality assurance standards in a git workflow is running automated code checks on commits and pull requests. This detects maintainability issues and anti-patterns early, generating structured reports with improvement recommendations aligned with documented standards.

Does automated code review provide actionable refactoring recommendations?

Yes, automated code review provides actionable refactoring recommendations. It produces a structured review report containing per-commit findings, highlighting problematic changes and suggesting specific improvements based on documented bad smells and lint guidelines.