verification-loop

Automate end-to-end verification of Claude Code sessions with build, type, lint, test, security, and diff checks.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill verification-loop-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/verification-loop
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill verification-loop-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured verification workflow to ensure Claude Code sessions meet quality standards before changes are merged.

Core Features & Use Cases

  • Phase 1: Build Verification
  • Phase 2: Type Check
  • Phase 3: Lint Check
  • Phase 4: Test Suite
  • Phase 5: Security Scan
  • Phase 6: Diff Review It is applicable to feature development, PR reviews, and post-refactor checks across languages and project sizes, enabling consistent quality gates.

Quick Start

Run the verification loop after completing a feature to generate a PR-quality report.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate quality gates for Claude Code sessions before merging changes?

Automating quality gates for Claude Code sessions involves running an end-to-end verification loop that validates builds, types, linting, tests, security scans, and diffs to generate a structured report before merging.

What is the best way to run static analysis and security scans during PR review?

The best way to run static analysis and security scans during PR review is to execute a structured verification workflow that sequentially checks code types, linting rules, and security vulnerabilities before generating a diff review report.

Can I use verification loops for post-refactor checks across different programming languages?

Yes, you can use verification loops for post-refactor checks across different languages and project sizes, applying consistent build, type, lint, and test validations to ensure refactoring does not introduce regressions.

How does a CI-CD verification loop validate build and test suites?

A CI-CD verification loop validates builds and test suites by progressing through structured phases, executing build verification first and then running the test suite to catch reproducible issues before changes are merged.

Do I need to configure specific components to run end-to-end code quality checks?

No specific components or dependencies are required to run end-to-end code quality checks, as the verification workflow operates without external component configurations to validate builds, types, and diffs.

Why does my automated verification report fail during the type check phase?

Automated verification reports fail during the type check phase when the codebase contains type errors that violate the quality gate requirements, halting the verification loop before proceeding to lint and test phases.