verification-loop

Automate build, type checking, linting, testing, security scanning, and diff review.

2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/koki3141/codex-global-skills --skill verification-loop-koki3141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/koki3141/codex-global-skills/tree/main/verification-loop
Command: npx skills add https://github.com/koki3141/codex-global-skills --skill verification-loop-koki3141

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, npm, pytest, pip-audit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined process for code verification, eliminating the need for repetitive manual checks and reducing the risk of missed issues.

Core Features & Use Cases

  • Comprehensive Verification: Automates the verification process including build, type check, lint, tests, security scan, and diff review.
  • Adaptive Commands: Selects the appropriate commands based on the project's technology stack.
  • Continuous Mode: Allows for continuous verification during long sessions to ensure code quality over time.
  • Integration with Hooks: Complements PostToolUse hooks for immediate issue detection.

Quick Start

Run the verification command to initiate the comprehensive code verification process.

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 verification for multiple programming languages in continuous integration?

Automate code verification by running a comprehensive process that handles build, type checking, linting, testing, security scanning, and diff review based on your project's technology stack.

Does this code verification process work with Python and Node.js projects?

Yes, the code verification process adapts its commands based on your project's technology stack, requiring project-specific tools and libraries like uv, npm, and pytest to validate multiple programming languages.

How do I run continuous code verification during long development sessions?

Run continuous code verification during long sessions to ensure code quality over time, complementing PostToolUse hooks that provide immediate real-time issue detection as you make changes.

What is the best way to combine security scanning and linting in an automated build process?

The best way to combine security scanning and linting is using an automated verification process that sequentially executes build, type check, lint, tests, security scans, and diff review.

Do I need pip-audit and uv installed to run automated security scanning and tests?

Yes, you need pip-audit and uv installed as dependencies, along with npm and pytest, because the verification process requires these project-specific tools to execute automated security scanning and tests.