verification-loop

Executes a six-phase software verification workflow including build, type, lint, test, security, and diff review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the risk of shipping broken code or security vulnerabilities by enforcing a standardized, multi-phase quality gate before any pull request or deployment.

Core Features & Use Cases

  • Automated Quality Gates: Executes build, type-checking, linting, and test coverage analysis in a single workflow.
  • Security Hardening: Scans for hardcoded API keys and sensitive console logs to prevent accidental credential leaks.
  • Use Case: Before pushing a major feature, run this verification to ensure your code passes all build requirements, maintains 80% test coverage, and contains no exposed secrets.

Quick Start

Run the verification loop skill to perform a full quality audit on the current project directory.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate pre-PR quality assurance checks for build validation and test coverage?

Automate pre-PR quality assurance by running a six-phase verification workflow that executes build validation, type checking, linting, and test coverage analysis to enforce standardized quality gates before deployment.

What is a comprehensive code review process for preventing hardcoded API keys and security vulnerabilities?

A comprehensive code review process includes security scanning phases that detect hardcoded API keys and sensitive console logs, preventing accidental credential leaks and ensuring security compliance before pushing code.

Does the verification loop workflow require specific development tools to run linting and type checking?

The verification workflow requires standard development tools like npm, pnpm, tsc, pyright, and ruff to be available in your environment to successfully execute type checking and linting phases.

How do I enforce a minimum 80% test coverage requirement before merging a major feature?

Enforce an 80% test coverage requirement by running an automated verification loop that analyzes test coverage as part of a multi-phase quality gate before allowing any pull request or deployment.

Can I integrate security scanning and diff review into my existing CI-CD pipeline?

Yes, you can integrate the six-phase verification workflow into CI-CD pipelines to automate security scanning and diff review, ensuring rigorous pre-PR quality assurance and security compliance for software development lifecycles.