verification-loop

Execute multi-phase code verification covering build, type, lint, tests, security, and diff review.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ryasrk/AgentBrokeTheMatrix-CopilotVersion --skill verification-loop-ryasrk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/ryasrk/AgentBrokeTheMatrix-CopilotVersion/tree/main/.github/skills/verification-loop
Command: npx skills add https://github.com/ryasrk/AgentBrokeTheMatrix-CopilotVersion --skill verification-loop-ryasrk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of verifying code quality and readiness for integration, catching potential issues early and reducing the burden on manual reviews.

Core Features & Use Cases

  • Comprehensive Checks: Runs build, type, lint, test, and security scans.
  • Code Review Aid: Provides a structured diff review to catch unintended changes.
  • Use Case: Before submitting a pull request for a new feature, run this skill to ensure all automated quality gates are met, giving you confidence in your submission.

Quick Start

Run the verification-loop skill to perform a full code quality check.

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 submitting a pull request?

Automated code quality checks before a pull request require a multi-phase verification process. This process executes build, type checking, linting, test suites with coverage, and security scans to ensure code meets predefined quality gates.

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

A comprehensive pre-PR verification process covers building, type checking, linting, executing test suites with coverage, running security scans for secrets and debug statements, and reviewing the diff of changes.

How do I scan my codebase for secrets and debug statements before integration?

Scanning your codebase for secrets and debug statements before integration involves running a security scan phase. This phase detects sensitive data and leftover debugging code to prevent unintended exposure.

Does the verification process include test suite execution with code coverage?

Yes, the verification process includes test suite execution with code coverage analysis. It runs tests and checks coverage metrics to ensure the code meets predefined quality gates before integration or pull request submission.

Can I review code diffs to catch unintended changes before a PR submission?

Yes, you can review code diffs to catch unintended changes before a PR submission. The verification process provides a structured diff review to identify unintended modifications alongside automated quality checks.