verification-loop

Run a six-phase verification workflow and return a PR-ready report.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill verification-loop-richardnpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/verification-loop
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill verification-loop-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A comprehensive verification system for Claude Code sessions. The tool validates builds, type checks, lint, tests, security scans, and diff reviews to ensure changes meet quality gates before PRs.

Core Features & Use Cases

  • Phased verification workflow covering Build, Type Check, Lint, Test, Security Scan, and Diff Review to catch regressions early.
  • Produces a PR-ready verification report with pass/fail status, counts, and coverage to guide developers and reviewers.
  • Scales across languages and project types by applying standard checks and adaptability to project-specific commands.

Quick Start

Run the verification loop on the current branch to produce a PR-ready verification report.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I run a full code verification check before creating a pull request?

To run code verification before a PR, execute a six-phase workflow covering builds, type checks, linting, tests with coverage, security scans, and diff reviews. This process validates code change integrity and returns a structured report with pass/fail status, counts, and coverage for PR gates.

What is included in an end-to-end code verification workflow for pull requests?

An end-to-end code verification workflow includes six phases: build validation, type checking, linting, test execution with coverage analysis, security scanning, and diff review. These phases identify regressions and validate code change integrity before PR submission.

Can I use this automated verification loop across different programming languages and project types?

Yes, the verification loop scales across languages and project types by applying standard checks while adapting to project-specific commands. It validates builds, types, lint, tests, security, and diffs regardless of the project's specific tech stack.

How does a security scan integrate into the pre-PR code review and testing process?

A security scan integrates as the fifth phase of the verification workflow, running after tests with coverage and before the diff review. It identifies potential security vulnerabilities in the code changes and reports them as blockers in the final PR-ready verification report.

What is the best way to generate a PR-ready verification report with test coverage and pass/fail status?

The best way to generate a PR-ready verification report is running the six-phase verification loop, which produces a structured output including pass/fail status, counts, and coverage. This report guides developers and reviewers by highlighting blockers and validation results.

Why does my pull request need both automated testing and diff review before merging?

Your pull request needs both automated testing and diff review because the verification workflow validates functional correctness through tests with coverage, while the diff review phase manually inspects code changes for logic errors, ensuring comprehensive integrity before merging.