verification-loop

Run build, type-check, tests, and security scans after code changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chomchomchomy/antigravity-skills --skill verification-loop-chomchomchomy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/chomchomchomy/antigravity-skills/tree/main/verification_loop
Command: npx skills add https://github.com/chomchomchomy/antigravity-skills --skill verification-loop-chomchomchomy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consistent after-change validation of builds, types, and tests to ensure security checks are included to prevent regressions.

Core Features & Use Cases

  • Build Validation: ensures projects compile and can be built in CI environments.
  • Type & Static Analysis: runs type checks and static analyzers to catch errors early.
  • Test Suite & Security Scan: executes tests, measures coverage, and scans for secrets or vulnerable patterns.

Quick Start

Run the verification loop after making code changes to ensure a clean pass across all gates.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I run build validation, type checks, and security scans in one step before a PR?

A verification loop automates end-to-end validation of code changes by running build, type-check, tests, and security scans in one step. It ensures your code changes pass all quality gates consistently before you open a pull request.

What is an automated verification loop for code changes?

An automated verification loop is a deterministic execution process that validates code changes end-to-end. It runs builds, static analysis, test suites, and security scans with clear reporting and guardrails to prevent regressions after feature completion or refactoring.

How do I automate security scans and secret detection during code refactoring?

Automate security scans and secret detection by running a verification loop after refactoring. The loop scans for vulnerable patterns and secrets while simultaneously running builds and tests, providing clear reporting to ensure no regressions were introduced.

Does this code validation process require any external dependencies or components?

No, this code validation process requires no external dependencies or components to function. It operates independently to provide deterministic execution of build, type, test, and security gates directly after you make code changes.

Can I use this validation loop to ensure consistent builds in CI environments?

Yes, you can use this validation loop to ensure consistent builds in CI environments. It validates that projects compile correctly and executes test suites with coverage measurement, maintaining quality gates across different development stages.