verification-loop

Automates build, type, lint, test, security, and diff checks for JS/TS/Python projects.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/sumeetonline90/fitup_all --skill verification-loop-sumeetonline90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/sumeetonline90/fitup_all/tree/main/.cursor/.agents/skills/verification-loop
Command: npx skills add https://github.com/sumeetonline90/fitup_all --skill verification-loop-sumeetonline90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of merging broken, insecure, or low-quality code by automating comprehensive verification checks before pull requests, catching build failures, type errors, lint issues, and security gaps early in the development workflow.

Core Features & Use Cases

  • Multi-Phase Quality Checks: Runs build verification, type checking, linting, test suite validation with coverage thresholds, security scanning for secrets, and diff review in a structured sequence.
  • Quality Gate Enforcement: Blocks progression to PR creation if critical issues like build failures or sub-80% test coverage are detected, ensuring only vetted code is merged.
  • Use Case: After completing a new feature in a TypeScript project, use this Skill to automatically confirm the build passes, there are no type errors, all tests meet coverage requirements, and no sensitive credentials are accidentally committed before opening a pull request.

Quick Start

Use the verification-loop skill to run all required quality checks for your current code changes before creating a pull request.

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?

You can automate pre-PR code quality checks by running a multi-phase verification loop that sequentially validates builds, enforces type checking, runs tests, and scans for security issues to block broken code from merging.

What is included in pre-merge build validation for TypeScript and Python?

Pre-merge build validation for TypeScript and Python includes running build verification, type checking, linting, test suite validation with coverage thresholds, and secret scanning to ensure code meets team quality standards before PR creation.

Can I enforce a minimum test coverage threshold to block pull requests?

Yes, you can enforce minimum test coverage thresholds to block pull requests. The quality gate enforcement stops PR progression if critical issues like build failures or sub-80% test coverage are detected during validation.

How do I run secret scanning and diff review after completing a feature?

To run secret scanning and diff review after feature completion, execute an end-to-end code verification process that automatically checks for sensitive credentials and reviews code diffs before you open a pull request.

Does end-to-end code verification work for post-refactoring checks?

Yes, end-to-end code verification works for post-refactoring checks. It applies to post-refactoring quality gates and post-feature completion validation for JavaScript, TypeScript, and Python projects to ensure no regressions were introduced.

What happens if type checking or build validation fails during pre-PR verification?

If type checking or build validation fails during pre-PR verification, the quality gate enforcement blocks progression to PR creation, ensuring only fully vetted code without type errors or build issues is merged.