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.
Before deciding whether this project is already configured, inspect the git state of .validator/:
- If this is a git repo, run
git status --porcelain -- .validator. - If
.validator/or.validator/config.ymlis untracked or newly added, treat this as a fresh install even though the directory exists.agent-validate initcreates the scaffold first;/validator-setupstill needs to configure checks and entry points. - If git is unavailable, the project is not a git repo, or the status is ambiguous, do not claim Agent Validator was previously set up. Ask the user whether this is a new install or an existing configuration they want to modify.