Loading...
Loading...
Runs validator checks only without AI reviews for requests such as "run validator checks", "check without reviews", or "validate before commit without AI review".
npx skill4agent add codagent-ai/agent-validator validator-checkagent-validate cleanagent-validate checkBashtimeout: 300000Status:Status:Status: PassedStatus: Passed with warningsStatus: FailedStatus: Retry limit exceededagent-validate cleanconsole.*.logvalidator_logs/console.1.logStatus:validator_logs/previous/validator_logs/check_._lint.1.logvalidator_logs/Tasksubagent_type="general-purpose"model="haiku"prompt="\n\nLog directory: <inferred path>"run_in_background: trueagent-validate checkBashtimeout: 300000agent-validate cleanconsole.N.logconsole.3.logconsole.2.log[FAIL][FAIL].log--- Fix Instructions ------ Fix Skill: <name> ---CHECKS:
[fail] <gate_label>
<concise error description>
Fix Instructions: <extracted text if present, otherwise omit this line>
Fix Skill: <skill name if present, otherwise omit this line>validator_logs/console.2.logcheck_src_lint.2.log[START] check:src:lint
[FAIL] check:src:lint (1.23s) - Exited with code 1
Log: validator_logs/check_src_lint.2.log[2026-02-15T10:23:45.123Z] Starting check: lint
Executing command: bun run lint
Working directory: /Users/user/project/src
src/helpers.ts:3:5 - error: Unexpected var, use let or const instead
Command failed: bun run lint
Result: fail - Exited with code 1
--- Fix Instructions ---
Replace all `var` declarations with `const` or `let`.CHECKS:
[fail] check:src:lint
src/helpers.ts:3:5 - error: Unexpected var, use let or const instead
Fix Instructions: Replace all `var` declarations with `const` or `let`.[FAIL]Fix InstructionsFix Skill