verification-loop

Run build, type, lint, test, security, and diff checks before pull requests.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/novvoo/skill-router --skill verification-loop-novvoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/novvoo/skill-router/tree/main/agent/skills/verification-loop
Command: npx skills add https://github.com/novvoo/skill-router --skill verification-loop-novvoo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive verification of code changes, ensuring that builds, type checks, linting, tests, security scans, and diff reviews pass before a Pull Request is created.

Core Features & Use Cases

  • Multi-Phase Verification: Executes a series of checks including build, type, lint, test, security, and diff reviews.
  • Quality Gates: Acts as a gatekeeper to maintain high code quality standards.
  • Use Case: Before submitting a new feature for review, run this skill to catch any potential issues early, saving review time and preventing bugs.

Quick Start

Run the verification loop skill to check the current code.

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 multi-phase verification system that executes build, type checking, linting, and test suite coverage. This comprehensive verification system acts as a quality gate to ensure all checks pass before PR creation.

What is included in a comprehensive code verification loop for a development workflow?

A comprehensive code verification loop includes build verification, type checking, linting, test suite execution with coverage, security scanning for secrets, console log detection, and diff review. It integrates into development workflows to maintain high code quality standards before submitting changes.

Can I run security scans and linting together before submitting my code for review?

You can run security scans and linting together before submitting code for review by executing a multi-phase verification system. This system performs security scanning for secrets and console logs alongside linting and type checking to catch potential issues early and save review time.

Does the verification system require any specific dependencies or environment setup?

The verification system requires no specific dependencies or external environment setup to function. It operates independently using its internal scripts and references to perform multi-phase code checks including build, type, lint, test, security, and diff reviews.

Why should I use a multi-phase verification system instead of just running tests?

Use a multi-phase verification system instead of just running tests because it provides quality gates for build, type checking, linting, coverage, security scanning, and diff review. This comprehensive approach prevents bugs and saves review time by catching issues that testing alone would miss.