verification-loop

Run deterministic build, type, lint, test, and security verification phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code changes pass all quality gates by orchestrating a structured, repeatable verification workflow that catches builds, types, lint, tests, and security issues before merging.

Core Features & Use Cases

  • Orchestrates Build, Type-Check, Lint, Tests, and Security scans into a cohesive verification loop.
  • Generates a PR-ready readiness report with actionable results and recommendations.
  • Suitable for multi-language projects and teams aiming for consistent release-quality code.

Quick Start

Run the verification workflow on your project to generate a comprehensive PR readiness report.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I run a complete code quality and security verification check before merging a PR?

Run an end-to-end verification loop that orchestrates build, type check, lint, tests, and security scans into a cohesive workflow. It validates code quality and security aspects, producing a PR-ready readiness report with actionable results and recommendations before merging.

What is included in a pre-merge readiness report for multi-language projects?

A PR readiness report includes actionable results and recommendations from deterministic verification phases covering build, type check, lint, tests, and security scans. It provides a final readiness verdict to ensure release-quality code for multi-language projects.

Can I use this verification workflow for Python and Go projects, or is it limited to JavaScript and TypeScript?

The verification workflow supports multi-language projects across JavaScript, TypeScript, Python, and Go. It identifies and validates code quality and security aspects across builds, types, lint, tests, and diffs for feature development, refactoring, and PR readiness.

How do I enforce consistent CI/CD quality gates for builds, types, lint, and tests?

Enforce consistent CI/CD quality gates by orchestrating a structured, repeatable verification loop that catches build, type, lint, test, and security issues. This deterministic workflow ensures code changes pass all quality gates before merging for teams aiming for consistent release-quality code.

What's the best way to validate code diffs for security issues and type errors before creating a pull request?

Validate code diffs by running an end-to-end verification workflow that applies deterministic phases for type checking, security scans, and diff analysis. It catches security issues and type errors, generating a structured report with a final readiness verdict before creating a pull request.