verification-loop

Automates Build, Types, Lint, **Tests, Security, and Diff checks for projects.

17|1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/mhylle/claude-skills-collection --skill verification-loop-mhylle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/mhylle/claude-skills-collection/tree/main/skills/verification-loop
Command: npx skills add https://github.com/mhylle/claude-skills-collection --skill verification-loop-mhylle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized, automated verification loop that ensures six core quality checks (Build, Types, Lint, Tests, Security, and Diff Review) are executed before phase completion, reducing regression risk and accelerating feedback.

Core Features & Use Cases

  • Six-check pipeline: Validates build integrity, type safety, lint hygiene, test reliability, security posture, and change scope.
  • Project-type aware: Detects project type to apply appropriate commands automatically.
  • Structured reporting: Produces a consistent REPORT with pass/fail status and details to guide fixes.
  • Automation during implement-phase: Runs automatically as Step 2 of the implement-phase, and supports manual triggering via CLI.

Quick Start

Use the verification-loop to run all checks on your current project by invoking /verification-loop. You can selectively run checks or skip others via input parameters or environment configuration.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate code quality checks for build, lint, tests, and security before phase completion?

Automated code quality checks for build, lint, tests, and security are executed through a centralized verification loop that runs six core checks to validate implementation quality and reduce regression risk before phase completion.

Can I run specific checks like type safety or lint hygiene while skipping others?

Yes, you can selectively run specific checks like type safety or lint hygiene, or skip others, by configuring input parameters or environment variables when invoking the verification loop.

Does the automated verification loop work across different project types and languages?

The automated verification loop works across different project types and languages by detecting the project type to apply the appropriate build, test, and lint commands deterministically.

What is the best way to catch security and diff issues early in the implementation phase?

The best way to catch security and diff issues early is running an automated six-check pipeline during the implement phase, which validates build integrity, security posture, and change scope automatically.

How do I get structured reports from build, test, and lint failures?

Structured reports from build, test, and lint failures are produced automatically by the verification loop, providing a consistent REPORT with pass/fail status and details to guide fixes.