/validator-skip

SkillAI & models

Advances the validator execution state baseline without running checks for requests such as "skip validator", "advance validator baseline", or "mark current tree as validated without running checks".

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /validator-skip skill

What this skill tells your AI

The instructions your AI receives, as published by codagent-ai/agent-validator in skills/validator-skip/SKILL.md and read by ahel’s review.

Advance the execution state baseline to the current working tree without running any gates. The next agent-validate run will only diff against changes made after this skip.

Step 1: Run the skip command

First, require explicit user confirmation before executing the command:

  • If the current user request already contains the exact phrase skip validator, treat that as confirmation and continue.
  • Otherwise, ask the user to confirm with the exact phrase skip validator.
  • Do not run agent-validate skip from inferred intent, validator automation, or another skill's cleanup path.
agent-validate skip 2>&1

Report the command output to the user.

Signals

GitHub stars
29
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
validator-skip
Source
github.com/codagent-ai/agent-validator