verification-loop

Automate multi-phase code verification with build, type, lint, test, security, and diff checks.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Xyxy1722/Agent-skills --skill verification-loop-xyxy1722
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/Xyxy1722/Agent-skills/tree/main/develop/verification-loop
Command: npx skills add https://github.com/Xyxy1722/Agent-skills --skill verification-loop-xyxy1722

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the process of verifying code quality and correctness before submitting a pull request, catching potential issues early and improving the overall development workflow.

Core Features & Use Cases

  • Comprehensive Checks: Performs build verification, type checking, linting, test execution, security scans, and diff reviews.
  • Quality Gates: Ensures that essential quality gates are met before code is merged.
  • Use Case: After completing a new feature, run this skill to automatically confirm that the code builds successfully, passes all type and lint checks, has adequate test coverage, and doesn't contain obvious security vulnerabilities or unintended changes.

Quick Start

Run the verification loop to check the code quality.

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 a pull request?

Automating code quality checks before a pull request involves running a multi-phase verification process that handles build, type, lint, test, security, and diff reviews to ensure code readiness.

What is included in a comprehensive code verification loop?

A comprehensive code verification loop includes build verification, type checking, linting, test execution, security scans, and diff reviews to enforce quality gates before merging code.

How do I run build, type, and lint checks sequentially for my software workflow?

Running build, type, and lint checks sequentially for a software workflow is automated through a deterministic task execution process that catches potential issues early and confirms successful builds.

Can I use automated security and diff reviews to catch unintended changes before merging?

Automated security and diff reviews can be used to catch unintended changes before merging by scanning for obvious security vulnerabilities and reviewing code differences as part of the quality gate process.

Does the pre-PR verification process work without external CI/CD dependencies?

The pre-PR verification process works without external CI/CD dependencies by executing its multi-phase code auditing and checking scripts locally to validate code correctness and quality.

What are the limitations of running local quality gates for pull requests?

Limitations of running local quality gates for pull requests involve relying on deterministic task execution, which may not fully replicate complex CI/CD pipeline environments or integrated deployment conditions.