verification-loop

Run builds, type checks, linting, tests, and security scans in sequence.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill verification-loop-masermediagroup-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/masermediagroup-stack/CursorSkills/tree/main/skills-bundle/skills/verification-loop
Command: npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill verification-loop-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an end-to-end verification workflow that ensures code changes meet quality gates by validating build, type correctness, linting, tests, and security checks before integration.

Core Features & Use Cases

  • Phase 1: Build Verification
  • Phase 2: Type Check
  • Phase 3: Lint Check
  • Phase 4: Test Suite
  • Phase 5: Security Scan
  • Phase 6: Diff Review
  • Use Case: Validating a PR across JavaScript, Python, and TypeScript projects to prevent regressions.

Quick Start

Run the verification workflow on your project to validate build, type checks, lint, tests, and a security scan.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I run end-to-end code verification for PR changes?

End-to-end code verification for PR changes runs build, type check, lint, test, and security scan phases sequentially. This deterministic workflow reports totals and coverage while flagging failures for quick remediation across JavaScript, Python, and TypeScript projects.

What is included in a comprehensive code quality verification workflow?

A comprehensive code quality verification workflow includes six sequential phases: build verification, type checking, lint checking, test suite execution, security scanning, and diff review. These validate correctness and security before code integration.

Does this verification workflow support both Python and TypeScript projects?

Yes, the verification workflow supports Python, JavaScript, and TypeScript projects. It validates PR changes, feature rollouts, and post-refactor audits across these languages to prevent regressions and ensure code meets quality gates.

Can I use this automated check for post-refactor audits?

Yes, you can use this automated check for post-refactor audits. It coordinates comprehensive verification by running builds, type checks, linting, tests, and security scans to ensure refactored code meets integration quality gates.

How are failures handled during the build and security scan process?

Failures during the build and security scan process are flagged for quick remediation. The workflow executes phases in a deterministic order, reporting totals and coverage to isolate code quality or security issues before integration.

Why run lint and type checks before the test suite in PR validation?

Running lint and type checks before the test suite in PR validation ensures deterministic results by catching syntax and typing errors early. This ordered execution prevents wasted test runs and accelerates flagging failures for remediation.