Best Practices Enforcement

Enforce Vetinari conventions and output remediation guidance during code reviews.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/StrategicMilk/Vetinari-Orchestrastor --skill best-practices-enforcement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Best Practices Enforcement
Source: https://github.com/StrategicMilk/Vetinari-Orchestrastor/tree/main/vetinari/skills/catalog/inspector/best-practices-enforcement
Command: npx skills add https://github.com/StrategicMilk/Vetinari-Orchestrastor --skill best-practices-enforcement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces Vetinari-specific conventions during code reviews to catch violations that automated tools miss, ensuring code remains idiomatic Vetinari.

Core Features & Use Cases

  • Enforces 31 Vetinari rules (VET001-VET102) covering architecture, naming, imports, documentation, and completeness
  • Serves as the final quality gate to verify project-specific conventions before merge
  • Useful for onboarding,PR reviews, and governance of Vetinari-style code across modules

Quick Start

Run the Vetinari best_practices_enforcement check on your codebase to surface and remediate Vetinari-specific rule violations

Frequently Asked Questions about Best Practices Enforcement

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

FAQPage Schema
How do I enforce Vetinari conventions during code reviews?

To enforce Vetinari conventions during code reviews, run the best practices enforcement check to surface and remediate violations across agent architecture, naming, imports, and documentation rules.

What are Vetinari-specific conventions in static analysis?

Vetinari-specific conventions are a rule set (VET001-VET102) covering architecture, naming, imports, and documentation completeness that automated linting tools often miss.

How do I check code for Vetinari rule violations before merge?

You check code for Vetinari rule violations before merge by running this best practices enforcement check on your codebase to verify project-specific conventions and output concrete remediation guidance.

Can I catch naming and import violations that automated linting tools miss?

Yes, you can catch naming and import violations missed by automated tools by applying Vetinari-specific rules during code reviews to ensure code remains idiomatic.

Does best practices enforcement work for onboarding and PR reviews across modules?

Best practices enforcement works for onboarding and PR reviews across modules by serving as the final quality gate to verify Vetinari-specific conventions before merge.

Why use best practices enforcement instead of standard static analysis?

Use best practices enforcement instead of standard static analysis to catch Vetinari-specific violations that automated tools miss, ensuring code remains idiomatic across Vetinari projects.