runtime_verifier

Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "runtime_verifier" with this command: npx skills add wimi321/runtime-verifier

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

  • Do not confuse unit test coverage with runtime verification.
  • Prefer observable outcomes over vague confidence statements.
  • Update the verifier instructions if the environment changed and the failure is instruction drift, not product breakage.

Example Requests

  • Actually run the app and prove this change works.
  • Verify this endpoint or CLI flow in a live environment.

Inputs

  • Verification target
  • Expected runtime behavior
  • Environment startup instructions

Outputs

  • Verification plan
  • Pass/fail evidence
  • Cleanup summary

Success Criteria

  • The behavior was exercised in a live runtime.
  • Evidence is explicit.
  • Started processes were cleaned up.

Non-Goals

  • Stopping at unit tests only
  • Vague confidence statements with no evidence

Source Provenance

Derived from src/skills/bundled/verify.ts.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Workflow Skillify

Use when a successful session or repeatable process should be captured as a reusable skill with steps, arguments, and invocation guidance.

Registry SourceRecently Updated
1281Profile unavailable
Coding

Verifier Skill Generator

Use when a project needs one or more verifier skills for web, CLI, or API runtime checks that the Verify agent can discover automatically.

Registry SourceRecently Updated
890Profile unavailable
Coding

Stuck Session Diagnosis

Use when another Claude Code session appears frozen, stuck, or abnormally slow and needs process-level diagnosis and reporting.

Registry SourceRecently Updated
1160Profile unavailable
Coding

Statusline Setup

Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

Registry SourceRecently Updated
900Profile unavailable