verification-loop

Execute multi-phase code verification and generate a PR readiness report.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TakMczk/copilot-cli-ecc --skill verification-loop-takmczk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/TakMczk/copilot-cli-ecc/tree/main/.github/skills/verification-loop
Command: npx skills add https://github.com/TakMczk/copilot-cli-ecc --skill verification-loop-takmczk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of verifying code quality and readiness for integration, ensuring that builds, type checks, linting, tests, security scans, and diff reviews all pass before a Pull Request is created.

Core Features & Use Cases

  • Comprehensive Verification: Executes a multi-phase verification process covering build, type checking, linting, testing with coverage, security scanning, and diff review.
  • Quality Gates: Helps maintain high code quality by enforcing predefined checks.
  • Use Case: After completing a new feature, run this skill to get a consolidated report on whether the code meets all quality standards before submitting it for review.

Quick Start

Run the verification loop to check the current codebase.

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?

To automate code quality checks before a pull request, you can run a multi-phase verification process that executes build, type checking, linting, test suite execution with coverage, and security scanning to ensure readiness.

What is included in a comprehensive code verification process?

A comprehensive code verification process includes build validation, type checking, linting, test execution with coverage, security scanning for secrets and console logs, and a diff review to generate a consolidated readiness report.

How do I run security scans for secrets and console logs in my codebase?

To run security scans for secrets and console logs, execute an automated verification loop that checks your codebase for exposed sensitive data and leftover debugging statements before integration.

Can I enforce quality gates for build, linting, and test coverage together?

Yes, you can enforce quality gates for build, linting, and test coverage together by running an automated verification process that validates all these phases and generates a consolidated report indicating PR readiness.

What's the best way to verify code readiness before integration?

The best way to verify code readiness before integration is to execute a multi-phase verification loop covering builds, type checks, linting, tests, security scans, and diff reviews to ensure all predefined quality standards are met.

Why does my code pass local tests but fail readiness checks?

Code may pass local tests but fail readiness checks because a comprehensive verification process also validates builds, type checking, linting, security scanning, and diff reviews, enforcing stricter quality gates beyond basic testing.