From agent-validator
Advances the validator execution state baseline to the current working tree without running validation checks, useful for skipping validation on unchanged code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-validator:validator-skipThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
First, require explicit user confirmation before executing the command:
skip validator, treat that as confirmation and continue.skip validator.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.
npx claudepluginhub codagent-ai/agent-validator --plugin agent-validatorExecutes the autonomous verification suite (agent-validate) on explicit requests like 'run the validator' or 'validate before commit/push/PR'. Handles status checking, failure extraction, and retry logic.
Runs multi-agent verification loop post-implementation, dispatching specialized agents for review with autonomous subagent fixes and retries until unanimous approval.