quality

Review Rust code quality across security, performance, and maintainability.

6|Updated Dec 13, 2023
One-click install
npx skills add https://github.com/Vantle/Vantle --skill quality-vantle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/Vantle/Vantle/tree/main/.claude/skills/quality
Command: npx skills add https://github.com/Vantle/Vantle --skill quality-vantle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a comprehensive, multi-pass code quality review, checking security, performance, maintainability, project conventions (CLAUDE.md), architecture, and tests. It also ensures formatting with rustfmt and validates the test suite with Bazel.

Core Features & Use Cases

  • Multi-criteria assessment: Security, performance, maintainability, conventions, and tests in a single pass.
  • Automated formatting and tests: Runs rustfmt and bazel test to surface issues early.
  • Actionable feedback: Returns concrete suggestions aligned with CLAUDE.md rules.

Quick Start

Run a full quality check on the repository (e.g., /quality). Review the results and address any issues before committing.