verification-loop

Verify Claude Code sessions with build, type, lint, test, security, and diff checks.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Long-NguyenHai/warehouse-ai --skill verification-loop-long-nguyenhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/Long-NguyenHai/warehouse-ai/tree/main/.agents/skills/verification-loop
Command: npx skills add https://github.com/Long-NguyenHai/warehouse-ai --skill verification-loop-long-nguyenhai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, pnpm, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures Claude Code sessions meet quality standards and compliance requirements before they are submitted for review or release.

Core Features & Use Cases

  • Comprehensive Verification: Checks build, type checking, linting, testing, security, and diff review of code changes.
  • Use Case: Ideal for software development workflows to ensure code quality is maintained across feature development, PR creation, and refactoring.

Quick Start

Run the verification-loop skill to automate the verification process after making significant code changes.

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 verification for build status, type safety, and security scanning?

Automate code verification by running checks for build status, type safety, linting, testing coverage, security scanning, and diff review. This ensures code changes meet quality standards before submission or release.

What is included in a comprehensive code quality and compliance verification process?

Comprehensive verification includes checking build status, type safety, linting, testing with coverage, security scanning, and diff review. It ensures code changes comply with required quality standards across development workflows.

Does the verification process work with both npm and Python environments?

Yes, verification works with npm, pnpm, and Python environments. It requires build tools for execution, linters like npm/lint or ruff for code checking, and git for version control to review code changes.

How do I run linting and testing with coverage checks after making code changes?

Run the verification process to automatically execute linting and testing with coverage checks. It utilizes configured linters and test runners to validate code quality and ensure coverage thresholds are met.

When do I need to run a diff review and security scanning on my code?

Run diff review and security scanning during feature development, PR creation, or refactoring. This validates code changes and identifies vulnerabilities before submitting code for review or release.

What are the limitations of running automated code review and security scanning?

Limitations include requiring specific build tools, linters, and git for version control. Without these dependencies installed, the automated verification process cannot execute checks or review code changes effectively.