verification-loop

Automate verification loops for opnConfigGenerator using Just recipes and mise toolchain.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/EvilBit-Labs/opnConfigGenerator --skill verification-loop-evilbit-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/EvilBit-Labs/opnConfigGenerator/tree/main/.claude/skills/verification-loop
Command: npx skills add https://github.com/EvilBit-Labs/opnConfigGenerator --skill verification-loop-evilbit-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verification loops are inconsistent across contributors, leading to slipped quality gates; this skill automates and enforces a standardized verification workflow for the opnConfigGenerator project by orchestrating Just recipes and mise toolchains.

Core Features & Use Cases

  • Wraps just ci-check into a single, reproducible command for PR readiness.
  • Enforces zero-tolerance quality policy by outlining granular recipes for format-check, lint, test, test-integration, test-race, and security-all.
  • Provides triage guidance for failures and a clear output of the verification results to CI pipelines.

Quick Start

Run the verification loop to validate changes before PRs with mise exec -- just ci-check.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate a CI verification loop for format, lint, and tests before a pull request?▼

Automate CI verification by running a single command that coordinates Just recipes and mise toolchains to execute format, lint, tests, integration, and security scans, enforcing strict PR readiness gates.

What is the best way to enforce a zero-tolerance quality policy for code formatting and linting in CI?▼

Enforce a zero-tolerance quality policy by applying granular Just recipes for format-check and lint within an automated verification loop to ensure standard tooling configuration before commits.

How does the mise toolchain coordinate with Just recipes for CI readiness?▼

The mise toolchain coordinates with Just recipes by wrapping them into a reproducible command, ensuring the environment and tooling configurations are standardized for CI checks.

Can I run race condition tests and security scans using this automated verification workflow?▼

Yes, the automated verification workflow includes targeted recipes for test-race and security-all, coordinating these checks within the CI pipeline to ensure comprehensive PR readiness.

Do I need Just and mise configured locally to run the integration tests verification loop?▼

Yes, you need Just and mise configured locally to execute the verification loop, as the workflow relies on Just recipes orchestrated through the mise toolchain to run integration tests.

How do I troubleshoot failing quality gates when the CI verification loop reports errors?▼

Troubleshoot failing quality gates by following the triage guidance provided in the verification loop output, which identifies specific failures across format, lint, test, and security scan recipes.