verification-loop

Automate build, type check, lint, tests, security scan, and diff review for code changes.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/forrany/Agent-configs --skill verification-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/forrany/Agent-configs/tree/main/skills/verification-loop
Command: npx skills add https://github.com/forrany/Agent-configs --skill verification-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured verification loop to automatically validate every code change before merging, reducing regressions and ensuring quality gates pass.

Core Features & Use Cases

  • Build verification: ensures the project builds in CI and locally.
  • Type checks and lint: catches type errors and style issues early.
  • Test suite with coverage: validates functionality and measures coverage.
  • Security scan and diff review: detects secrets and reviews changes for safety.

Quick Start

Use verification-loop after implementing a feature or prior to opening a PR to trigger the full verification pipeline on your codebase.

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 gates for JavaScript and Python projects before a pull request?

Automate code quality gates by running a verification pipeline that enforces builds, type checks, lint rules, and tests with coverage across JavaScript, TypeScript, and Python projects before opening a PR.

What's the best way to run security scans and diff reviews on code changes locally?

Run security scans and diff reviews locally by triggering a verification loop after completing a feature, which detects secrets and reviews changes for safety according to defined thresholds.

Can I use a verification pipeline to enforce test coverage thresholds in CI environments?

Yes, you can enforce test coverage thresholds in CI environments by applying a verification pipeline that validates functionality, measures coverage, and fails builds that do not meet defined security and test limits.

How do type checks and lint validation work in an automated verification loop?

Type checks and lint validation work within an automated verification loop by catching type errors and style issues early, ensuring every code change passes structural quality gates before merging.

When do I need to run a full build verification and security scan on my codebase?

You need to run a full build verification and security scan after implementing a feature or prior to opening a PR, reducing regressions and ensuring all quality gates pass across local and CI environments.