eng-verification-runner

Execute manual verification test documents against prepared local environments.

1|Updated Jun 7, 2024
One-click install
npx skills add https://github.com/jsco2t/dotfiles --skill eng-verification-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eng-verification-runner
Source: https://github.com/jsco2t/dotfiles/tree/main/.claude/skills/eng-verification-runner
Command: npx skills add https://github.com/jsco2t/dotfiles --skill eng-verification-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing manual verification test documents against a local environment that the user has prepared. The runner observes and reports results without attempting to fix or finesse, halting on mismatches or ambiguities to keep the user in control.

Core Features & Use Cases

  • Step-by-step execution of verification documents against local environments (fuzzy compose, fuzzy kind, or local CLI).
  • Strict halt-on-mismatch behavior with explicit reporting and collaborative decision-making.
  • Comprehensive pre-flight and gap reporting to surface doc gaps and edge cases for later refinement.

Quick Start

Provide the path to verification document(s) and confirmation that the local environment is ready, then initiate the run.

Frequently Asked Questions about eng-verification-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run manual verification docs against a local environment?

To run manual verification docs, provide the path to your test documents and confirm the local environment is ready. The runner executes each step, compares outcomes to expected results, and halts on mismatches.

What happens when a manual test step fails or has ambiguous pass criteria?

When a test step fails or has ambiguous pass criteria, execution halts immediately. The runner reports the mismatch or gap explicitly, keeping you in control of deciding the next steps without attempting fixes.

Can I use this verification runner with cloud environments?

Cloud environments are explicitly unsupported. The runner executes manual verification test documents strictly against local environments, such as fuzzy compose, fuzzy kind, or local CLI setups.

How do I start executing a fuzzy compose or local CLI verification document?

To start executing a fuzzy compose or local CLI verification document, confirm your local environment is prepared and provide the document path. The runner performs pre-flight checks and walks through each test step.

Does the runner automatically fix verification mismatches it finds?

The runner does not fix mismatches. It observes and reports results strictly, halting on any mismatch, ambiguity, or gap to surface doc edge cases for collaborative decision-making and later refinement.

Why does my verification run stop before finishing all the test steps?

Your verification run stops because the runner uses strict halt-on-mismatch behavior. It halts immediately on any observed outcome mismatch, ambiguity, or documentation gap to ensure you retain decision authority.