verification-engine

Verify builds, tests, linting, and security with fresh-context checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill verification-engine-jyhthegreat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-engine
Source: https://github.com/JYHTHEGREAT/jyh-system/tree/main/archive/reusable/common/skills/verification-engine
Command: npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill verification-engine-jyhthegreat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The verification engine addresses the risk of claiming successful builds, tests, or security reviews without fresh, evidence‑based verification, preventing stale or biased results.

Core Features & Use Cases

  • Fresh‑context sub‑agent runs verification in an isolated environment, avoiding prior context contamination.
  • Looped verification automatically repeats up to five attempts, applying fixable auto‑repairs on failures.
  • Fixable auto‑repair corrects common import, lint, type, and formatting issues without user intervention.
  • Coverage and extract modes provide test coverage reports and detailed error classification.
  • Security integration optionally includes security‑review agent for comprehensive checks.
  • Integration points: invoked via /handoff-verify, used as a gate before /commit-push-pr, or in CI pipelines for continuous assurance.

Quick Start

Execute /handoff-verify in your repository to run a full verification loop and automatically fix simple issues.

Frequently Asked Questions about verification-engine

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

FAQPage Schema
How do I automate code verification in CI pipelines to ensure tests and linting pass?

Automated code verification runs a fresh-context sub-agent to validate builds, tests, and linting, iterating fix loops up to five attempts. It automatically applies fixable auto-repairs for common import and formatting issues before release.

What is fresh-context verification for preventing stale or biased code review results?

Fresh-context verification runs validation in an isolated sub-agent environment, avoiding prior context contamination. This evidence-based approach prevents stale or biased results when validating code changes during pre-commit or manual handoff verification.

How do I fix linting and type errors automatically during pre-commit checks?

Fixable auto-repair corrects common import, lint, type, and formatting issues without user intervention during verification loops. It automatically applies these fixes iteratively up to five attempts when invoked via the /handoff-verify command.

Can I integrate security review into my CI verification gate?

Security integration optionally includes a security-review agent for comprehensive checks during CI verification. You can invoke this via /handoff-verify or use it as a gate before /commit-push-pr to ensure security passes before release.

Does the verification engine work without external dependencies?

The verification engine operates without external dependencies, utilizing a verify-agent sub-agent and the /handoff-verify command. It supports automatic fixable error remediation and provides test coverage reports in software projects.