validator-setup

Installation
SKILL.md

/validator-setup

Scan the project to discover tooling and configure checks and reviews for agent-validator.

Before starting, read references/check-catalog.md for check category details, YAML schemas, and example configurations.

Step 1: Check config exists

Read .validator/config.yml. If the file does not exist, tell the user to run agent-validate init first and STOP — do not proceed with any further steps.

Step 2: Check existing config

Read the entry_points field from .validator/config.yml.

If entry_points is empty ([]): This is a fresh setup. Proceed to Step 3 (detect project structure).

If entry_points is populated: Show the user a summary of the current configuration:

  • List each entry point with its path, checks, and reviews
  • Then ask the user which action to take:
Related skills
Installs
16
GitHub Stars
25
First Seen
2 days ago