verification-loop

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ninyawee/dotfiles --skill verification-loop-ninyawee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/ninyawee/dotfiles/tree/main/dot_claude/skills/verification-loop
Command: npx skills add https://github.com/ninyawee/dotfiles --skill verification-loop-ninyawee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the critical code verification process, ensuring that builds are successful, type checks pass, linting rules are followed, tests are executed, and potential security vulnerabilities are identified before code is submitted for review.

Core Features & Use Cases

  • Comprehensive Checks: Executes build, type, lint, test, and security scans.
  • Quality Gates: Helps maintain high code quality and reduces the likelihood of bugs reaching production.
  • Use Case: After completing a new feature, run this skill to get a complete report on the code's health, ensuring it's ready for a pull request.

Quick Start

Run the verification loop skill to check the current codebase.

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

Automating code verification before a pull request is achieved by running a multi-phase process that executes build, type checking, linting, test coverage, and security scans to ensure code readiness for integration.

What is included in a comprehensive pre-commit code verification process?

A comprehensive pre-commit code verification process includes build execution, type checking, linting rule enforcement, test execution with coverage analysis, security vulnerability scanning, and diff review to validate code quality.

How do I run security scans and linting checks on my current codebase?

To run security scans and linting checks on your current codebase, execute the verification loop which automatically sequences these checks alongside builds and tests to produce a complete code health report.

Can I use automated quality gates to prevent bugs from reaching production?

Automated quality gates can prevent bugs from reaching production by enforcing deterministic code validation and pre-commit checks that block integration if builds, tests, or security scans fail.

Does the automated verification process require any specific CI/CD platform dependencies?

The automated verification process does not require specific CI/CD platform dependencies, allowing you to execute the build, lint, test, and security scan sequence directly within your local software development workflow.

What is the best way to check code readiness for integration without manual review?

The best way to check code readiness for integration without manual review is to run an automated verification loop that validates types, executes tests, and identifies security vulnerabilities before code submission.