Openclaw Skills for running tests and app commands to verify code changes, capture failures, and prevent regressions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install verify-code-change
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install verify-code-change using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Verify Code Change is an Openclaw Skills utility that runs your application's test or verification command after code edits and checks whether the result matches expectations.
It is built for fast, repeatable regression checks: it enforces a timeout, captures detailed logs and stack traces, and surfaces a clear pass/fail/timeout outcome so developers can validate changes locally or wire the same behavior into CI/CD and pre-commit workflows.
test_command plus optional expected_behavior and timeout values.asyncio, and subprocess.asyncio and subprocess modules.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"
--timeout for slower suites and set --expected-behavior when you want a human-readable success target.Openclaw Skills uses a command-centric verification schema: one command in, one execution result out. The skill does not define persistent databases or generated artifact files; outputs are emitted to stdout/stderr and can be captured by your terminal, CI logs, or report collectors.
| Schema element | Type | Required | Purpose | Default |
|---|---|---|---|---|
test_command |
string | Yes | Command to execute for verification | None |
expected_behavior |
string | No | Optional human-readable success criteria | Empty |
timeout |
integer (seconds) | No | Maximum runtime before aborting the process | 60 |
execution_log |
text | Emitted | Detailed runtime output from the command | N/A |
result_status |
enum | Emitted | One of test passed, test failed, or timeout |
N/A |
error_trace |
text | Emitted on failure | Full stack trace and error details | N/A |
Supported command taxonomy:
npm test, jest, mocha, vitestpytest, unittestcargo testgo testmvn testOpenclaw Skills power features make this verifier useful in both local development and automation-heavy workflows.
Loading
Openclaw Skills for deciding when to use Shansong for urgent same-city delivery, with pricing, timing, insurance, and risk-control guidance.

An Openclaw Skills guide that explains Yu'e Bao as a money market fund, not a bank deposit, and helps users read yield, manage redemptions, and compare cash parking options.

Openclaw Skills for understanding Hupu sports discourse, crowd ratings, and hot-thread culture without being misled by fan noise.

An Openclaw Skills guide for Migu Video that helps verify sports rights, compare memberships, and check bundle value before purchase.

An Openclaw Skills assistant that decodes Dianping ratings, flags suspicious review patterns, and recommends safer local-life merchant choices.

A Python CLI downloader that speeds up batch file transfers with concurrency, resume support, progress tracking, and integrity verification.








































