verification-loop

Run multi-phase verification pipelines for builds, types, lint, tests, security, and diffs.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill verification-loop-t-rav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/verification-loop
Command: npx skills add https://github.com/T-rav/hydraflow --skill verification-loop-t-rav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured verification workflow for Claude Code sessions, ensuring builds, type checks, linting, tests, and diffs pass before PRs.

Core Features & Use Cases

  • Build Verification: ensures the project builds across common tooling (npm/pnpm, Python environments) and surfaces the last failing logs.
  • Phase Coverage: enforces type checks, linting, tests, security scans, and diff reviews in a repeatable pipeline.
  • Use Cases: pre-PR checks, post-feature verification, and refactor validation to reduce regressions.

Quick Start

Run the verification workflow to generate a comprehensive report for the current codebase.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I run pre-PR checks for build, lint, and test coverage in a Claude Code session?

Pre-PR checks are executed by running a multi-phase verification pipeline that validates build, types, lint, tests, security, and diffs, outputting a structured verification report.

What is a structured code verification workflow for post-refactor quality gates?

A structured code verification workflow enforces quality gates by sequentially running type checks, linting, tests, security scans, and diff reviews to catch regressions after refactoring.

Does the verification pipeline support both npm and Python build environments?

Yes, the verification pipeline supports common build tooling across npm/pnpm and Python environments, surfacing the last failing logs to identify build errors.

Can I use this quality gate verification to reduce regressions before creating a pull request?

Yes, you can use this quality gate verification for pre-PR checks, post-feature validation, and refactor validation to reduce regressions before merging code.

What is included in a structured verification report for CI code quality?

A structured verification report includes results from build verification, type checks, linting, test coverage, security scans, and change-diff reviews executed during the pipeline.

Why does my multi-phase build verification fail without showing the specific tooling errors?

Build verification surfaces the last failing logs from npm/pnpm or Python environments to highlight specific tooling errors, ensuring you can trace why the quality gate failed.