verification-loop

Automates build, type check, lint, tests, security scan, and diff review for code.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill verification-loop-suns1eep1ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/SunS1eep1ng/codex-dotfiles/tree/main/skills/verification-loop
Command: npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill verification-loop-suns1eep1ng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures code quality and reliability by performing a thorough verification process before code is committed or merged.

Core Features & Use Cases

  • Comprehensive Verification: Performs build, type check, lint, tests, security scan, and diff review.
  • Adaptive Commands: Offers project-specific commands based on the repository's stack.
  • Continuous Mode: Allows for regular verification checks during development sessions.
  • Integration with Hooks: Complements PostToolUse hooks for immediate issue detection.

Quick Start

Run the verification-loop skill to perform a full code verification on your current project.

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 pull requests and pre-commit hooks?

Automate code verification by running a multi-phase process covering build, type check, lint, tests, security scan, and diff review. This Skill integrates into software development workflows for pre-commit and pull request reviews to ensure code quality and reliability.

What does a comprehensive code quality and security scan include?

A comprehensive code quality and security scan includes build verification, type checking, linting, test execution, security scanning, and diff review. These phases work together to detect issues before code is committed or merged.

Do I need Python and npm installed to run build verification and type checks?

Yes, you need Python and npm installed to run build verification and type checks. The process relies on Python, pyright, pytest, npm, and pip-audit to execute its adaptive commands and security scanning.

Can I use pytest and pyright for continuous code verification during development?

Yes, you can use pytest and pyright for continuous code verification during development. The process offers a continuous mode that allows for regular verification checks throughout your development sessions.

What's the best way to run a security scan and diff review before merging code?

The best way to run a security scan and diff review before merging is to use an automated verification loop. It adapts commands based on your repository's stack and complements PostToolUse hooks for immediate issue detection.