auto-verify - Automated criterion verification before manual fallback
Parses criterion text for automation hints and executes appropriate tools like curl or browser to verify criteria before falling back to manual review.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Parse criterion for automation hints
- Check tool availability
- Generate verification command
- Execute command with timeout
- Interpret execution result
- Return structured verification output
Inputs
- Criterion text
- Verification configuration file
- Dev server URL
Outputs
- Structured verification result status
- Captured output and evidence
Requirements
- Bash CLI environment with curl
- File system inspection tools
- Running dev server for HTTP checks
