verification-loop

Execute multi-phase code verification covering build, type checking, linting, tests, and security.

8|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/cyphercr0w/codeck --skill verification-loop-cyphercr0w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/cyphercr0w/codeck/tree/main/apps/runtime/src/templates/presets/default/ecc/skills/verification-loop
Command: npx skills add https://github.com/cyphercr0w/codeck --skill verification-loop-cyphercr0w

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of verifying code quality, build status, test coverage, and security before submitting a Pull Request, reducing the risk of introducing bugs or vulnerabilities.

Core Features & Use Cases

  • Multi-Phase Verification: Executes distinct checks for build, type safety, linting, testing, and security.
  • Automated Reporting: Generates a clear summary of verification results, indicating readiness for a PR.
  • Use Case: After completing a new feature, you can run this skill to get an immediate, comprehensive report on whether the code meets all quality standards, allowing you to fix issues proactively.

Quick Start

Run the verification-loop skill to check the current project's code quality.

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?

You can automate code quality checks before a Pull Request by running a multi-phase verification process that evaluates build status, type safety, linting, test coverage, and security scanning to generate a comprehensive readiness report.

What is included in a pre-PR verification loop for code readiness?

A pre-PR verification loop for code readiness includes build execution, type checking, linting, test execution with coverage analysis, security scanning for secrets and console logs, and a diff review to ensure overall quality.

How do I run security scans for secrets and console logs during CI/CD?

To run security scans for secrets and console logs during CI/CD, you execute a verification process that automatically inspects the diff for sensitive data and debugging statements, reporting issues before code integration.

Can I check test coverage and linting without configuring external dependencies?

Yes, you can check test coverage and linting without external dependencies because the verification process operates autonomously using internal scripts and references to execute checks and report results.

Does automated code verification work for finding bugs after completing a new feature?

Automated code verification works for finding bugs after completing a new feature by running distinct checks across build, type safety, testing, and security to provide an immediate report on quality standard compliance.

What's the best way to review code diffs for security vulnerabilities and quality issues?

The best way to review code diffs for security vulnerabilities and quality issues is using an automated verification loop that scans for secrets, evaluates linting errors, and checks test coverage to indicate overall PR readiness.