verification-loop

Automates six-phase verification of Claude Code sessions for builds, types, linting, tests, security, and diff.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem --skill verification-loop-wakewell-sleep-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem/tree/main/verification-loop
Command: npx skills add https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem --skill verification-loop-wakewell-sleep-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the verification of Claude Code sessions to ensure builds, types, linting, tests, and security checks pass.

Core Features & Use Cases

  • Provides a structured six-phase workflow to validate code changes before PRs and after refactors.
  • Enforces Build, Type Check, Lint, Test Suite, Security Scan, and Diff Review to catch issues early.
  • Generates a clear verification report with pass/fail status, totals, and actionable issues to guide fixes.

Quick Start

Run the six-phase verification on your Claude Code project to generate a concise PR-ready 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 code quality checks before creating a pull request?

Automate code quality checks before a pull request by running a structured six-phase verification workflow that validates builds, type checking, linting, tests, and security scans to ensure code changes pass quality gates.

What is the best way to enforce build, lint, and type checks after a refactor?

The best way to enforce build, lint, and type checks after a refactor is to use an automated verification loop that executes sequential quality gates and generates a structured report with pass or fail status and actionable issues.

Can I run security scans and diff reviews as part of my CI CD pipeline?

Yes, you can run security scans and diff reviews as part of your CI CD pipeline by integrating a verification workflow that enforces these phases sequentially and outputs a concise report detailing vulnerabilities and code discrepancies.

Does the verification loop work without external dependencies for testing?

Yes, the verification loop works without external dependencies because it requires no prerequisite packages, directly orchestrating your existing build, lint, test, and security tools to execute the structured code quality workflow.

Why do I need a structured verification report for my feature branch?

You need a structured verification report for your feature branch because it provides a clear summary of pass or fail totals across build, type, lint, test, and security checks, delivering actionable issues to guide necessary fixes.

What are the limitations of automating type check and lint workflows?

Limitations of automating type check and lint workflows include relying entirely on your existing local environment configurations, meaning the verification loop orchestrates but does not inherently fix misconfigured build tools or missing test dependencies.