verification-engine

Orchestrate fresh-context sub-agent loops to run build, type, lint, and test checks.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/hbvg234/jnmt.vn --skill verification-engine-hbvg234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-engine
Source: https://github.com/hbvg234/jnmt.vn/tree/main/.claude/skills/verification-engine
Command: npx skills add https://github.com/hbvg234/jnmt.vn --skill verification-engine-hbvg234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive verification by orchestrating a fresh-context sub-agent loop to validate software changes.

Core Features & Use Cases

  • Orchestrates fresh-context verification with verify-agent to ensure unbiased results
  • Supports a multi-stage validation pipeline (build, type, lint, test, security, coverage)
  • Enables automatic repair and rapid re-verification for iterative development

Quick Start

Run a fresh-context verification loop on the latest commit to validate changes and surface actionable results.

Frequently Asked Questions about verification-engine

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

FAQPage Schema
How do I automate build and test verification for codebase changes?

You can automate build and test verification by orchestrating a fresh-context sub-agent loop that runs multi-stage validation pipelines on your software changes, surfacing actionable results and enabling auto-repair.

What is fresh-context verification in automated testing?

Fresh-context verification is a process that uses a sub-agent loop to validate software changes without prior context bias, ensuring unbiased results across build, type, lint, and test checks.

Can I run lint and type checks alongside integration tests in a single command?

Yes, you can run lint and type checks alongside integration tests using a single-command workflow that orchestrates a multi-stage validation pipeline to comprehensively verify your codebase.

Does automated verification support security and coverage checks?

Automated verification optionally enables security and coverage modes alongside standard build, type, lint, and test checks, allowing you to extract errors and validate changes comprehensively.

How do I fix verification failures during regression workflows?

You can fix verification failures by enabling the automatic repair mode, which attempts to resolve issues and performs rapid re-verification within the fresh-context sub-agent loop.

When should I use a sub-agent loop for regression testing?

You should use a sub-agent loop for regression testing when your codebase requires automated build, test, and verification cycles with minimal context loss to ensure unbiased validation.