validator-help
/validator-help
Evidence-based diagnosis of validator behavior. This skill is diagnosis-only — it explains what happened and why, but does not auto-fix issues. It operates from runtime artifacts and CLI outputs, not source code.
Diagnostic Workflow
Follow this order for every diagnostic question:
- Resolve
log_dir: Read.validator/config.ymland extract thelog_dirfield (default:validator_logs). All log paths below are relative to<log_dir>/. - Passive evidence first: Read files before running commands.
<log_dir>/.debug.log— timestamped event log (commands, gate results, state changes, errors)<log_dir>/.execution_state— JSON withlast_run_completed_at,branch,commit,working_tree_ref, andunhealthy_adapters(adapter name →{marked_at, reason})<log_dir>/console.*.log— console output per run (highest number = latest)<log_dir>/check_*.log— check gate output<log_dir>/review_*.json— review gate results with violations (file,line,issue,fix,priority,status).validator/config.yml— project configuration
- Active evidence when needed: Run CLI commands only when passive evidence is insufficient for a confident diagnosis.
- Explain with evidence: Clearly distinguish confirmed findings from inference.
More from codagent-ai/agent-validator
validator-commit
>-
16validator-check
>-
16validator-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".
16validator-setup
Scans the project and configures checks and reviews for Agent Validator for requests such as "set up validator", "configure checks and reviews", or "initialize validator for this repo".
16validator-issue
Files structured GitHub bug reports for agent-validator when users ask to file, report, or open an issue for a suspected defect
16validator-run
>-
16