Validator Skip

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".

codagent-ai 7022b55 933 B Updated

File contents

/validator-skip

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.

codagent-ai/agent-validator/tree/main/skills/validator-skip commit 7022b5594a

Frequently asked questions

npx skillmds@latest add codagent-ai/validator-skip