π¦ ClawHub
Runtime Verifier
by @wimi321
Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests.
TERMINAL
clawhub install runtime-verifierπ About This Skill
name: "runtime_verifier" description: "Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests."
Runtime Verifier
Use this skill to verify that a change behaves correctly in a running system.
Workflow
1. Translate the request into a concrete verification plan. 2. Start the needed app, server, or CLI environment. 3. Execute the runtime checks exactly as planned. 4. Report pass/fail per step with evidence. 5. Clean up any processes or sessions you started.Guardrails
Example Requests
Inputs
Outputs
Success Criteria
Non-Goals
Source Provenance
Derived fromsrc/skills/bundled/verify.ts.