Install
openclaw skills install @dkgee/verify-code-changeopenclaw skills install @dkgee/verify-code-changeRun application or test commands to verify code changes do not break existing functionality.
Provide test command, script will automatically execute and check results.
test_command: Test command (required, e.g., npm test)expected_behavior: Expected behavior description (optional)timeout: Timeout in seconds (optional, default 60)python scripts/verify_code.py --test-command "npm test"
python scripts/verify_code.py --test-command "python -m pytest" --timeout 120
python scripts/verify_code.py --test-command "cargo test" --expected-behavior "All tests passed"
This skill is for learning and research purposes only.
Users must comply with the following principles when using this skill:
By using this skill, you agree to comply with the above principles.