verification-loop

Run automated build, lint, type check, and test verification steps.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Aytsuu/codemini --skill verification-loop-aytsuu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/Aytsuu/codemini/tree/main/.agents/skills/verification-loop
Command: npx skills add https://github.com/Aytsuu/codemini --skill verification-loop-aytsuu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Ensures coding sessions pass through essential quality gates, improving code quality and security before code merge.

Core Features & Use Cases

  • Automated Build and Verification: Validates build, type, linting, and test execution, reducing human errors and delays.
  • Customizable Verification Phases: Configurable phases from building, type checking, linting, and testing up to security scanning.
  • Comprehensive Reports: Delivers clear pass/fail indicators across each verification stage for actionable feedback.
  • Integration with Workflows: Serves as a supplement to post-commit hooks for additional depth and control in code quality assurance.
  • Quick Check Integration: Can be used for ongoing sessions by running at specified checkpoints or as needed.

Quick Start

To verify your project, invoke the /verify command in your session to begin the verification loop.

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 for continuous integration?

Automated code quality checks validate build success, type consistency, formatting, and testing. This verification process runs sequentially across development iterations to ensure reliability, correctness, and clear actionable feedback before code merge.

What is included in an automated verification loop for code safety?

An automated verification loop includes building, static analysis, type checking, linting, test execution, and security vulnerability scanning. It operates sequentially to provide comprehensive pass or fail indicators across each verification stage for code safety.

How do I run a step-by-step build and type checking process?

To run a step-by-step build and type checking process, invoke the verification command in your session. The process sequentially verifies build success and code type consistency, delivering actionable feedback on compilation and formatting issues.

Can I customize verification phases for security vulnerability scanning?

Yes, verification phases are customizable from building and type checking up to security vulnerability scanning. This configurable process supplements post-commit hooks, providing additional depth and control for code quality assurance during ongoing sessions.

Does automated testing work with post-commit hooks for code reliability?

Automated testing works with post-commit hooks by serving as a supplemental verification loop. It validates test execution and security scanning at specified checkpoints, delivering pass or fail indicators to improve code reliability and safety.