verification-loop

Run a structured verification pipeline for builds, types, lint, tests, and security.

11|2|Updated Mar 18, 2018
One-click install
npx skills add https://github.com/GiorgioBertolotti/dotfiles --skill verification-loop-giorgiobertolotti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/GiorgioBertolotti/dotfiles/tree/main/claude/skills/verification-loop
Command: npx skills add https://github.com/GiorgioBertolotti/dotfiles --skill verification-loop-giorgiobertolotti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an end-to-end verification workflow to ensure Claude Code sessions build, type-check, lint, test, and review changes before merging.

Core Features & Use Cases

  • Build Verification: Detects build failures early and halts the process.
  • Type Check, Lint, and Tests: Enforces code quality with static analysis and test suites.
  • Security & Diff Review: Scans for secrets and reviews changes to prevent regressions.

Quick Start

Run the verification loop after completing a feature to ensure it meets all quality gates and is ready for PR.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I run an end-to-end verification pipeline on my codebase after a refactor?

An end-to-end verification pipeline validates builds, types, lint, tests, security, and diffs automatically. You execute a structured verification loop after completing features or major refactors to catch quality issues and enforce safety before merging code.

What does a code security scan and diff review check for before merging?

A code security scan and diff review checks for exposed secrets and reviews codebase changes to prevent regressions. This enforces safety and reliability by halting the process early if quality issues or unauthorized sensitive data are detected.

Do I need npm or yarn installed to run type check, lint, and test scripts?

Yes, you need standard tooling such as npm, yarn, or pnpm installed to execute type check, lint, and test scripts. The verification pipeline relies on these existing package managers and static analysis tools to enforce code quality.

What's the best way to automate build verification and type checking for Claude Code projects?

The best way to automate build verification and type checking is running a structured verification pipeline that detects build failures early and halts. This enforces code quality by applying static analysis and test suites across the project.

When should I run a structured verification pipeline on my codebase?

You should run a structured verification pipeline after feature completion or major refactors. This timing validates builds, types, lint, tests, security, and diffs to ensure all changes meet quality gates and are ready for a pull request.